File tree 8 files changed +33
-33
lines changed
graphql-java-codegen-gradle-plugin
graphql-java-codegen-maven-plugin
8 files changed +33
-33
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ repositories {
19
19
}
20
20
21
21
dependencies {
22
- compileOnly " org.freemarker:freemarker:2.3.32 "
23
- compileOnly " com.graphql-java:graphql-java:20.2 "
24
- compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.3 "
22
+ compileOnly " org.freemarker:freemarker:2.3.34 "
23
+ compileOnly " com.graphql-java:graphql-java:20.9 "
24
+ compileOnly " com.fasterxml.jackson.core:jackson-databind:2.15.4 "
25
25
compileOnly " com.typesafe:config:1.4.3"
26
26
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 "
27
+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.5 "
28
+ testImplementation " org.junit.jupiter:junit-jupiter-params:5.10.5 "
29
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.5 "
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 @@ -32,14 +32,14 @@ dependencies {
32
32
33
33
implementation " javax.validation:validation-api:2.0.1.Final"
34
34
implementation " com.squareup.okhttp3:okhttp:4.11.0"
35
- implementation " com.fasterxml.jackson.core:jackson-core:2.15.3 "
36
- implementation " com.fasterxml.jackson.core:jackson-databind:2.15.3 "
37
- implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2 "
38
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.15.3 "
35
+ implementation " com.fasterxml.jackson.core:jackson-core:2.15.4 "
36
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.15.4 "
37
+ implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.15.4 "
38
+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.15.4 "
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
40
40
41
- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.2 "
42
- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.2 "
41
+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.5 "
42
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.5 "
43
43
}
44
44
45
45
/**
Original file line number Diff line number Diff line change @@ -30,12 +30,12 @@ dependencies {
30
30
implementation " org.mapstruct:mapstruct:1.5.5.Final"
31
31
annotationProcessor " org.mapstruct:mapstruct-processor:1.5.5.Final"
32
32
33
- compileOnly " org.projectlombok:lombok:1.18.30 "
34
- annotationProcessor " org.projectlombok:lombok:1.18.30 "
33
+ compileOnly " org.projectlombok:lombok:1.18.36 "
34
+ annotationProcessor " org.projectlombok:lombok:1.18.36 "
35
35
36
36
testImplementation " io.rest-assured:rest-assured:5.3.2"
37
- testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.2 "
38
- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.2 "
37
+ testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.5 "
38
+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.5 "
39
39
}
40
40
41
41
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ dependencies {
21
21
22
22
implementation " javax.validation:validation-api:2.0.1.Final"
23
23
24
- compileOnly " org.projectlombok:lombok:1.18.30 "
25
- annotationProcessor " org.projectlombok:lombok:1.18.30 "
24
+ compileOnly " org.projectlombok:lombok:1.18.36 "
25
+ annotationProcessor " org.projectlombok:lombok:1.18.36 "
26
26
27
27
implementation ' org.projectlombok:lombok-mapstruct-binding:0.2.0'
28
28
Original file line number Diff line number Diff line change @@ -26,13 +26,13 @@ dependencies {
26
26
27
27
implementation " io.github.kobylynskyi:graphql-java-codegen:${ version} "
28
28
29
- implementation " org.freemarker:freemarker:2.3.32 "
30
- implementation " com.graphql-java:graphql-java:20.2 "
31
- implementation " com.fasterxml.jackson.core:jackson-databind:2.15.3 "
29
+ implementation " org.freemarker:freemarker:2.3.34 "
30
+ implementation " com.graphql-java:graphql-java:20.9 "
31
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.15.4 "
32
32
implementation " com.typesafe:config:1.4.3"
33
33
34
- testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.2 '
35
- testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.2 '
34
+ testImplementation ' org.junit.jupiter:junit-jupiter-api:5.10.5 '
35
+ testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine:5.10.5 '
36
36
}
37
37
38
38
gradlePlugin {
Original file line number Diff line number Diff line change 106
106
<annotationProcessorPath >
107
107
<groupId >org.projectlombok</groupId >
108
108
<artifactId >lombok</artifactId >
109
- <version >1.18.26 </version >
109
+ <version >1.18.36 </version >
110
110
</annotationProcessorPath >
111
111
<annotationProcessorPath >
112
112
<groupId >org.mapstruct</groupId >
123
123
<dependency >
124
124
<groupId >org.springframework.boot</groupId >
125
125
<artifactId >spring-boot-starter-web</artifactId >
126
- <version >2.7.10 </version >
126
+ <version >2.7.18 </version >
127
127
</dependency >
128
128
<dependency >
129
129
<groupId >org.springframework.boot</groupId >
174
174
<dependency >
175
175
<groupId >org.projectlombok</groupId >
176
176
<artifactId >lombok</artifactId >
177
- <version >1.18.30 </version >
177
+ <version >1.18.36 </version >
178
178
</dependency >
179
179
180
180
<dependency >
185
185
<dependency >
186
186
<groupId >org.junit.jupiter</groupId >
187
187
<artifactId >junit-jupiter-api</artifactId >
188
- <version >5.10.2 </version >
188
+ <version >5.10.5 </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.2 </version >
193
+ <version >5.10.5 </version >
194
194
</dependency >
195
195
</dependencies >
196
196
Original file line number Diff line number Diff line change 59
59
<annotationProcessorPath >
60
60
<groupId >org.projectlombok</groupId >
61
61
<artifactId >lombok</artifactId >
62
- <version >1.18.26 </version >
62
+ <version >1.18.36 </version >
63
63
</annotationProcessorPath >
64
64
<annotationProcessorPath >
65
65
<groupId >org.mapstruct</groupId >
114
114
<dependency >
115
115
<groupId >org.projectlombok</groupId >
116
116
<artifactId >lombok</artifactId >
117
- <version >1.18.30 </version >
117
+ <version >1.18.36 </version >
118
118
</dependency >
119
119
</dependencies >
120
120
Original file line number Diff line number Diff line change 116
116
<dependency >
117
117
<groupId >org.freemarker</groupId >
118
118
<artifactId >freemarker</artifactId >
119
- <version >2.3.32 </version >
119
+ <version >2.3.34 </version >
120
120
</dependency >
121
121
<dependency >
122
122
<groupId >com.graphql-java</groupId >
123
123
<artifactId >graphql-java</artifactId >
124
- <version >20.2 </version >
124
+ <version >20.9 </version >
125
125
</dependency >
126
126
<dependency >
127
127
<groupId >com.fasterxml.jackson.core</groupId >
128
128
<artifactId >jackson-databind</artifactId >
129
- <version >2.15.3 </version >
129
+ <version >2.15.4 </version >
130
130
</dependency >
131
131
<dependency >
132
132
<groupId >com.typesafe</groupId >
You can’t perform that action at this time.
0 commit comments