You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ga...@apache.org on 2022/04/18 13:06:59 UTC

[jclouds] branch master updated (36f351cd18 -> 659951bc63)

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

gaul pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/jclouds.git


    from 36f351cd18 Next development version 2.6.0-SNAPSHOT
     new 27274d40a9 JCLOUDS-1604: Upgrade to AutoFactory 1.0.1
     new 659951bc63 JCLOUDS-1601: Upgrade to log4j 2.17.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 project/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[jclouds] 02/02: JCLOUDS-1601: Upgrade to log4j 2.17.2

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 659951bc63368bb1eed8d2e25b2ae5ed79476e56
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Sun Apr 17 23:01:44 2022 +0900

    JCLOUDS-1601: Upgrade to log4j 2.17.2
    
    Release notes:
    
    https://logging.apache.org/log4j/2.x/changes-report.html#a2.17.2
---
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index 37558d432f..2be076e538 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -236,7 +236,7 @@
     <modernizer-maven-annotations.version>1.8.0</modernizer-maven-annotations.version>
 
     <!-- Log dependency versions -->
-    <log4j.version>2.17.0</log4j.version>
+    <log4j.version>2.17.2</log4j.version>
     <logback.version>1.1.2</logback.version>
 
     <!-- OSGi dependency versions -->


[jclouds] 01/02: JCLOUDS-1604: Upgrade to AutoFactory 1.0.1

Posted by ga...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 27274d40a946b8d52e06757e3a18076cb73ab3b5
Author: Andrew Gaul <ga...@apache.org>
AuthorDate: Sun Apr 17 22:59:01 2022 +0900

    JCLOUDS-1604: Upgrade to AutoFactory 1.0.1
---
 project/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/project/pom.xml b/project/pom.xml
index 2cd16b9172..37558d432f 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -226,7 +226,7 @@
     <guice.version>5.0.1</guice.version>
 
     <okhttp.version>3.14.9</okhttp.version>
-    <auto-factory.version>0.1-beta1</auto-factory.version>
+    <auto-factory.version>1.0.1</auto-factory.version>
     <auto-service.version>1.0-rc3</auto-service.version>
     <auto-value.version>1.4.1</auto-value.version>