(axis-axis2-java-core) branch dependabot/maven/jetty.version-12.0.16 deleted (was 8cffcae524)

2024-12-13 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

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


 was 8cffcae524 Bump jetty.version from 12.0.15 to 12.0.16

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(axis-axis2-java-core) branch master updated: Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0

2024-12-13 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 8d363b4b45 Bump org.apache.maven.plugins:maven-invoker-plugin from 
3.8.1 to 3.9.0
8d363b4b45 is described below

commit 8d363b4b458793c5df7435aa5b550b2f449479a4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 10 13:15:29 2024 +

Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0

Bumps 
[org.apache.maven.plugins:maven-invoker-plugin](https://github.com/apache/maven-invoker-plugin)
 from 3.8.1 to 3.9.0.
- [Release notes](https://github.com/apache/maven-invoker-plugin/releases)
- 
[Commits](https://github.com/apache/maven-invoker-plugin/compare/maven-invoker-plugin-3.8.1...maven-invoker-plugin-3.9.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-invoker-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 6cbcd191b6..538794388c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1210,7 +1210,7 @@
 
 
 maven-invoker-plugin
-3.8.1
+3.9.0
 
 ${java.home}
 



(axis-axis2-java-core) branch dependabot/maven/org.apache.maven.plugins-maven-invoker-plugin-3.9.0 deleted (was 729904b071)

2024-12-13 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-invoker-plugin-3.9.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 729904b071 Bump org.apache.maven.plugins:maven-invoker-plugin from 
3.8.1 to 3.9.0

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(axis-axis2-java-core) branch master updated: Bump spring.version from 6.2.0 to 6.2.1

2024-12-13 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 2fbac97752 Bump spring.version from 6.2.0 to 6.2.1
2fbac97752 is described below

commit 2fbac97752f5361aea8316335a261f6d67629eb8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 13:04:11 2024 +

Bump spring.version from 6.2.0 to 6.2.1

Bumps `spring.version` from 6.2.0 to 6.2.1.

Updates `org.springframework:spring-core` from 6.2.0 to 6.2.1
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1)

Updates `org.springframework:spring-beans` from 6.2.0 to 6.2.1
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1)

Updates `org.springframework:spring-context` from 6.2.0 to 6.2.1
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1)

Updates `org.springframework:spring-web` from 6.2.0 to 6.2.1
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1)

Updates `org.springframework:spring-test` from 6.2.0 to 6.2.1
- [Release 
notes](https://github.com/spring-projects/spring-framework/releases)
- 
[Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.0...v6.2.1)

---
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 de1b6a2d1a..6cbcd191b6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,7 +488,7 @@
 3.9.9
 1.6R7
 2.0.16
-6.2.0
+6.2.1
 1.6.3
 3.0.1
 2.10.0



(axis-axis2-java-core) branch dependabot/maven/spring.version-6.2.1 deleted (was 88cb1540e9)

2024-12-13 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-6.2.1
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 88cb1540e9 Bump spring.version from 6.2.0 to 6.2.1

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.



(axis-axis2-java-core) branch master updated: Bump jetty.version from 12.0.15 to 12.0.16

2024-12-13 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 9845dbfddf Bump jetty.version from 12.0.15 to 12.0.16
9845dbfddf is described below

commit 9845dbfddfc272b38be013a871d4de51b5aec981
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Dec 12 13:03:38 2024 +

Bump jetty.version from 12.0.15 to 12.0.16

Bumps `jetty.version` from 12.0.15 to 12.0.16.

Updates `org.eclipse.jetty:jetty-server` from 12.0.15 to 12.0.16

Updates `org.eclipse.jetty.ee9:jetty-ee9-nested` from 12.0.15 to 12.0.16

Updates `org.eclipse.jetty.ee10:jetty-ee10-webapp` from 12.0.15 to 12.0.16

Updates `org.eclipse.jetty.ee10:jetty-ee10-maven-plugin` from 12.0.15 to 
12.0.16

Updates `org.eclipse.jetty.ee10:jetty-ee10-jspc-maven-plugin` from 12.0.15 
to 12.0.16

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee9:jetty-ee9-nested
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-webapp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee10:jetty-ee10-jspc-maven-plugin
  dependency-type: direct:production
  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 1f419114b2..de1b6a2d1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -482,7 +482,7 @@
 5.4.1
 5.0
 4.0.3
-12.0.15
+12.0.16
 1.4.2
 3.6.3
 3.9.9



(axis-axis2-java-core) branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.3 created (now a36a7644d4)

2024-12-13 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.logging.log4j-log4j-bom-2.24.3
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


  at a36a7644d4 Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 
2.24.3

No new revisions were added by this update.



(axis-axis2-java-core) branch dependabot/maven/org.apache.logging.log4j-log4j-bom-2.24.2 deleted (was 940c281f28)

2024-12-13 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.logging.log4j-log4j-bom-2.24.2
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 940c281f28 Bump org.apache.logging.log4j:log4j-bom from 2.20.0 to 
2.24.2

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.