Skip to content

Commit 92c0760

Browse files
Bump org.junit.jupiter:junit-jupiter from 5.6.0 to 5.10.2
Bumps [org.junit.jupiter:junit-jupiter](https://github.com/junit-team/junit5) from 5.6.0 to 5.10.2. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.6.0...r5.10.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e520848 commit 92c0760

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ allprojects {
108108
url "https://maven.aliyun.com/repository/public"
109109
}
110110
}
111-
testImplementation "org.junit.jupiter:junit-jupiter:5.6.0"
111+
testImplementation "org.junit.jupiter:junit-jupiter:5.10.2"
112112
}
113113

114114
spotless {
@@ -712,7 +712,7 @@ subprojects {
712712
dependency "org.springframework.boot:spring-boot-starter-web:2.7.18"
713713
dependency "io.openmessaging:registry-server:0.0.1"
714714

715-
dependency "org.junit.jupiter:junit-jupiter:5.6.0"
715+
dependency "org.junit.jupiter:junit-jupiter:5.10.2"
716716
dependency "org.junit-pioneer:junit-pioneer:1.9.1"
717717
dependency "org.assertj:assertj-core:2.8.0"
718718

eventmesh-meta/eventmesh-meta-raft/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ dependencies {
3838
implementation project(":eventmesh-common")
3939
implementation "com.alipay.sofa:jraft-core:1.3.14"
4040
implementation "com.alipay.sofa:rpc-grpc-impl:1.3.14"
41-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
41+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
4242
}
4343

4444
protobuf {

eventmesh-protocol-plugin/eventmesh-protocol-grpc/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies {
3636
implementation "io.grpc:grpc-stub:${grpcVersion}"
3737
implementation "com.google.protobuf:protobuf-java-util:${protobufVersion}"
3838
implementation "javax.annotation:javax.annotation-api:1.3.2"
39-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
39+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
4040
}
4141

4242
protobuf {

eventmesh-storage-plugin/eventmesh-storage-kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// https://mvnrepository.com/artifact/org.apache.kafka/kafka-clients
2525
implementation 'org.apache.kafka:kafka-clients:3.6.2'
2626

27-
testImplementation 'org.junit.jupiter:junit-jupiter:5.6.0'
27+
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
2828

2929
testImplementation project(":eventmesh-storage-plugin:eventmesh-storage-api")
3030
testImplementation project(":eventmesh-common")

0 commit comments

Comments
 (0)