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 3b5f382d14 Bump the maven-patch-group group with 3 updates
3b5f382d14 is described below

commit 3b5f382d1432d9cf4059b3efd3bf257499825b48
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 16 00:22:40 2025 +0000

    Bump the maven-patch-group group with 3 updates
    
    Bumps the maven-patch-group group with 3 updates: 
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine),
 
[io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer)
 and 
[io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer).
    
    
    Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.1
    - [Release notes](https://github.com/ben-manes/caffeine/releases)
    - [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.0...v3.2.1)
    
    Updates `io.micrometer:micrometer-core` from 1.15.0 to 1.15.1
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - 
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.0...v1.15.1)
    
    Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.0 to 1.15.1
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - 
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.0...v1.15.1)
    
    Updates `io.micrometer:micrometer-registry-prometheus` from 1.15.0 to 1.15.1
    - [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
    - 
[Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.0...v1.15.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.caffeine:caffeine
      dependency-version: 3.2.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: io.micrometer:micrometer-core
      dependency-version: 1.15.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: io.micrometer:micrometer-registry-prometheus
      dependency-version: 1.15.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    - dependency-name: io.micrometer:micrometer-registry-prometheus
      dependency-version: 1.15.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: maven-patch-group
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 801ed2b262..b9ddd273c1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,7 +80,7 @@
     <ver.protobuf>4.31.1</ver.protobuf>
     <ver.libthrift>0.21.0</ver.libthrift>
 
-    <ver.caffeine>3.2.0</ver.caffeine>
+    <ver.caffeine>3.2.1</ver.caffeine>
     <!-- Most of Jena uses other libraries for equivalent functionality. -->
     <ver.guava>33.4.8-jre</ver.guava>
 
@@ -98,7 +98,7 @@
     <ver.commons-fileupload>2.0.0-M3</ver.commons-fileupload>
 
     <ver.dexxcollection>0.7</ver.dexxcollection>
-    <ver.micrometer>1.15.0</ver.micrometer>
+    <ver.micrometer>1.15.1</ver.micrometer>
     <ver.roaringbitmap>1.3.0</ver.roaringbitmap>
     <ver.opencsv>5.11.1</ver.opencsv>
 

Reply via email to