File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff 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/**
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments