Skip to content

Commit

Permalink
Bump uuid-creator to 5.2.0 (#3191)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith authored Dec 13, 2022
1 parent fd659d5 commit 500395f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion engine/context/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies {
implementation project(':table-api')
implementation project(':IO')

implementation 'com.github.f4b6a3:uuid-creator:3.6.0'
implementation 'com.github.f4b6a3:uuid-creator:5.2.0'

Classpaths.inheritCommonsText(project, 'implementation')

Expand Down
2 changes: 1 addition & 1 deletion engine/table/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies {
implementation project(':Net')
implementation project(':FishUtil')

implementation 'com.github.f4b6a3:uuid-creator:3.6.0'
implementation 'com.github.f4b6a3:uuid-creator:5.2.0'
implementation 'com.tdunning:t-digest:3.2'
implementation 'com.squareup:javapoet:1.13.0'

Expand Down
2 changes: 1 addition & 1 deletion server/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
api(project(':application-mode')) {
because 'downstream dagger compile, see deephaven-core#1722'
}
implementation 'com.github.f4b6a3:uuid-creator:3.6.0'
implementation 'com.github.f4b6a3:uuid-creator:5.2.0'

api(project(':Configuration')) {
because 'jetty/netty implementations will access the configuration in their main()s'
Expand Down

0 comments on commit 500395f

Please sign in to comment.