[axis-axis2-java-core] branch dependabot/maven/org.mockito-mockito-core-5.6.0 updated (69b1ba51a5 -> 55733af14c)

2023-10-21 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.mockito-mockito-core-5.6.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


omit 69b1ba51a5 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
 add 3795320684 AXIS2-6051, add /modules/jaxws/resources dir that was 
missed in the previous commit because the filename in META-INF dir was renamed 
to jakarta.xml.ws.spi.Provider
 add db3f11f539 use the last release of xjc-maven-plugin, not the snapshot
 add 9f90722380 add some comments that explains a bit about 
jakarta.xml.ws.spi.Provider
 add 6deed8a6ef Comment out jaxws-integration in the main pom.xml until we 
can get the xjc-maven-plugin to have a runtime dependency on jaxb-xjc
 add 55733af14c Bump org.mockito:mockito-core from 5.5.0 to 5.6.0

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   (69b1ba51a5)
\
 N -- N -- N   
refs/heads/dependabot/maven/org.mockito-mockito-core-5.6.0 (55733af14c)

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/jaxws/pom.xml| 9 +
 .../resources/META-INF/services/jakarta.xml.ws.spi.Provider  | 1 +
 2 files changed, 10 insertions(+)
 create mode 100644 
modules/jaxws/resources/META-INF/services/jakarta.xml.ws.spi.Provider



[axis-axis2-java-core] branch master updated: Bump org.mockito:mockito-core from 5.5.0 to 5.6.0

2023-10-21 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 84e34910a4 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
84e34910a4 is described below

commit 84e34910a4d1f7335d67a6292adbfb1f1921542d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 21 14:43:30 2023 +

Bump org.mockito:mockito-core from 5.5.0 to 5.6.0

Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 
5.5.0 to 5.6.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.5.0...v5.6.0)

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  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 d589c116e3..078f12dc6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -697,7 +697,7 @@
 
 org.mockito
 mockito-core
-5.5.0
+5.6.0
 
 
 org.apache.ws.xmlschema



[axis-axis2-java-core] branch dependabot/maven/org.mockito-mockito-core-5.6.0 deleted (was 55733af14c)

2023-10-21 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.mockito-mockito-core-5.6.0
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 55733af14c Bump org.mockito:mockito-core from 5.5.0 to 5.6.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 dependabot/maven/org.jacoco-jacoco-maven-plugin-0.8.10 deleted (was eda7cb6d06)

2023-10-21 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.jacoco-jacoco-maven-plugin-0.8.10
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was eda7cb6d06 Bump org.jacoco:jacoco-maven-plugin from 0.8.8 to 0.8.10

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 dependabot/maven/jetty.version-10.0.17 updated (d19d6d44cd -> ca1ce0e045)

2023-10-21 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-10.0.17
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 discard d19d6d44cd Bump jetty.version from 10.0.16 to 10.0.17
 add 3795320684 AXIS2-6051, add /modules/jaxws/resources dir that was 
missed in the previous commit because the filename in META-INF dir was renamed 
to jakarta.xml.ws.spi.Provider
 add db3f11f539 use the last release of xjc-maven-plugin, not the snapshot
 add 9f90722380 add some comments that explains a bit about 
jakarta.xml.ws.spi.Provider
 add 6deed8a6ef Comment out jaxws-integration in the main pom.xml until we 
can get the xjc-maven-plugin to have a runtime dependency on jaxb-xjc
 add 84e34910a4 Bump org.mockito:mockito-core from 5.5.0 to 5.6.0
 add ca1ce0e045 Bump jetty.version from 10.0.16 to 10.0.17

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   (d19d6d44cd)
\
 N -- N -- N   refs/heads/dependabot/maven/jetty.version-10.0.17 
(ca1ce0e045)

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/jaxws/pom.xml| 9 +
 .../resources/META-INF/services/jakarta.xml.ws.spi.Provider  | 1 +
 pom.xml  | 2 +-
 3 files changed, 11 insertions(+), 1 deletion(-)
 create mode 100644 
modules/jaxws/resources/META-INF/services/jakarta.xml.ws.spi.Provider



[axis-axis2-java-core] branch dependabot/maven/jetty.version-10.0.17 deleted (was ca1ce0e045)

2023-10-21 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-10.0.17
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was ca1ce0e045 Bump jetty.version from 10.0.16 to 10.0.17

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 10.0.16 to 10.0.17

2023-10-21 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 e042d21f95 Bump jetty.version from 10.0.16 to 10.0.17
e042d21f95 is described below

commit e042d21f955c76d42cd6d976b7bf8d6bbf416586
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 21 18:16:14 2023 +

Bump jetty.version from 10.0.16 to 10.0.17

Bumps `jetty.version` from 10.0.16 to 10.0.17.

Updates `org.eclipse.jetty:jetty-server` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.16...jetty-10.0.17)

Updates `org.eclipse.jetty:jetty-webapp` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.16...jetty-10.0.17)

Updates `org.eclipse.jetty:jetty-maven-plugin` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.16...jetty-10.0.17)

Updates `org.eclipse.jetty:jetty-jspc-maven-plugin` from 10.0.16 to 10.0.17
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.16...jetty-10.0.17)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-webapp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-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 078f12dc6b..6fc6c2902e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -488,7 +488,7 @@
 4.5.14
 5.0
 4.0.3
-10.0.16
+10.0.17
 1.4.2
 2.20.0
 3.6.0