You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hop.apache.org by ha...@apache.org on 2023/06/27 20:00:15 UTC

[hop] branch master updated: [DEPENDABOT] add missing guava

This is an automated email from the ASF dual-hosted git repository.

hansva pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hop.git


The following commit(s) were added to refs/heads/master by this push:
     new 57094a394f [DEPENDABOT] add missing guava
     new c2ce039b38 Merge pull request #3038 from hansva/master
57094a394f is described below

commit 57094a394f9cfdbdcd7f35ee211698abab2fb691
Author: Hans Van Akelyen <ha...@gmail.com>
AuthorDate: Tue Jun 27 20:06:38 2023 +0200

    [DEPENDABOT] add missing guava
---
 plugins/transforms/json/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugins/transforms/json/pom.xml b/plugins/transforms/json/pom.xml
index 158c9dc20a..e7853ec85b 100644
--- a/plugins/transforms/json/pom.xml
+++ b/plugins/transforms/json/pom.xml
@@ -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>