Skip to content

Commit

Permalink
Bump com.fasterxml.uuid:java-uuid-generator from 5.0.0 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.uuid:java-uuid-generator](https://github.com/cowtowncoder/java-uuid-generator) from 5.0.0 to 5.1.0.
- [Commits](cowtowncoder/java-uuid-generator@java-uuid-generator-5.0.0...java-uuid-generator-5.1.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.uuid:java-uuid-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tobiasschaefer committed Jun 3, 2024
1 parent 744c1e7 commit 8bdeb45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-camunda-bpm-feature/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ micronaut {
dependencies {
implementation("io.micronaut:micronaut-validation")
implementation("io.micronaut:micronaut-runtime")
implementation("com.fasterxml.uuid:java-uuid-generator:5.0.0")
implementation("com.fasterxml.uuid:java-uuid-generator:5.1.0")
api("org.camunda.bpm:camunda-engine:$camundaVersion") {
exclude group: 'org.camunda.bpm.model', module: 'camunda-cmmn-model'
}
Expand Down

0 comments on commit 8bdeb45

Please sign in to comment.