File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ dependencies {
32
32
33
33
implementation " javax.validation:validation-api:2.0.1.Final"
34
34
implementation " com.squareup.okhttp3:okhttp:4.10.0"
35
- implementation " com.fasterxml.jackson.core:jackson-core:2.14.2 "
36
- implementation " com.fasterxml.jackson.core:jackson-databind:2.14.2 "
37
- implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2 "
38
- implementation " com.fasterxml.jackson.core:jackson-annotations:2.14.2 "
35
+ implementation " com.fasterxml.jackson.core:jackson-core:2.15.0 "
36
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.15.0 "
37
+ implementation " com.fasterxml.jackson.module:jackson-module-kotlin:2.15.0 "
38
+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.15.0 "
39
39
implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8"
40
40
41
41
testImplementation " org.junit.jupiter:junit-jupiter-api:5.9.3"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ dependencies {
18
18
19
19
implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:11.1.0"
20
20
implementation " com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
21
- implementation " com.graphql-java:graphql-java-extended-scalars:20.0 "
21
+ implementation " com.graphql-java:graphql-java-extended-scalars:20.2 "
22
22
23
23
// use the latest available version:
24
24
// https://search.maven.org/artifact/io.github.kobylynskyi/graphql-java-codegen
@@ -27,8 +27,8 @@ dependencies {
27
27
implementation " org.apache.httpcomponents:httpclient:4.5.14"
28
28
implementation " javax.validation:validation-api:2.0.1.Final"
29
29
30
- implementation " org.mapstruct:mapstruct:1.5.3 .Final"
31
- annotationProcessor " org.mapstruct:mapstruct-processor:1.5.3 .Final"
30
+ implementation " org.mapstruct:mapstruct:1.5.5 .Final"
31
+ annotationProcessor " org.mapstruct:mapstruct-processor:1.5.5 .Final"
32
32
33
33
compileOnly " org.projectlombok:lombok:1.18.26"
34
34
annotationProcessor " org.projectlombok:lombok:1.18.26"
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ dependencies {
17
17
18
18
implementation " com.graphql-java-kickstart:graphql-spring-boot-starter:11.0.0"
19
19
implementation " com.graphql-java-kickstart:graphiql-spring-boot-starter:11.1.0"
20
- implementation " com.graphql-java:graphql-java-extended-scalars:20.0 "
20
+ implementation " com.graphql-java:graphql-java-extended-scalars:20.2 "
21
21
22
22
implementation " javax.validation:validation-api:2.0.1.Final"
23
23
@@ -26,8 +26,8 @@ dependencies {
26
26
27
27
implementation ' org.projectlombok:lombok-mapstruct-binding:0.2.0'
28
28
29
- implementation " org.mapstruct:mapstruct:1.5.3 .Final"
30
- annotationProcessor " org.mapstruct:mapstruct-processor:1.5.3 .Final"
29
+ implementation " org.mapstruct:mapstruct:1.5.5 .Final"
30
+ annotationProcessor " org.mapstruct:mapstruct-processor:1.5.5 .Final"
31
31
}
32
32
33
33
compileJava. dependsOn " graphqlCodegen"
Original file line number Diff line number Diff line change 111
111
<annotationProcessorPath >
112
112
<groupId >org.mapstruct</groupId >
113
113
<artifactId >mapstruct-processor</artifactId >
114
- <version >1.5.3 .Final</version >
114
+ <version >1.5.5 .Final</version >
115
115
</annotationProcessorPath >
116
116
</annotationProcessorPaths >
117
117
</configuration >
144
144
<dependency >
145
145
<groupId >com.graphql-java</groupId >
146
146
<artifactId >graphql-java-extended-scalars</artifactId >
147
- <version >20.0 </version >
147
+ <version >20.2 </version >
148
148
</dependency >
149
149
150
150
169
169
<dependency >
170
170
<groupId >org.mapstruct</groupId >
171
171
<artifactId >mapstruct</artifactId >
172
- <version >1.5.3 .Final</version >
172
+ <version >1.5.5 .Final</version >
173
173
</dependency >
174
174
<dependency >
175
175
<groupId >org.projectlombok</groupId >
Original file line number Diff line number Diff line change 64
64
<annotationProcessorPath >
65
65
<groupId >org.mapstruct</groupId >
66
66
<artifactId >mapstruct-processor</artifactId >
67
- <version >1.5.3 .Final</version >
67
+ <version >1.5.5 .Final</version >
68
68
</annotationProcessorPath >
69
69
</annotationProcessorPaths >
70
70
</configuration >
97
97
<dependency >
98
98
<groupId >com.graphql-java</groupId >
99
99
<artifactId >graphql-java-extended-scalars</artifactId >
100
- <version >20.0 </version >
100
+ <version >20.2 </version >
101
101
</dependency >
102
102
103
103
<dependency >
109
109
<dependency >
110
110
<groupId >org.mapstruct</groupId >
111
111
<artifactId >mapstruct</artifactId >
112
- <version >1.5.3 .Final</version >
112
+ <version >1.5.5 .Final</version >
113
113
</dependency >
114
114
<dependency >
115
115
<groupId >org.projectlombok</groupId >
You can’t perform that action at this time.
0 commit comments