You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2023/01/15 22:35:13 UTC

[logging-log4j2] 07/18: Bump spring-ws-core from 3.1.3 to 4.0.0

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

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

commit 0624c94d4470b6bebfc2cc6fcf8b316e5b24833d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 1 10:04:10 2022 +0000

    Bump spring-ws-core from 3.1.3 to 4.0.0
    
    Bumps [spring-ws-core](https://github.com/spring-projects/spring-ws) from 3.1.3 to 4.0.0.
    - [Release notes](https://github.com/spring-projects/spring-ws/releases)
    - [Commits](https://github.com/spring-projects/spring-ws/compare/v3.1.3...v4.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.springframework.ws:spring-ws-core
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 log4j-samples/pom.xml                                               | 2 +-
 log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/log4j-samples/pom.xml b/log4j-samples/pom.xml
index bf41523d08..70b4850cbd 100644
--- a/log4j-samples/pom.xml
+++ b/log4j-samples/pom.xml
@@ -38,7 +38,7 @@
     <maven.site.deploy.skip>true</maven.site.deploy.skip>
     <maven-jetty-plugin.version>6.1.26</maven-jetty-plugin.version>
 
-    <spring-ws.version>3.1.3</spring-ws.version>
+    <spring-ws.version>4.0.0</spring-ws.version>
   </properties>
   <dependencyManagement>
     <dependencies>
diff --git a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml
index bcf2b52791..3531216a73 100644
--- a/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml
+++ b/log4j-spring-cloud-config/log4j-spring-cloud-config-samples/pom.xml
@@ -35,7 +35,7 @@
     <maven.site.skip>true</maven.site.skip>
     <maven.site.deploy.skip>true</maven.site.deploy.skip>
 
-    <spring-ws.version>2.1.4.RELEASE</spring-ws.version>
+    <spring-ws.version>4.0.0</spring-ws.version>
   </properties>
   <dependencyManagement>
     <dependencies>