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 1bc0b4b5e1 Bump the maven-patch-group group with 2 updates
1bc0b4b5e1 is described below
commit 1bc0b4b5e1d45701327cc9cf0a391107c08323f4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 3 00:30:29 2024 +0000
Bump the maven-patch-group group with 2 updates
Bumps the maven-patch-group group with 2 updates:
[com.google.guava:guava](https://github.com/google/guava) and
[org.apache.shiro:shiro-bom](https://github.com/apache/shiro).
Updates `com.google.guava:guava` from 33.2.0-jre to 33.2.1-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)
Updates `org.apache.shiro:shiro-bom` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/apache/shiro/releases)
- [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES)
-
[Commits](https://github.com/apache/shiro/compare/shiro-root-2.0.0...shiro-root-2.0.1)
---
updated-dependencies:
- dependency-name: com.google.guava:guava
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.shiro:shiro-bom
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 7f4e8a2539..98f5bb0647 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,14 +69,14 @@
<ver.jetty>12.0.9</ver.jetty>
<ver.jakarta-servlet>6.0.0</ver.jakarta-servlet>
- <ver.shiro>2.0.0</ver.shiro>
+ <ver.shiro>2.0.1</ver.shiro>
<ver.protobuf>4.27.0</ver.protobuf>
<ver.libthrift>0.20.0</ver.libthrift>
<ver.caffeine>3.1.8</ver.caffeine>
<!-- Most of Jena uses other libraries for equivalent functionality. -->
- <ver.guava>33.2.0-jre</ver.guava>
+ <ver.guava>33.2.1-jre</ver.guava>
<ver.gson>2.11.0</ver.gson>
<ver.lucene>9.10.0</ver.lucene>