You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2023/05/01 07:05:49 UTC

[jena] branch main updated: Bump jetty-bom from 10.0.14 to 10.0.15 (#1860)

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

andy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/jena.git


The following commit(s) were added to refs/heads/main by this push:
     new ba2cdb6211 Bump jetty-bom from 10.0.14 to 10.0.15 (#1860)
ba2cdb6211 is described below

commit ba2cdb6211f60d7725d779a8556266a8c0b2d0c5
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon May 1 08:05:44 2023 +0100

    Bump jetty-bom from 10.0.14 to 10.0.15 (#1860)
    
    Bumps [jetty-bom](https://github.com/eclipse/jetty.project) from 10.0.14 to 10.0.15.
    - [Release notes](https://github.com/eclipse/jetty.project/releases)
    - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.14...jetty-10.0.15)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.jetty:jetty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c63ad6c4d1..f38ddf61e9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@
 
     <ver.lucene>9.5.0</ver.lucene>
 
-    <ver.jetty>10.0.14</ver.jetty>
+    <ver.jetty>10.0.15</ver.jetty>
     <ver.shiro>1.11.0</ver.shiro>
 
     <ver.protobuf>3.22.3</ver.protobuf>