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 17
17
<kotlin .version>1.8.21</kotlin .version>
18
18
<kotlin-coroutines .version>1.7.3</kotlin-coroutines .version>
19
19
<jackson .version>2.15.2</jackson .version>
20
- <graphql-java .version>21.0 </graphql-java .version>
20
+ <graphql-java .version>21.1 </graphql-java .version>
21
21
<reactive-streams .version>1.0.4</reactive-streams .version>
22
22
23
23
<maven .compiler.source>${java.version} </maven .compiler.source>
68
68
<dependency >
69
69
<groupId >org.slf4j</groupId >
70
70
<artifactId >slf4j-api</artifactId >
71
- <version >2.0.7 </version >
71
+ <version >2.0.9 </version >
72
72
</dependency >
73
73
<dependency >
74
74
<groupId >org.apache.commons</groupId >
87
87
<dependency >
88
88
<groupId >org.springframework</groupId >
89
89
<artifactId >spring-aop</artifactId >
90
- <version >5.3.29 </version >
90
+ <version >5.3.30 </version >
91
91
<scope >provided</scope >
92
92
</dependency >
93
93
100
100
<dependency >
101
101
<groupId >ch.qos.logback</groupId >
102
102
<artifactId >logback-classic</artifactId >
103
- <version >1.3.9 </version >
103
+ <version >1.3.11 </version >
104
104
</dependency >
105
105
<dependency >
106
106
<groupId >javax.servlet</groupId >
326
326
<plugin >
327
327
<groupId >org.apache.maven.plugins</groupId >
328
328
<artifactId >maven-enforcer-plugin</artifactId >
329
- <version >3.3.0 </version >
329
+ <version >3.4.1 </version >
330
330
<executions >
331
331
<execution >
332
332
<id >enforce</id >
You can’t perform that action at this time.
0 commit comments