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 e325baa7b6 Bump the maven-patch-group group with 2 updates
e325baa7b6 is described below
commit e325baa7b6d613f78958af32a101ea48c9909866
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 3 00:02:35 2025 +0000
Bump the maven-patch-group group with 2 updates
Bumps the maven-patch-group group with 2 updates:
[org.junit:junit-bom](https://github.com/junit-team/junit-framework) and
[com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine).
Updates `org.junit:junit-bom` from 6.0.0 to 6.0.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.0...r6.0.1)
Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.2...v3.2.3)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: com.github.ben-manes.caffeine:caffeine
dependency-version: 3.2.3
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 28b3a64935..60dbc8bb37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@
<ver.protobuf>4.33.0</ver.protobuf>
<ver.libthrift>0.22.0</ver.libthrift>
- <ver.caffeine>3.2.2</ver.caffeine>
+ <ver.caffeine>3.2.3</ver.caffeine>
<!-- Most of Jena uses other libraries for equivalent functionality. -->
<ver.guava>33.5.0-jre</ver.guava>
@@ -103,7 +103,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit>6.0.0</ver.junit>
+ <ver.junit>6.0.1</ver.junit>
<ver.mockito>5.20.0</ver.mockito>
<ver.awaitility>4.3.0</ver.awaitility>