File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 }
1616}
1717
18- var grpcVersion = " 1.82.1 "
18+ var grpcVersion = " 1.82.2 "
1919var protobufVersion = " 4.35.1"
2020var protocVersion = protobufVersion
2121
Original file line number Diff line number Diff line change 1616dependencies {
1717 // Slf4J / logback
1818 implementation(" org.slf4j:slf4j-api:2.0.18" )
19- implementation(" ch.qos.logback:logback-core:1.5.37 " )
20- implementation(" ch.qos.logback:logback-classic:1.5.37 " )
19+ implementation(" ch.qos.logback:logback-core:1.5.38 " )
20+ implementation(" ch.qos.logback:logback-classic:1.5.38 " )
2121
2222 // JUL to SLF4J bridge
2323 implementation(" org.slf4j:jul-to-slf4j:2.0.18" )
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ k3d = "5.8.3"
44kubectl = " 1.36.2"
55
66# Linters
7- "aqua:grafana/flint" = " 0.22.6 "
7+ "aqua:grafana/flint" = " 0.22.8 "
88lychee = " 0.24.2"
9- rumdl = " 0.2.28 "
9+ rumdl = " 0.2.32 "
1010
1111[env ]
1212FLINT_CONFIG_DIR = " .github/config"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ services:
3636
3737 prometheus :
3838 container_name : prometheus
39- image : prom/prometheus:v3.13.0 @sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7
39+ image : prom/prometheus:v3.13.1 @sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
4040 volumes :
4141 - ./prometheus.yaml:/etc/prometheus/prometheus.yml
4242 ports :
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 ports :
55 - ' 19090:19090'
66 prometheus :
7- image : prom/prometheus@sha256:c6b27ea434f8389bfe233fbc7be381cf50587c286e871bc842008f5a1b1908a7
7+ image : prom/prometheus@sha256:3c42b892cf723fa54d2f262c37a0e1f80aa8c8ddb1da7b9b0df9455a35a7f893
88 volumes :
99 - ./prometheus.yml:/etc/prometheus/prometheus.yml
1010 depends_on :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import org.springframework.boot.gradle.plugin.SpringBootPlugin
33plugins {
44 id(" java" )
55 id(" org.springframework.boot" ) version " 3.5.16"
6- id(" org.graalvm.buildtools.native" ) version " 1.1.3 "
6+ id(" org.graalvm.buildtools.native" ) version " 1.1.4 "
77}
88
99description = " OpenTelemetry Example for Spring native images"
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
3737 testImplementation(" org.springframework.boot:spring-boot-resttestclient" )
3838
39- testImplementation(enforcedPlatform(" org.junit:junit-bom:6.1.1 " ))
39+ testImplementation(enforcedPlatform(" org.junit:junit-bom:6.1.2 " ))
4040 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4141 testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
4242 testImplementation(" org.mock-server:mockserver-netty:7.4.0" )
You can’t perform that action at this time.
0 commit comments