Skip to content

Commit 0fb5f7c

Browse files
authored
chore: Stop using ancient version of Guava-IO, switch to latest Guava instead (#419)
1 parent e9eb3c9 commit 0fb5f7c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/jsii-java-runtime/pom.xml.t.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
6262
<version>[2.9.8,)</version>
6363
</dependency>
6464
65-
<!-- https://mvnrepository.com/artifact/com.google.guava/guava-io -->
65+
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
6666
<dependency>
6767
<groupId>com.google.guava</groupId>
68-
<artifactId>guava-io</artifactId>
69-
<version>r03</version>
68+
<artifactId>guava</artifactId>
69+
<version>27.1-jre</version>
7070
</dependency>
7171
7272
<!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 -->

0 commit comments

Comments
 (0)