Skip to content

Commit be705db

Browse files
committed
Update junit: 5.9.2 -> 5.9.3
1 parent d814ac3 commit be705db

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ dependencies {
2424
compileOnly "com.fasterxml.jackson.core:jackson-databind:2.15.0"
2525
compileOnly "com.typesafe:config:1.4.2"
2626

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

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

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

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

4545
/**

plugins/gradle/example-client/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ dependencies {
3434
annotationProcessor "org.projectlombok:lombok:1.18.26"
3535

3636
testImplementation "io.rest-assured:rest-assured:5.3.0"
37-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
38-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
37+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.3"
38+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.3"
3939
}
4040

4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dependencies {
3131
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.0"
3232
implementation "com.typesafe:config:1.4.2"
3333

34-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
34+
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3'
3535
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'
3636
}
3737

plugins/maven/example-client/pom.xml

Lines changed: 2 additions & 2 deletions
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.9.2</version>
188+
<version>5.9.3</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>org.junit.jupiter</groupId>
192192
<artifactId>junit-jupiter-engine</artifactId>
193-
<version>5.9.2</version>
193+
<version>5.9.3</version>
194194
</dependency>
195195
</dependencies>
196196

0 commit comments

Comments
 (0)