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 18:59:17 UTC

[logging-log4j2] branch release-2.x updated: Update spring versions

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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 2256e3c  Update spring versions
2256e3c is described below

commit 2256e3c9b3b17190dc773c98e317d022d23cfda4
Author: Ralph Goers <rg...@apache.org>
AuthorDate: Sat Aug 15 11:58:59 2020 -0700

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

diff --git a/log4j-spring-boot/pom.xml b/log4j-spring-boot/pom.xml
index cfeae61..8dd6116 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 a4ed781..3f76819 100644
--- a/log4j-spring-cloud-config/pom.xml
+++ b/log4j-spring-cloud-config/pom.xml
@@ -32,7 +32,7 @@
     <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>
+    <spring-boot.version>2.3.3.RELEASE</spring-boot.version>
     <springVersion>5.2.8.RELEASE</springVersion>
     <log4jParentDir>${basedir}/..</log4jParentDir>
   </properties>
diff --git a/pom.xml b/pom.xml
index 54d6a2b..ed9e4ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -191,8 +191,8 @@
     <logbackVersion>1.2.3</logbackVersion>
     <jackson1Version>1.9.13</jackson1Version>
     <jackson2Version>2.11.2</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>