Skip to content

Commit

Permalink
fix: upgrade com.fasterxml.uuid:java-uuid-generator from 4.0.1 to 4.1.0
Browse files Browse the repository at this point in the history
Snyk has created this PR to upgrade com.fasterxml.uuid:java-uuid-generator from 4.0.1 to 4.1.0.

See this package in Maven Repository:
https://mvnrepository.com/artifact/com.fasterxml.uuid/java-uuid-generator/

See this project in Snyk:
https://app.snyk.io/org/wajda/project/1f1d180b-08db-45d0-bc58-4394bc71392b?utm_source=github&utm_medium=referral&page=upgrade-pr
  • Loading branch information
snyk-bot authored and wajda committed Apr 23, 2023
1 parent 364a20c commit c3db38d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>4.0.1</version>
<version>4.1.0</version>
</dependency>
<dependency>
<groupId>com.lihaoyi</groupId>
Expand Down

0 comments on commit c3db38d

Please sign in to comment.