Skip to content

Commit a18ed9b

Browse files
author
Bogdan Kobylynskyi
committed
Bump junit 5.10.1 -> 5.10.2
1 parent 6531706 commit a18ed9b

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies {
2424
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.3"
2525
compileOnly "com.typesafe:config:1.4.3"
2626

27-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
28-
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.1"
29-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
27+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
28+
testImplementation "org.junit.jupiter:junit-jupiter-params:5.10.2"
29+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
3030
testImplementation "org.hamcrest:java-hamcrest:2.0.0.0"
3131
}
3232

plugins/gradle/example-client-kotlin/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ dependencies {
3838
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

41-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
42-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
41+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
42+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
4343
}
4444

4545
/**

plugins/gradle/example-client/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
annotationProcessor "org.projectlombok:lombok:1.18.30"
3535

3636
testImplementation "io.rest-assured:rest-assured:5.3.2"
37-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
38-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
37+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
38+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
3939
}
4040

4141

plugins/gradle/graphql-java-codegen-gradle-plugin/build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ dependencies {
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.3"
3232
implementation "com.typesafe:config:1.4.3"
3333

34-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
35-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'
34+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
35+
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
3636
}
3737

3838
gradlePlugin {

plugins/maven/example-client/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -185,12 +185,12 @@
185185
<dependency>
186186
<groupId>org.junit.jupiter</groupId>
187187
<artifactId>junit-jupiter-api</artifactId>
188-
<version>5.10.1</version>
188+
<version>5.10.2</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>org.junit.jupiter</groupId>
192192
<artifactId>junit-jupiter-engine</artifactId>
193-
<version>5.10.1</version>
193+
<version>5.10.2</version>
194194
</dependency>
195195
</dependencies>
196196

0 commit comments

Comments
 (0)