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 f9e57780ac Bump the maven-patch-group group with 2 updates
f9e57780ac is described below
commit f9e57780ac3730535e4257cfea8fa4a06b1f8160
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 28 00:26:38 2024 +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/junit5) and
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf).
Updates `org.junit:junit-bom` from 5.11.2 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.11.2...r5.11.3)
Updates `com.google.protobuf:protobuf-java` from 4.28.2 to 4.28.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)
---
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
...
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 4ad88a55f0..d288204622 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,7 +72,7 @@
<ver.shiro>2.0.1</ver.shiro>
- <ver.protobuf>4.28.2</ver.protobuf>
+ <ver.protobuf>4.28.3</ver.protobuf>
<ver.libthrift>0.21.0</ver.libthrift>
<ver.caffeine>3.1.8</ver.caffeine>
@@ -98,7 +98,7 @@
<!-- Testing -->
<ver.junit4>4.13.2</ver.junit4>
- <ver.junit5>5.11.2</ver.junit5>
+ <ver.junit5>5.11.3</ver.junit5>
<ver.junit5-platform>1.10.2</ver.junit5-platform>
<ver.mockito>5.14.2</ver.mockito>