Skip to content

Commit 15f9964

Browse files
committed
Update guava dependency version to 33.4.0-jre.
1 parent 8c69c46 commit 15f9964

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<java.version>1.8</java.version>
21-
<scala.version>2.12.18</scala.version>
21+
<scala.version>2.12.20</scala.version>
2222
<scala.version.prefix>2.12</scala.version.prefix>
2323
<spark.version>3.5.5</spark.version>
2424
<parquet.version>1.12.3</parquet.version>
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>com.thoughtworks.paranamer</groupId>
283283
<artifactId>paranamer</artifactId>
284-
<version>2.8</version>
284+
<version>2.8</version> <!-- pin at 2.8, 2.8.1 fails unit tests -->
285285
</dependency>
286286
<dependency>
287287
<groupId>org.clapper</groupId>
@@ -308,7 +308,7 @@
308308
<dependency>
309309
<groupId>com.google.guava</groupId>
310310
<artifactId>guava</artifactId>
311-
<version>33.0.0-jre</version>
311+
<version>33.4.0-jre</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>com.netflix.servo</groupId>
@@ -362,7 +362,7 @@
362362
<dependency>
363363
<groupId>org.mockito</groupId>
364364
<artifactId>mockito-core</artifactId>
365-
<version>3.12.1</version>
365+
<version>5.15.2</version>
366366
<scope>test</scope>
367367
</dependency>
368368
<dependency>
@@ -379,7 +379,7 @@
379379
<dependency>
380380
<groupId>args4j</groupId>
381381
<artifactId>args4j</artifactId>
382-
<version>2.33</version>
382+
<version>2.37</version>
383383
</dependency>
384384
<dependency>
385385
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)