You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/11/06 12:03:06 UTC

[maven-dependency-plugin] branch master updated: Bump jettyVersion from 9.4.48.v20220622 to 9.4.49.v20220914

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new de654914 Bump jettyVersion from 9.4.48.v20220622 to 9.4.49.v20220914
de654914 is described below

commit de654914f0678b75bd4a31fcd6b782266e08c869
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Sep 15 22:01:31 2022 +0000

    Bump jettyVersion from 9.4.48.v20220622 to 9.4.49.v20220914
    
    Bumps `jettyVersion` from 9.4.48.v20220622 to 9.4.49.v20220914.
    
    Updates `jetty-server` from 9.4.48.v20220622 to 9.4.49.v20220914
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)
    
    Updates `jetty-util` from 9.4.48.v20220622 to 9.4.49.v20220914
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)
    
    Updates `jetty-security` from 9.4.48.v20220622 to 9.4.49.v20220914
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.48.v20220622...jetty-9.4.49.v20220914)
    
    ---
    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-util
      dependency-type: direct:development
      update-type: version-update:semver-patch
    - dependency-name: org.eclipse.jetty:jetty-security
      dependency-type: direct:development
      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 2c5d81b7..162c0791 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@ under the License.
 
   <properties>
     <mavenVersion>3.2.5</mavenVersion>
-    <jettyVersion>9.4.48.v20220622</jettyVersion>
+    <jettyVersion>9.4.49.v20220914</jettyVersion>
     <pluginTestingVersion>3.3.0</pluginTestingVersion>
     <resolverVersion>1.0.0.v20140518</resolverVersion>
     <javaVersion>8</javaVersion>