Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore: Stop using ancient version of Guava-IO, switch to latest Guava…
… instead
  • Loading branch information
RomainMuller committed Apr 1, 2019
commit 08c7217aa77c5e13e98d1ed3a5cbe8d26119634c
6 changes: 3 additions & 3 deletions packages/jsii-java-runtime/pom.xml.t.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ process.stdout.write(`<?xml version="1.0" encoding="UTF-8"?>
<version>[2.9.8,)</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.guava/guava-io -->
<!-- https://mvnrepository.com/artifact/com.google.guava/guava -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava-io</artifactId>
<version>r03</version>
<artifactId>guava</artifactId>
<version>27.1-jre</version>
</dependency>

<!-- https://mvnrepository.com/artifact/com.google.code.findbugs/jsr305 -->
Expand Down