You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rg...@apache.org on 2020/08/15 19:26:29 UTC

[logging-log4j2] branch master updated: Update Spring versions

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

rgoers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new 94051b9  Update Spring versions
94051b9 is described below

commit 94051b95800b2b1b6b54721e63e8f49a2732244f
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 12:25:53 2020 -0700

    Update Spring versions
---
 log4j-spring-boot/pom.xml         | 2 +-
 log4j-spring-cloud-config/pom.xml | 2 --
 pom.xml                           | 4 ++--
 3 files changed, 3 insertions(+), 5 deletions(-)

diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index 3c2334a..b4a1efa 100644
--- a/log4j-spring-boot/pom.xml
+++ b/log4j-spring-boot/pom.xml
@@ -44,7 +44,7 @@
       </dependency>
       <dependency>
         <groupId>org.springframework.boot</groupId>
-        <artifactId>spring-boot</artifactId>
+        <artifactId>spring-boot-dependencies</artifactId>
         <version>${spring-boot.version}</version>
         <type>pom</type>
         <scope>import</scope>
diff --git a/log4j-spring-cloud-config/pom.xml b/log4j-spring-cloud-config/pom.xml
index b7cf818..13a326a 100644
--- a/log4j-spring-cloud-config/pom.xml
+++ b/log4j-spring-cloud-config/pom.xml
@@ -32,8 +32,6 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <revapi.skip>true</revapi.skip>
     <spring-cloud-version>Hoxton.SR7</spring-cloud-version>
-    <spring-boot.version>2.3.2.RELEASE</spring-boot.version>
-    <springVersion>5.2.8.RELEASE</springVersion>
     <log4jParentDir>${basedir}/..</log4jParentDir>
   </properties>
   <dependencyManagement>
diff --git a/pom.xml b/pom.xml
index d68e549..fc3064f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -189,8 +189,8 @@
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
     <jackson2Version>2.11.1</jackson2Version>
-    <spring-boot.version>2.1.6.RELEASE</spring-boot.version>
-    <springVersion>5.1.8.RELEASE</springVersion>
+    <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
+    <springVersion>5.2.8.RELEASE</springVersion>
     <kubernetes-client.version>4.6.1</kubernetes-client.version>
     <flumeVersion>1.9.0</flumeVersion>
     <disruptorVersion>3.4.2</disruptorVersion>