Skip to content

Commit 8d122e4

Browse files
committed
Update junit version: 5.10.0 -> 5.10.1
1 parent 79776eb commit 8d122e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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.15.3"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

41-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"
42-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.0"
41+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.1"
42+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.1"
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.30"
3535

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

4141

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.10.0</version>
188+
<version>5.10.1</version>
189189
</dependency>
190190
<dependency>
191191
<groupId>org.junit.jupiter</groupId>
192192
<artifactId>junit-jupiter-engine</artifactId>
193-
<version>5.10.0</version>
193+
<version>5.10.1</version>
194194
</dependency>
195195
</dependencies>
196196

0 commit comments

Comments
 (0)