Skip to content

Commit 15d45fd

Browse files
authored
Merge pull request #48 from digipost/bump-guava-dependency-to-32
Bump guava dependency to 32.0.1
2 parents d5091b0 + c2f379b commit 15d45fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NOTICE

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ This software includes third party software subject to the following licenses:
2828
Guava ListenableFuture only under The Apache Software License, Version 2.0
2929
Guava: Google Core Libraries for Java under Apache License, Version 2.0
3030
istack common utility code runtime under Eclipse Distribution License - v 1.0
31-
J2ObjC Annotations under The Apache Software License, Version 2.0
31+
J2ObjC Annotations under Apache License, Version 2.0
3232
jakarta.xml.bind-api under Eclipse Distribution License - v 1.0
3333
JavaBeans Activation Framework API jar under EDL 1.0
3434
JAXB Runtime under Eclipse Distribution License - v 1.0

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
<dependency>
9999
<groupId>com.google.guava</groupId>
100100
<artifactId>guava</artifactId>
101-
<version>31.1-jre</version>
101+
<version>32.0.1-jre</version>
102102
</dependency>
103103
<dependency>
104104
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)