File tree 5 files changed +11
-11
lines changed
graphql-java-codegen-gradle-plugin
5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ dependencies {
24
24
compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.3"
25
25
compileOnly " com.typesafe:config:1.4.3"
26
26
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 "
30
30
testImplementation " org.hamcrest:java-hamcrest:2.0.0.0"
31
31
}
32
32
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ dependencies {
38
38
implementation " com.fasterxml.jackson.core:jackson-annotations:2.15.3"
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
40
40
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 "
43
43
}
44
44
45
45
/**
Original file line number Diff line number Diff line change @@ -34,8 +34,8 @@ dependencies {
34
34
annotationProcessor " org.projectlombok:lombok:1.18.30"
35
35
36
36
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 "
39
39
}
40
40
41
41
Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ dependencies {
31
31
implementation " com.fasterxml.jackson.core:jackson-databind:2.15.3"
32
32
implementation " com.typesafe:config:1.4.3"
33
33
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 '
36
36
}
37
37
38
38
gradlePlugin {
Original file line number Diff line number Diff line change 185
185
<dependency >
186
186
<groupId >org.junit.jupiter</groupId >
187
187
<artifactId >junit-jupiter-api</artifactId >
188
- <version >5.10.1 </version >
188
+ <version >5.10.2 </version >
189
189
</dependency >
190
190
<dependency >
191
191
<groupId >org.junit.jupiter</groupId >
192
192
<artifactId >junit-jupiter-engine</artifactId >
193
- <version >5.10.1 </version >
193
+ <version >5.10.2 </version >
194
194
</dependency >
195
195
</dependencies >
196
196
You can’t perform that action at this time.
0 commit comments