This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new 3966ec2808 Bump com.fasterxml.uuid:java-uuid-generator from 5.1.0 to
5.1.1
3966ec2808 is described below
commit 3966ec2808634ab20538bac34b8d453579a07ceb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Oct 14 22:41:02 2025 +0000
Bump com.fasterxml.uuid:java-uuid-generator from 5.1.0 to 5.1.1
Bumps
[com.fasterxml.uuid:java-uuid-generator](https://github.com/cowtowncoder/java-uuid-generator)
from 5.1.0 to 5.1.1.
-
[Commits](https://github.com/cowtowncoder/java-uuid-generator/compare/java-uuid-generator-5.1.0...java-uuid-generator-5.1.1)
---
updated-dependencies:
- dependency-name: com.fasterxml.uuid:java-uuid-generator
dependency-version: 5.1.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4781fd3d60..a431af6d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -685,7 +685,7 @@ under the License.
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
- <version>5.1.0</version>
+ <version>5.1.1</version>
</dependency>
<dependency>