File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616dependencies {
1717 // Slf4J / logback
1818 implementation(" org.slf4j:slf4j-api:2.0.17" )
19- implementation(" ch.qos.logback:logback-core:1.5.23 " )
20- implementation(" ch.qos.logback:logback-classic:1.5.23 " )
19+ implementation(" ch.qos.logback:logback-core:1.5.24 " )
20+ implementation(" ch.qos.logback:logback-classic:1.5.24 " )
2121
2222 // JUL to SLF4J bridge
2323 implementation(" org.slf4j:jul-to-slf4j:2.0.17" )
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:2b6f734e372c1b4717008f7d0a0152316aedd4d13ae17ef1e3268dbfaf68041b
7+ image : prom/prometheus@sha256:3ea2ed3b8cdfe3ff78aa05473a7ad36b916bdf2464c83b06bcd37c1a67620233
88 volumes :
99 - ./prometheus.yml:/etc/prometheus/prometheus.yml
1010 depends_on :
Original file line number Diff line number Diff line change 11pluginManagement {
22 plugins {
33 id(" com.diffplug.spotless" ) version " 8.1.0"
4- id(" com.gradleup.shadow" ) version " 9.3.0 "
4+ id(" com.gradleup.shadow" ) version " 9.3.1 "
55 id(" com.google.protobuf" ) version " 0.9.6"
66 id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
77 id(" com.google.cloud.tools.jib" ) version " 3.5.2"
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.0.1 " ))
39+ testImplementation(enforcedPlatform(" org.junit:junit-bom:6.0.2 " ))
4040 testImplementation(" org.junit.jupiter:junit-jupiter-api" )
4141 testImplementation(" org.junit.jupiter:junit-jupiter-engine" )
4242 testImplementation(" org.mock-server:mockserver-netty:5.15.0" )
You can’t perform that action at this time.
0 commit comments