File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 16
16
<java .version>11</java .version>
17
17
<kotlin .version>1.8.21</kotlin .version>
18
18
<kotlin-coroutines .version>1.7.3</kotlin-coroutines .version>
19
- <jackson .version>2.16.0 </jackson .version>
19
+ <jackson .version>2.16.1 </jackson .version>
20
20
<graphql-java .version>21.3</graphql-java .version>
21
21
<reactive-streams .version>1.0.4</reactive-streams .version>
22
22
80
80
<dependency >
81
81
<groupId >org.javassist</groupId >
82
82
<artifactId >javassist</artifactId >
83
- <version >3.29.2 -GA</version >
83
+ <version >3.30.1 -GA</version >
84
84
<scope >provided</scope >
85
85
</dependency >
86
86
<!-- Optional for supporting spring proxies -->
284
284
<plugin >
285
285
<groupId >org.apache.maven.plugins</groupId >
286
286
<artifactId >maven-compiler-plugin</artifactId >
287
- <version >3.11.0 </version >
287
+ <version >3.12.1 </version >
288
288
<configuration >
289
289
<source >11</source >
290
290
<target >11</target >
294
294
<plugin >
295
295
<groupId >org.apache.maven.plugins</groupId >
296
296
<artifactId >maven-surefire-plugin</artifactId >
297
- <version >3.2.2 </version >
297
+ <version >3.2.3 </version >
298
298
<dependencies >
299
299
<dependency >
300
300
<groupId >org.apache.maven.surefire</groupId >
301
301
<artifactId >surefire-junit4</artifactId >
302
- <version >3.2.2 </version >
302
+ <version >3.2.3 </version >
303
303
</dependency >
304
304
</dependencies >
305
305
<configuration >
You can’t perform that action at this time.
0 commit comments