This is an automated email from the ASF dual-hosted git repository.
afs 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 e645700214 Bump the maven-patch-group group with 3 updates
e645700214 is described below
commit e6457002143decb100f1b396e14c183ccc7c4ab6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 22 00:13:09 2026 +0000
Bump the maven-patch-group group with 3 updates
Bumps the maven-patch-group group with 3 updates:
[com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf),
org.apache.shiro:shiro-bom and
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin).
Updates `com.google.protobuf:protobuf-java` from 4.35.0 to 4.35.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)
Updates `org.apache.shiro:shiro-bom` from 2.2.0 to 2.2.1
Updates `com.github.eirslett:frontend-maven-plugin` from 2.0.0 to 2.0.1
-
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/eirslett/frontend-maven-plugin/compare/frontend-plugins-2.0.0...frontend-plugins-2.0.1)
---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
dependency-version: 4.35.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: org.apache.shiro:shiro-bom
dependency-version: 2.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: com.github.eirslett:frontend-maven-plugin
dependency-version: 2.0.1
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: maven-patch-group
...
Signed-off-by: dependabot[bot] <[email protected]>
---
jena-fuseki2/jena-fuseki-ui/pom.xml | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index d4e3567be1..05d3ec5a43 100644
--- a/jena-fuseki2/jena-fuseki-ui/pom.xml
+++ b/jena-fuseki2/jena-fuseki-ui/pom.xml
@@ -84,7 +84,7 @@
<plugin>
<groupId>com.github.eirslett</groupId>
<artifactId>frontend-maven-plugin</artifactId>
- <version>2.0.0</version>
+ <version>2.0.1</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/pom.xml b/pom.xml
index a3c948c53a..cf0021eb6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,9 +78,9 @@
These two go together
See jena-fuseki-webapp and https://shiro.apache.org/jakarta-ee.html
-->
- <ver.shiro>2.2.0</ver.shiro>
+ <ver.shiro>2.2.1</ver.shiro>
- <ver.protobuf>4.35.0</ver.protobuf>
+ <ver.protobuf>4.35.1</ver.protobuf>
<ver.libthrift>0.23.0</ver.libthrift>
<ver.caffeine>3.2.4</ver.caffeine>