File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 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>2.1.20</kotlin .version>
18
18
<kotlin-coroutines .version>1.10.2</kotlin-coroutines .version>
19
- <jackson .version>2.19.0 </jackson .version>
19
+ <jackson .version>2.19.1 </jackson .version>
20
20
<graphql-java .version>23.1</graphql-java .version>
21
21
<reactive-streams .version>1.0.4</reactive-streams .version>
22
22
73
73
<dependency >
74
74
<groupId >org.apache.commons</groupId >
75
75
<artifactId >commons-lang3</artifactId >
76
- <version >3.17 .0</version >
76
+ <version >3.18 .0</version >
77
77
</dependency >
78
78
79
79
<!-- Optional for supporting Javassist proxies -->
240
240
<plugin >
241
241
<groupId >org.codehaus.mojo</groupId >
242
242
<artifactId >build-helper-maven-plugin</artifactId >
243
- <version >3.6.0 </version >
243
+ <version >3.6.1 </version >
244
244
<executions >
245
245
<execution >
246
246
<id >add-test-source</id >
326
326
<plugin >
327
327
<groupId >org.apache.maven.plugins</groupId >
328
328
<artifactId >maven-enforcer-plugin</artifactId >
329
- <version >3.5 .0</version >
329
+ <version >3.6 .0</version >
330
330
<executions >
331
331
<execution >
332
332
<id >enforce</id >
390
390
<plugin >
391
391
<groupId >org.apache.maven.plugins</groupId >
392
392
<artifactId >maven-gpg-plugin</artifactId >
393
- <version >3.2.7 </version >
393
+ <version >3.2.8 </version >
394
394
<executions >
395
395
<execution >
396
396
<id >sign-artifacts</id >
You can’t perform that action at this time.
0 commit comments