Skip to content

Commit c7cba3c

Browse files
committed
Fixed junit version
1 parent 289e113 commit c7cba3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ dependencies {
5353
exclude group: 'io.projectreactor.ipc', module: 'reactor-netty'
5454
}
5555

56-
runtimeOnly(libs.micrometer.registry.prometheus){
56+
runtimeOnly(libs.micrometer.registry.prometheus) {
5757
exclude group: 'com.google.protobuf', module: 'protobuf-java' because("Micrometer uses protobuf-java 4.x, which is incompatible with protobuf-java 3.x used by various dependencies of this project. See https://github.com/prometheus/client_java/issues/1431")
5858
}
5959

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ odd-oddrn-client = '0.1.41'
2323
cel = '0.3.0'
2424
# This version should be compatible with the version used by spring-boot-starter-test to avoid conflicts
2525
# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
26-
junit = '5.13.1'
26+
junit = '5.12.2'
2727
mockito = '5.16.0'
2828
okhttp3 = '4.12.0'
2929
testcontainers = '1.20.6'

0 commit comments

Comments
 (0)