File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 145145 <dependency >
146146 <groupId >com.github.mwiede</groupId >
147147 <artifactId >jsch</artifactId >
148- <version >2.27.7 </version >
148+ <version >2.27.8 </version >
149149 </dependency >
150150 <dependency >
151151 <groupId >org.apache.groovy</groupId >
179179 <plugin >
180180 <groupId >org.apache.maven.plugins</groupId >
181181 <artifactId >maven-surefire-plugin</artifactId >
182- <version >3.5.4 </version >
182+ <version >3.5.5 </version >
183183 <configuration >
184184 <!--
185185 There was a unit test, SinkHandlerTest, that required
208208 </build >
209209 <properties >
210210 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
211- <spring .version>7.0.3 </spring .version>
211+ <spring .version>7.0.5 </spring .version>
212212 </properties >
213213</project >
Original file line number Diff line number Diff line change 2727 <dependency >
2828 <groupId >com.rabbitmq</groupId >
2929 <artifactId >amqp-client</artifactId >
30- <version >5.28 .0</version >
30+ <version >5.29 .0</version >
3131 </dependency >
3232 <dependency >
3333 <groupId >org.apache.kafka</groupId >
3434 <artifactId >kafka-clients</artifactId >
35- <version >4.1.1 </version >
35+ <version >4.2.0 </version >
3636 <exclusions >
3737 <exclusion >
3838 <groupId >org.lz4</groupId >
Original file line number Diff line number Diff line change 2525 <plugin >
2626 <groupId >org.apache.maven.plugins</groupId >
2727 <artifactId >maven-surefire-plugin</artifactId >
28- <version >3.5.4 </version >
28+ <version >3.5.5 </version >
2929 <configuration >
3030 <useSystemClassLoader >true</useSystemClassLoader >
3131 </configuration >
Original file line number Diff line number Diff line change 7575 <dependency >
7676 <groupId >jakarta.xml.bind</groupId >
7777 <artifactId >jakarta.xml.bind-api</artifactId >
78- <version >4.0.4 </version >
78+ <version >4.0.5 </version >
7979 </dependency >
8080 <dependency >
8181 <groupId >org.glassfish.jaxb</groupId >
198198 <plugin >
199199 <groupId >org.apache.maven.plugins</groupId >
200200 <artifactId >maven-surefire-plugin</artifactId >
201- <version >3.5.4 </version >
201+ <version >3.5.5 </version >
202202 <configuration >
203203 <excludes >
204204 <exclude >**/TestAll.java</exclude >
Original file line number Diff line number Diff line change 121121 <plugin >
122122 <groupId >org.apache.maven.plugins</groupId >
123123 <artifactId >maven-surefire-plugin</artifactId >
124- <version >3.5.4 </version >
124+ <version >3.5.5 </version >
125125 <configuration >
126126 <excludes >
127127 <exclude >**/TestAll.java</exclude >
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
9898 <dependency >
9999 <groupId >org.junit.jupiter</groupId >
100100 <artifactId >junit-jupiter</artifactId >
101- <version >6.0.2 </version >
101+ <version >6.0.3 </version >
102102 </dependency >
103103 <dependency >
104104 <groupId >org.apache.groovy</groupId >
@@ -110,7 +110,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
110110 <dependency >
111111 <groupId >com.fasterxml.jackson</groupId >
112112 <artifactId >jackson-bom</artifactId >
113- <version >2.21.0 </version >
113+ <version >2.21.1 </version >
114114 <type >pom</type >
115115 <scope >import</scope >
116116 </dependency >
@@ -391,7 +391,7 @@ http://maven.apache.org/guides/mini/guide-m1-m2.html
391391 <plugin >
392392 <groupId >org.apache.maven.plugins</groupId >
393393 <artifactId >maven-surefire-plugin</artifactId >
394- <version >3.5.4 </version >
394+ <version >3.5.5 </version >
395395 <configuration >
396396 <argLine >-Xmx1g</argLine >
397397 <systemPropertyVariables >
You can’t perform that action at this time.
0 commit comments