Skip to content

Commit

Permalink
Merge pull request #3038 from hansva/master
Browse files Browse the repository at this point in the history
[DEPENDABOT] add missing guava
  • Loading branch information
hansva authored Jun 27, 2023
2 parents f04bc1d + 57094a3 commit c2ce039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/transforms/json/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<version>${guava.version}</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit c2ce039

Please sign in to comment.