|
78 | 78 | <artifactId>maven-compiler-plugin</artifactId> |
79 | 79 | <version>3.13.0</version> |
80 | 80 | <configuration> |
81 | | - <source>21</source> |
82 | | - <target>21</target> |
| 81 | + <source>17</source> |
| 82 | + <target>17</target> |
83 | 83 | </configuration> |
84 | 84 | </plugin> |
85 | 85 | <plugin> |
|
146 | 146 | <plugin> |
147 | 147 | <groupId>org.apache.maven.plugins</groupId> |
148 | 148 | <artifactId>maven-javadoc-plugin</artifactId> |
149 | | - <version>3.10.1</version> |
| 149 | + <version>3.11.2</version> |
150 | 150 | <configuration> |
151 | 151 | <excludePackageNames>*.connect,*.controller,*.generator,*.jfr,*.metric,*.run,*.util</excludePackageNames> |
152 | 152 | <show>public</show> |
|
167 | 167 | 'core.autocrlf' to true --> |
168 | 168 | <groupId>com.diffplug.spotless</groupId> |
169 | 169 | <artifactId>spotless-maven-plugin</artifactId> |
170 | | - <version>2.43.0</version> |
| 170 | + <version>2.44.2</version> |
171 | 171 | <configuration> |
172 | 172 | <java> |
173 | 173 | <includes> |
|
193 | 193 | <plugin> |
194 | 194 | <groupId>org.apache.maven.plugins</groupId> |
195 | 195 | <artifactId>maven-surefire-plugin</artifactId> |
196 | | - <version>3.5.1</version> |
| 196 | + <version>3.5.2</version> |
197 | 197 | <configuration> |
198 | 198 | <excludes> |
199 | 199 | <exclude>/io/deephaven/benchmark/tests/**/*Test</exclude> |
|
203 | 203 | <dependency> |
204 | 204 | <groupId>org.junit.jupiter</groupId> |
205 | 205 | <artifactId>junit-jupiter-engine</artifactId> |
206 | | - <version>5.9.2</version> |
| 206 | + <version>5.9.3</version> |
207 | 207 | </dependency> |
208 | 208 | </dependencies> |
209 | 209 | </plugin> |
210 | 210 | <plugin> |
211 | 211 | <groupId>org.apache.maven.plugins</groupId> |
212 | 212 | <artifactId>maven-failsafe-plugin</artifactId> |
213 | | - <version>3.5.1</version> |
| 213 | + <version>3.5.2</version> |
214 | 214 | <configuration> |
215 | 215 | <forkCount>0</forkCount> |
216 | 216 | <includes> |
|
221 | 221 | <dependency> |
222 | 222 | <groupId>org.junit.jupiter</groupId> |
223 | 223 | <artifactId>junit-jupiter-engine</artifactId> |
224 | | - <version>5.9.2</version> |
| 224 | + <version>5.9.3</version> |
225 | 225 | </dependency> |
226 | 226 | </dependencies> |
227 | 227 | <executions> |
|
247 | 247 | <dependency> |
248 | 248 | <groupId>io.netty</groupId> |
249 | 249 | <artifactId>netty-all</artifactId> |
250 | | - <version>4.1.100.Final</version> |
| 250 | + <version>4.1.114.Final</version> |
251 | 251 | </dependency> |
252 | 252 | <!-- Added because of conflicts --> |
253 | 253 | <dependency> |
254 | 254 | <groupId>io.grpc</groupId> |
255 | 255 | <artifactId>grpc-all</artifactId> |
256 | | - <version>1.58.0</version> |
| 256 | + <version>1.65.1</version> |
257 | 257 | </dependency> |
258 | 258 | <!-- Added because of conflicts --> |
259 | 259 | <dependency> |
260 | 260 | <groupId>com.google.protobuf</groupId> |
261 | 261 | <artifactId>protobuf-java</artifactId> |
262 | | - <version>3.25.3</version> |
| 262 | + <version>3.25.4</version> |
263 | 263 | </dependency> |
264 | 264 | <dependency> |
265 | 265 | <groupId>io.confluent</groupId> |
266 | 266 | <artifactId>kafka-avro-serializer</artifactId> |
267 | | - <version>7.7.1</version> |
| 267 | + <version>7.9.0</version> |
268 | 268 | </dependency> |
269 | 269 | <dependency> |
270 | 270 | <groupId>io.confluent</groupId> |
271 | 271 | <artifactId>kafka-protobuf-serializer</artifactId> |
272 | | - <version>7.7.1</version> |
| 272 | + <version>7.9.0</version> |
273 | 273 | </dependency> |
274 | 274 | <dependency> |
275 | 275 | <groupId>io.deephaven</groupId> |
276 | 276 | <artifactId>deephaven-java-client-barrage-dagger</artifactId> |
277 | | - <version>0.36.1</version> |
| 277 | + <version>0.37.6</version> |
278 | 278 | </dependency> |
279 | 279 | <dependency> |
280 | 280 | <groupId>io.deephaven</groupId> |
281 | 281 | <artifactId>deephaven-log-to-slf4j</artifactId> |
282 | | - <version>0.36.1</version> |
| 282 | + <version>0.37.6</version> |
283 | 283 | </dependency> |
284 | 284 | <dependency> |
285 | 285 | <groupId>org.junit.platform</groupId> |
|
0 commit comments