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 28b06f01d4 Bump the maven-patch-group group with 3 updates
28b06f01d4 is described below
commit 28b06f01d4bc644fbfbbc41fcc677a94781c5c81
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 17 00:29:11 2025 +0000
Bump the maven-patch-group group with 3 updates
Bumps the maven-patch-group group with 3 updates:
[org.junit:junit-bom](https://github.com/junit-team/junit5),
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf)
and [org.mockito:mockito-core](https://github.com/mockito/mockito).
Updates `org.junit:junit-bom` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.12.0...r5.12.1)
Updates `com.google.protobuf:protobuf-java` from 4.30.0 to 4.30.1
- [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/compare/v4.30.0...v4.30.1)
Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v5.16.0...v5.16.1)
---
updated-dependencies:
- dependency-name: org.junit:junit-bom
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- 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.mockito:mockito-core
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 b20e2171d7..dcbdc0726b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,7 +77,7 @@
<ver.shiro>2.0.2</ver.shiro>
<ver.omnifaces>4.6.1</ver.omnifaces>
- <ver.protobuf>4.30.0</ver.protobuf>
+ <ver.protobuf>4.30.1</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>
<ver.caffeine>3.2.0</ver.caffeine>
@@ -104,10 +104,10 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit5>5.12.0</ver.junit5>
+ <ver.junit5>5.12.1</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>
- <ver.mockito>5.16.0</ver.mockito>
+ <ver.mockito>5.16.1</ver.mockito>
<ver.awaitility>4.3.0</ver.awaitility>
<ver.contract.tests>0.2.0</ver.contract.tests>