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 aeaf077511 Bump jetty.version from 10.0.11 to 10.0.12 aeaf077511 is described below commit aeaf0775115eae28d2d05df006e7bea5ddee7a41 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Sep 16 13:07:45 2022 +0000 Bump jetty.version from 10.0.11 to 10.0.12 Bumps `jetty.version` from 10.0.11 to 10.0.12. Updates `jetty-server` from 10.0.11 to 10.0.12 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12) Updates `jetty-webapp` from 10.0.11 to 10.0.12 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12) Updates `jetty-maven-plugin` from 10.0.11 to 10.0.12 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12) Updates `jetty-jspc-maven-plugin` from 10.0.11 to 10.0.12 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.11...jetty-10.0.12) --- 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] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 2e9914afc8..4c782189c4 100644 --- a/pom.xml +++ b/pom.xml @@ -481,7 +481,7 @@ <httpmime.version>4.5.13</httpmime.version> <intellij.version>5.0</intellij.version> <jaxbri.version>2.3.6</jaxbri.version> - <jetty.version>10.0.11</jetty.version> + <jetty.version>10.0.12</jetty.version> <jibx.version>1.4.2</jibx.version> <log4j2.version>2.18.0</log4j2.version> <maven.archiver.version>3.6.0</maven.archiver.version>