Skip to content

Commit

Permalink
Update java-uuid-generator to version 3.3.0. (flowable#2167)
Browse files Browse the repository at this point in the history
  • Loading branch information
PascalSchumacher authored Feb 11, 2020
1 parent 9970e43 commit 5af4443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion distro/src/notice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ com.fasterxml.jackson.datatype jackson-datatype-joda 2.10.2 The
com.fasterxml.jackson.datatype jackson-datatype-json-org 2.10.2 The Apache Software License, Version 2.0
com.google.guava guava 28.2-jre The Apache Software License, Version 2.0
com.h2database h2 1.4.199 The H2 License, Version 1.0
com.fasterxml.uuid java-uuid-generator 3.2.0 The Apache Software License, Version 2.0
com.fasterxml.uuid java-uuid-generator 3.3.0 The Apache Software License, Version 2.0
com.sun.mail javax.mail 1.6.2 CDDL/GPLv2+CE
commons-beanutils commons-beanutils 1.8.3 The Apache Software License, Version 2.0
commons-codec commons-codec 1.14 Apache License, Version 2.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1053,7 +1053,7 @@
<dependency>
<groupId>com.fasterxml.uuid</groupId>
<artifactId>java-uuid-generator</artifactId>
<version>3.2.0</version>
<version>3.3.0</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
Expand Down

0 comments on commit 5af4443

Please sign in to comment.