[java-parent-project] branch master updated: Bump Guava to latest 27.0, jsr305 to 3.0.2

Ian Young ian at iay.org.uk
Tue Oct 30 13:21:48 EDT 2018


This is an automated email from the git hooks/post-receive script.

iay pushed a commit to branch master
in repository java-parent-project.

View the commit online:
http://git.shibboleth.net/view/?p=java-parent-project.git;a=commit;h=82017bcbeb93bd8382e4986b6bc685e5352babed

The following commit(s) were added to refs/heads/master by this push:
       new  82017bc   Bump Guava to latest 27.0, jsr305 to 3.0.2
82017bc is described below

commit 82017bcbeb93bd8382e4986b6bc685e5352babed
Author: Ian Young <ian at iay.org.uk>
AuthorDate: Tue Oct 30 17:21:03 2018 +0000

    Bump Guava to latest 27.0, jsr305 to 3.0.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index bbc9a45..2cf9ec2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
         <httpclient.groupId>org.apache.httpcomponents</httpclient.groupId>
         <httpclient.version>4.5.3</httpclient.version>
         <httpclient.httpcore.version>4.4.8</httpclient.httpcore.version>
-        <guava.version>24.1-jre</guava.version>
+        <guava.version>27.0-jre</guava.version>
         <jetty.groupId>org.eclipse.jetty</jetty.groupId>
         <jetty.version>9.2.14.v20151106</jetty.version>
         <ldaptive.version>1.0.13</ldaptive.version>
@@ -182,7 +182,7 @@
             <dependency>
                 <groupId>com.google.code.findbugs</groupId>
                 <artifactId>jsr305</artifactId>
-                <version>3.0.1</version>
+                <version>3.0.2</version>
             </dependency>
             <dependency>
                 <groupId>com.google.guava</groupId>

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list