Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion grpc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ java {
}

var grpcVersion = "1.83.1"
var protobufVersion = "4.36.0"
var protobufVersion = "4.36.1"
var protocVersion = protobufVersion

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion logging-k8s-stdout-otlp-json/k8s/lgtm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ spec:
spec:
containers:
- name: lgtm
image: grafana/otel-lgtm:0.31.0@sha256:f1e548c20c99d2678744be9d90955c0ab208ecc273db2a7a0b5dc5673d0b57fd
image: grafana/otel-lgtm:0.32.0@sha256:d6b20e35890ef2f91d13944805939acdaf1e5d3ffbf9f9aed08586312826c815
ports:
- containerPort: 3000
- containerPort: 4317
Expand Down
6 changes: 3 additions & 3 deletions mise.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tools]
"aqua:grafana/gcx" = "v1.1.0"
"aqua:grafana/gcx" = "v1.2.0"
"aqua:grafana/oats" = "0.8.0"
k3d = "5.9.0"
kubectl = "1.36.4"
kubectl = "1.37.0"

# Linters
"aqua:grafana/flint" = "0.22.11"
dotenv-linter = "4.0.0"
lychee = "0.24.2"
rumdl = "0.2.60"
rumdl = "0.2.62"

[env]
FLINT_CONFIG_DIR = ".github/config"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pluginManagement {
plugins {
id("com.diffplug.spotless") version "8.10.0"
id("com.diffplug.spotless") version "8.10.1"
id("com.gradleup.shadow") version "9.6.1"
id("com.google.protobuf") version "0.10.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion spring-native/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
plugins {
id("java")
id("org.springframework.boot") version "3.5.16"
id("org.graalvm.buildtools.native") version "1.1.10"
id("org.graalvm.buildtools.native") version "1.1.11"
}

description = "OpenTelemetry Example for Spring native images"
Expand Down
Loading