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 8e0007e7c0 Bump the maven-patch-group group with 4 updates
8e0007e7c0 is described below

commit 8e0007e7c0513a0a185848061f8bac94d5e593ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 5 00:07:11 2024 +0000

    Bump the maven-patch-group group with 4 updates
    
    Bumps the maven-patch-group group with 4 updates: 
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf),
 [org.eclipse.jetty:jetty-bom](https://github.com/jetty/jetty.project), 
[org.eclipse.jetty.ee10:jetty-ee10-bom](https://github.com/jetty/jetty.project) 
and 
[org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin).
    
    
    Updates `com.google.protobuf:protobuf-java` from 4.27.2 to 4.27.3
    - [Release notes](https://github.com/protocolbuffers/protobuf/releases)
    - 
[Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
    - [Commits](https://github.com/protocolbuffers/protobuf/commits)
    
    Updates `org.eclipse.jetty:jetty-bom` from 12.0.11 to 12.0.12
    - [Release notes](https://github.com/jetty/jetty.project/releases)
    - 
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.11...jetty-12.0.12)
    
    Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.11 to 12.0.12
    - [Release notes](https://github.com/jetty/jetty.project/releases)
    - 
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.11...jetty-12.0.12)
    
    Updates `org.eclipse.jetty.ee10:jetty-ee10-bom` from 12.0.11 to 12.0.12
    - [Release notes](https://github.com/jetty/jetty.project/releases)
    - 
[Commits](https://github.com/jetty/jetty.project/compare/jetty-12.0.11...jetty-12.0.12)
    
    Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.8.0 to 2.8.1
    - [Release 
notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
    - 
[Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.8.0...cyclonedx-maven-plugin-2.8.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.protobuf:protobuf-java
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: org.eclipse.jetty:jetty-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-bom
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: org.cyclonedx:cyclonedx-maven-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0ff5ac822f..542c3b358a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,12 +67,12 @@
     <ver.jakarta.json>2.0.1</ver.jakarta.json>
 
     <!-- These two must be in-step -->
-    <ver.jetty>12.0.11</ver.jetty>
+    <ver.jetty>12.0.12</ver.jetty>
     <ver.jakarta-servlet>6.1.0</ver.jakarta-servlet>
 
     <ver.shiro>2.0.1</ver.shiro>
 
-    <ver.protobuf>4.27.2</ver.protobuf>
+    <ver.protobuf>4.27.3</ver.protobuf>
     <ver.libthrift>0.20.0</ver.libthrift>
 
     <ver.caffeine>3.1.8</ver.caffeine>
@@ -125,7 +125,7 @@
     <ver.plugin.war>3.4.0</ver.plugin.war>
     <ver.plugin.shade>3.6.0</ver.plugin.shade>
     <ver.plugin.enforcer>3.5.0</ver.plugin.enforcer>
-    <ver.plugin.cyclonedx>2.8.0</ver.plugin.cyclonedx>
+    <ver.plugin.cyclonedx>2.8.1</ver.plugin.cyclonedx>
     <ver.plugin.spdx>0.7.0</ver.plugin.spdx>
   </properties>
 

Reply via email to