[axis-axis2-java-core] branch master updated: Don't upgrade to Spring 6

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 8d1b22a97d Don't upgrade to Spring 6
8d1b22a97d is described below

commit 8d1b22a97dd0d92880e862d5f917a7ff13ed33ca
Author: Andreas Veithen 
AuthorDate: Thu Nov 17 23:23:16 2022 +

Don't upgrade to Spring 6
---
 .github/dependabot.yml | 4 
 1 file changed, 4 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 779a991de1..07770f4872 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -76,4 +76,8 @@ updates:
   - dependency-name: "org.apache.maven.plugins:maven-plugin-plugin"
 versions:
 - "3.6.2"
+  # Spring 6 requires Java 17
+  - dependency-name: "org.springframework:*"
+versions:
+  - ">= 6.0.0"
 open-pull-requests-limit: 15



[axis-axis2-java-core] branch dependabot/maven/spring.version-5.3.24 created (now 2b5543d7cf)

2022-11-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/spring.version-5.3.24
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 2b5543d7cf Bump spring.version from 5.3.23 to 5.3.24

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.codehaus.jettison-jettison-1.5.2 created (now 229ae72f6a)

2022-11-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.codehaus.jettison-jettison-1.5.2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 229ae72f6a Bump jettison from 1.5.1 to 1.5.2

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/slf4j.version-2.0.4 created (now 4dc58a4158)

2022-11-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at 4dc58a4158 Bump slf4j.version from 2.0.3 to 2.0.4

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.0 created (now b2fdea02d4)

2022-11-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-install-plugin-3.1.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at b2fdea02d4 Bump maven-install-plugin from 3.0.1 to 3.1.0

No new revisions were added by this update.



[axis-axis2-java-core] 01/03: Bump spring.version from 5.3.23 to 5.3.24

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 02ed232b5b05c596cdae9a08510c61238907c83c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 17 23:26:50 2022 +

Bump spring.version from 5.3.23 to 5.3.24

Bumps `spring.version` from 5.3.23 to 5.3.24.

Updates `spring-core` from 5.3.23 to 5.3.24
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)

Updates `spring-beans` from 5.3.23 to 5.3.24
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)

Updates `spring-context` from 5.3.23 to 5.3.24
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)

Updates `spring-web` from 5.3.23 to 5.3.24
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)

Updates `spring-test` from 5.3.23 to 5.3.24
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.23...v5.3.24)

---
updated-dependencies:
- dependency-name: org.springframework:spring-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-beans
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-context
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-web
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.springframework:spring-test
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6117dfbd79..4449d33c8d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -489,7 +489,7 @@
 3.5.0
 1.6R7
 2.0.3
-5.3.23
+5.3.24
 1.6.3
 2.7.2
 3.0.1



[axis-axis2-java-core] branch master updated (8d1b22a97d -> f0a8b42346)

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


from 8d1b22a97d Don't upgrade to Spring 6
 new 02ed232b5b Bump spring.version from 5.3.23 to 5.3.24
 new 1150de1b3c Bump maven-install-plugin from 3.0.1 to 3.1.0
 new f0a8b42346 Bump jettison from 1.5.1 to 1.5.2

The 3 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:
 modules/json/pom.xml | 2 +-
 pom.xml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[axis-axis2-java-core] 03/03: Bump jettison from 1.5.1 to 1.5.2

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit f0a8b42346e27e3e1e8435451ff5fb2b3d5d713d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 17 23:26:14 2022 +

Bump jettison from 1.5.1 to 1.5.2

Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.1 to 
1.5.2.
- [Release notes](https://github.com/jettison-json/jettison/releases)
- 
[Commits](https://github.com/jettison-json/jettison/compare/jettison-1.5.1...jettison-1.5.2)

---
updated-dependencies:
- dependency-name: org.codehaus.jettison:jettison
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 modules/json/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/json/pom.xml b/modules/json/pom.xml
index b41b147a9f..c6c941297a 100644
--- a/modules/json/pom.xml
+++ b/modules/json/pom.xml
@@ -55,7 +55,7 @@
 
 org.codehaus.jettison
 jettison
-1.5.1
+1.5.2
 
  
 org.apache.axis2



[axis-axis2-java-core] 02/03: Bump maven-install-plugin from 3.0.1 to 3.1.0

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 1150de1b3c5f8e47603b4ae746da5d8dbd1d872b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 17 23:29:19 2022 +

Bump maven-install-plugin from 3.0.1 to 3.1.0

Bumps 
[maven-install-plugin](https://github.com/apache/maven-install-plugin) from 
3.0.1 to 3.1.0.
- [Release notes](https://github.com/apache/maven-install-plugin/releases)
- 
[Commits](https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.1...maven-install-plugin-3.1.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-install-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 4449d33c8d..b19faf77e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1134,7 +1134,7 @@
 
 
 maven-install-plugin
-3.0.1
+3.1.0
 
 
 maven-jar-plugin



[axis-axis2-java-core] branch master created (now f0a8b42346)

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at f0a8b42346 Bump jettison from 1.5.1 to 1.5.2

No new revisions were added by this update.



[axis-axis2-java-core] branch dependabot/maven/slf4j.version-2.0.4 updated (4dc58a4158 -> d7d54da474)

2022-11-17 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/slf4j.version-2.0.4
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 discard 4dc58a4158 Bump slf4j.version from 2.0.3 to 2.0.4
 add 02ed232b5b Bump spring.version from 5.3.23 to 5.3.24
 add 1150de1b3c Bump maven-install-plugin from 3.0.1 to 3.1.0
 add f0a8b42346 Bump jettison from 1.5.1 to 1.5.2
 add d7d54da474 Bump slf4j.version from 2.0.3 to 2.0.4

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (4dc58a4158)
\
 N -- N -- N   refs/heads/dependabot/maven/slf4j.version-2.0.4 
(d7d54da474)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 modules/json/pom.xml | 2 +-
 pom.xml  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)



[axis-axis2-java-core] branch master updated (f0a8b42346 -> 424efc96f1)

2022-11-17 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


from f0a8b42346 Bump jettison from 1.5.1 to 1.5.2
 add 424efc96f1 Bump slf4j.version from 2.0.3 to 2.0.4

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)