You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by gi...@apache.org on 2022/06/21 13:05:39 UTC

[axis-axis2-java-core] branch dependabot/maven/jetty.version-9.4.47.v20220610 created (now e4aeb8f911)

This is an automated email from the ASF dual-hosted git repository.

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


      at e4aeb8f911 Bump jetty.version from 9.4.46.v20220331 to 9.4.47.v20220610

This branch includes the following new commits:

     new e4aeb8f911 Bump jetty.version from 9.4.46.v20220331 to 9.4.47.v20220610

The 1 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.



[axis-axis2-java-core] 01/01: Bump jetty.version from 9.4.46.v20220331 to 9.4.47.v20220610

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e4aeb8f911be7e23c11a934fed15ece43aa4a2a6
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jun 21 13:05:36 2022 +0000

    Bump jetty.version from 9.4.46.v20220331 to 9.4.47.v20220610
    
    Bumps `jetty.version` from 9.4.46.v20220331 to 9.4.47.v20220610.
    
    Updates `jetty-server` from 9.4.46.v20220331 to 9.4.47.v20220610
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.47.v20220610)
    
    Updates `jetty-webapp` from 9.4.46.v20220331 to 9.4.47.v20220610
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.47.v20220610)
    
    Updates `jetty-maven-plugin` from 9.4.46.v20220331 to 9.4.47.v20220610
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.47.v20220610)
    
    Updates `jetty-jspc-maven-plugin` from 9.4.46.v20220331 to 9.4.47.v20220610
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.46.v20220331...jetty-9.4.47.v20220610)
    
    ---
    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] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 77f14bcc29..c0822bfb0c 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>9.4.46.v20220331</jetty.version>
+        <jetty.version>9.4.47.v20220610</jetty.version>
         <jibx.version>1.3.3</jibx.version>
         <log4j2.version>2.17.2</log4j2.version>
         <maven.archiver.version>3.5.2</maven.archiver.version>