File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >org.slf4j</groupId >
26
26
<artifactId >jcl-over-slf4j</artifactId >
27
- <version >1.7.35 </version >
27
+ <version >1.7.36 </version >
28
28
</dependency >
29
29
<dependency >
30
30
<groupId >org.apache.logging.log4j</groupId >
67
67
<dependency >
68
68
<groupId >de.atb-bremen</groupId >
69
69
<artifactId >jenabean</artifactId >
70
- <version >2.0.3 </version >
70
+ <version >2.0.4 </version >
71
71
</dependency >
72
72
73
73
<!-- Apache CXF ! -->
100
100
<dependency >
101
101
<groupId >com.google.code.gson</groupId >
102
102
<artifactId >gson</artifactId >
103
- <version >2.8.9 </version >
103
+ <version >2.9.0 </version >
104
104
</dependency >
105
105
<!-- END_JSON Support ! -->
106
106
Original file line number Diff line number Diff line change 25
25
<dependency >
26
26
<groupId >com.rabbitmq</groupId >
27
27
<artifactId >amqp-client</artifactId >
28
- <version >5.14.1 </version >
28
+ <version >5.14.2 </version >
29
29
<exclusions >
30
30
<exclusion >
31
31
<groupId >org.slf4j</groupId >
Original file line number Diff line number Diff line change 113
113
<plugin >
114
114
<groupId >org.apache.maven.plugins</groupId >
115
115
<artifactId >maven-compiler-plugin</artifactId >
116
- <version >3.9 .0</version >
116
+ <version >3.10 .0</version >
117
117
<configuration >
118
118
<release >${java.version} </release >
119
119
</configuration >
You can’t perform that action at this time.
0 commit comments