We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 527ce13 commit 0e57897Copy full SHA for 0e57897
build.gradle
@@ -109,7 +109,7 @@ allprojects {
109
url "https://maven.aliyun.com/repository/public"
110
}
111
112
- testImplementation "org.junit.jupiter:junit-jupiter:5.11.0"
+ testImplementation "org.junit.jupiter:junit-jupiter:5.12.1"
113
114
115
spotless {
@@ -754,7 +754,7 @@ subprojects {
754
dependency "org.springframework.boot:spring-boot-starter-web:2.7.18"
755
dependency "io.openmessaging:registry-server:0.0.1"
756
757
- dependency "org.junit.jupiter:junit-jupiter:5.11.0"
+ dependency "org.junit.jupiter:junit-jupiter:5.12.1"
758
dependency "org.junit-pioneer:junit-pioneer:1.9.1"
759
dependency "org.assertj:assertj-core:3.26.3"
760
0 commit comments