Skip to content

Commit 154830e

Browse files
chore(deps): update minor+patch dependencies
1 parent 324b9fc commit 154830e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

pom.xml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
-->
5151
<properties>
5252
<algebird.version>0.13.7</algebird.version>
53-
<avro.version>1.10.1</avro.version>
53+
<avro.version>1.12.0</avro.version>
5454
<chill.version>0.9.5</chill.version>
5555
<docker.skip-build>false</docker.skip-build>
5656
<docker.skip-test>false</docker.skip-test>
@@ -118,7 +118,7 @@
118118
<dependency>
119119
<groupId>commons-cli</groupId>
120120
<artifactId>commons-cli</artifactId>
121-
<version>1.4</version>
121+
<version>1.9.0</version>
122122
</dependency>
123123
<dependency>
124124
<groupId>org.scala-lang</groupId>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>javax.ws.rs</groupId>
140140
<artifactId>javax.ws.rs-api</artifactId>
141-
<version>2.1</version>
141+
<version>2.1.1</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.eclipse.jetty</groupId>
@@ -178,7 +178,7 @@
178178
<dependency>
179179
<groupId>jakarta.xml.bind</groupId>
180180
<artifactId>jakarta.xml.bind-api</artifactId>
181-
<version>4.0.1</version>
181+
<version>4.0.2</version>
182182
</dependency>
183183

184184
<dependency>
@@ -208,7 +208,7 @@
208208
<dependency>
209209
<groupId>org.assertj</groupId>
210210
<artifactId>assertj-core</artifactId>
211-
<version>3.3.0</version>
211+
<version>3.27.3</version>
212212
<scope>test</scope>
213213
</dependency>
214214
<dependency>
@@ -258,7 +258,7 @@
258258
<dependency>
259259
<groupId>org.apache.curator</groupId>
260260
<artifactId>curator-test</artifactId>
261-
<version>2.9.0</version>
261+
<version>2.13.0</version>
262262
<scope>test</scope>
263263
</dependency>
264264
<dependency>
@@ -300,13 +300,13 @@
300300
<dependency>
301301
<groupId>org.scalatestplus</groupId>
302302
<artifactId>junit-4-12_2.13</artifactId>
303-
<version>3.1.2.0</version>
303+
<version>3.2.2.0</version>
304304
<scope>test</scope>
305305
</dependency>
306306
<dependency>
307307
<groupId>org.scalatestplus</groupId>
308308
<artifactId>scalatestplus-mockito_2.13</artifactId>
309-
<version>1.0.0-M2</version>
309+
<version>1.0.0-SNAP5</version>
310310
<scope>test</scope>
311311
</dependency>
312312
</dependencies>
@@ -318,7 +318,7 @@
318318
<plugin>
319319
<groupId>net.alchim31.maven</groupId>
320320
<artifactId>scala-maven-plugin</artifactId>
321-
<version>3.2.1</version>
321+
<version>3.4.6</version>
322322
<configuration>
323323
<scalaCompatVersion>${kafka.scala.version}</scalaCompatVersion>
324324
<scalaVersion>${scala.version}</scalaVersion>
@@ -336,7 +336,7 @@
336336
<plugin>
337337
<groupId>org.codehaus.mojo</groupId>
338338
<artifactId>build-helper-maven-plugin</artifactId>
339-
<version>1.10</version>
339+
<version>1.12</version>
340340
<executions>
341341
<execution>
342342
<id>add-source</id>
@@ -371,7 +371,7 @@
371371
<plugin>
372372
<groupId>net.alchim31.maven</groupId>
373373
<artifactId>scala-maven-plugin</artifactId>
374-
<version>3.2.1</version>
374+
<version>3.4.6</version>
375375
<configuration>
376376
<args>
377377
<!--
@@ -407,7 +407,7 @@
407407
<plugin>
408408
<groupId>org.apache.maven.plugins</groupId>
409409
<artifactId>maven-compiler-plugin</artifactId>
410-
<version>3.3</version>
410+
<version>3.14.0</version>
411411
<inherited>true</inherited>
412412
<configuration>
413413
<source>${java.version}</source>
@@ -463,7 +463,7 @@
463463
<plugin>
464464
<groupId>org.apache.maven.plugins</groupId>
465465
<artifactId>maven-surefire-plugin</artifactId>
466-
<version>2.21.0</version>
466+
<version>2.22.2</version>
467467
<configuration>
468468
<forkCount>1</forkCount>
469469
<reuseForks>false</reuseForks>
@@ -477,7 +477,7 @@
477477
-->
478478
<groupId>org.jasig.maven</groupId>
479479
<artifactId>maven-notice-plugin</artifactId>
480-
<version>1.0.6.1</version>
480+
<version>1.1.0</version>
481481
<configuration>
482482
<licenseMapping>
483483
<param>../license-mappings.xml</param>

0 commit comments

Comments
 (0)