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 a3afa440a0 Bump jetty.version from 10.0.18 to 10.0.19
a3afa440a0 is described below
commit a3afa440a031f0d01112c580d70c4441c860bc6f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Dec 20 14:00:18 2023 +0000
Bump jetty.version from 10.0.18 to 10.0.19
Bumps `jetty.version` from 10.0.18 to 10.0.19.
Updates `org.eclipse.jetty:jetty-server` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19)
Updates `org.eclipse.jetty:jetty-webapp` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19)
Updates `org.eclipse.jetty:jetty-maven-plugin` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19)
Updates `org.eclipse.jetty:jetty-jspc-maven-plugin` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
-
[Commits](https://github.com/jetty/jetty.project/compare/jetty-10.0.18...jetty-10.0.19)
---
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] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 5c7cea229c..e02578edf9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
<httpmime.version>4.5.14</httpmime.version>
<intellij.version>5.0</intellij.version>
<jaxbri.version>4.0.3</jaxbri.version>
- <jetty.version>10.0.18</jetty.version>
+ <jetty.version>10.0.19</jetty.version>
<jibx.version>1.4.2</jibx.version>
<maven.archiver.version>3.6.1</maven.archiver.version>
<maven.version>3.9.6</maven.version>