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

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


The following commit(s) were added to refs/heads/master by this push:
     new 207dc6c  Bump guava from 23.5-jre to 29.0-jre in 
/traffic_control/clients/java (#6642)
207dc6c is described below

commit 207dc6c8068737c27e95e4fbbda3fc3338bf9a58
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Mar 11 14:32:11 2022 -0700

    Bump guava from 23.5-jre to 29.0-jre in /traffic_control/clients/java 
(#6642)
    
    Bumps [guava](https://github.com/google/guava) from 23.5-jre to 29.0-jre.
    - [Release notes](https://github.com/google/guava/releases)
    - [Commits](https://github.com/google/guava/commits)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.guava:guava
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 traffic_control/clients/java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_control/clients/java/pom.xml 
b/traffic_control/clients/java/pom.xml
index ae9ce55..8397bcf 100644
--- a/traffic_control/clients/java/pom.xml
+++ b/traffic_control/clients/java/pom.xml
@@ -59,7 +59,7 @@
                        <dependency>
                                <groupId>com.google.guava</groupId>
                                <artifactId>guava</artifactId>
-                               <version>23.5-jre</version>
+                               <version>29.0-jre</version>
                        </dependency>
                </dependencies>
        </dependencyManagement>

Reply via email to