This is an automated email from the ASF dual-hosted git repository.
rvesse 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 64a5cceada Bump the maven-patch-group group with 2 updates
64a5cceada is described below
commit 64a5cceada24c875e5f6d786450025d0f1edfbaf
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 10 00:17:32 2026 +0000
Bump the maven-patch-group group with 2 updates
Bumps the maven-patch-group group with 2 updates:
[org.cyclonedx:cyclonedx-maven-plugin](https://github.com/CycloneDX/cyclonedx-maven-plugin)
and
[com.github.eirslett:frontend-maven-plugin](https://github.com/eirslett/frontend-maven-plugin).
Updates `org.cyclonedx:cyclonedx-maven-plugin` from 2.9.2 to 2.9.3
- [Release
notes](https://github.com/CycloneDX/cyclonedx-maven-plugin/releases)
-
[Commits](https://github.com/CycloneDX/cyclonedx-maven-plugin/compare/cyclonedx-maven-plugin-2.9.2...cyclonedx-maven-plugin-2.9.3)
Updates `com.github.eirslett:frontend-maven-plugin` from 2.0.1 to 2.0.2
-
[Changelog](https://github.com/eirslett/frontend-maven-plugin/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/eirslett/frontend-maven-plugin/commits/frontend-plugins-2.0.2)
---
updated-dependencies:
- dependency-name: org.cyclonedx:cyclonedx-maven-plugin
dependency-version: 2.9.3
dependency-type: direct:development
update-type: version-update:semver-patch
dependency-group: maven-patch-group
- dependency-name: com.github.eirslett:frontend-maven-plugin
dependency-version: 2.0.2
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 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/jena-fuseki2/jena-fuseki-ui/pom.xml
b/jena-fuseki2/jena-fuseki-ui/pom.xml
index b4ce174920..1a5fe7e7c2 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.1</version>
+ <version>2.0.2</version>
<executions>
<execution>
<id>install node and yarn</id>
diff --git a/pom.xml b/pom.xml
index 36157cab25..c51bec3b70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -136,7 +136,7 @@
<ver.plugin.javadoc>3.12.0</ver.plugin.javadoc>
<ver.plugin.shade>3.6.2</ver.plugin.shade>
<ver.plugin.enforcer>3.6.3</ver.plugin.enforcer>
- <ver.plugin.cyclonedx>2.9.2</ver.plugin.cyclonedx>
+ <ver.plugin.cyclonedx>2.9.3</ver.plugin.cyclonedx>
<ver.plugin.spdx>0.7.0</ver.plugin.spdx>
<ver.plugin.flatten>1.8.0</ver.plugin.flatten>