Skip to content

Commit 5c951fb

Browse files
chore(deps): update minor+patch dependencies
1 parent a05734a commit 5c951fb

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 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.11.4</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>
@@ -140,7 +140,7 @@
140140
<dependency>
141141
<groupId>javax.ws.rs</groupId>
142142
<artifactId>javax.ws.rs-api</artifactId>
143-
<version>2.1</version>
143+
<version>2.1.1</version>
144144
</dependency>
145145
<dependency>
146146
<groupId>org.eclipse.jetty</groupId>
@@ -180,7 +180,7 @@
180180
<dependency>
181181
<groupId>jakarta.xml.bind</groupId>
182182
<artifactId>jakarta.xml.bind-api</artifactId>
183-
<version>4.0.1</version>
183+
<version>4.0.2</version>
184184
</dependency>
185185

186186
<dependency>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.assertj</groupId>
212212
<artifactId>assertj-core</artifactId>
213-
<version>3.3.0</version>
213+
<version>3.27.3</version>
214214
<scope>test</scope>
215215
</dependency>
216216
<dependency>
@@ -302,13 +302,13 @@
302302
<dependency>
303303
<groupId>org.scalatestplus</groupId>
304304
<artifactId>junit-4-12_2.13</artifactId>
305-
<version>3.1.2.0</version>
305+
<version>3.2.2.0</version>
306306
<scope>test</scope>
307307
</dependency>
308308
<dependency>
309309
<groupId>org.scalatestplus</groupId>
310310
<artifactId>scalatestplus-mockito_2.13</artifactId>
311-
<version>1.0.0-M2</version>
311+
<version>1.0.0-SNAP5</version>
312312
<scope>test</scope>
313313
</dependency>
314314
</dependencies>
@@ -409,7 +409,7 @@
409409
<plugin>
410410
<groupId>org.apache.maven.plugins</groupId>
411411
<artifactId>maven-compiler-plugin</artifactId>
412-
<version>3.3</version>
412+
<version>3.14.0</version>
413413
<inherited>true</inherited>
414414
<configuration>
415415
<source>${java.version}</source>
@@ -479,7 +479,7 @@
479479
-->
480480
<groupId>org.jasig.maven</groupId>
481481
<artifactId>maven-notice-plugin</artifactId>
482-
<version>1.0.6.1</version>
482+
<version>1.1.0</version>
483483
<configuration>
484484
<licenseMapping>
485485
<param>../license-mappings.xml</param>

0 commit comments

Comments
 (0)