File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
graphql-java-codegen-gradle-plugin Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff 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
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.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/**
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.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
Original file line number Diff line number Diff 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
3838gradlePlugin {
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.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
You can’t perform that action at this time.
0 commit comments