Skip to content

Commit

Permalink
Bump com.fasterxml.uuid:java-uuid-generator from 4.2.0 to 4.3.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 4.2.0 to 4.3.0.
- [Commits](cowtowncoder/java-uuid-generator@java-uuid-generator-4.2.0...java-uuid-generator-4.3.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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tobiasschaefer committed Sep 13, 2023
1 parent c686037 commit 1141e4e
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:4.2.0")
implementation("com.fasterxml.uuid:java-uuid-generator:4.3.0")
api("org.camunda.bpm:camunda-engine:$camundaVersion") {
exclude group: 'org.camunda.bpm.model', module: 'camunda-cmmn-model'
}
Expand Down

0 comments on commit 1141e4e

Please sign in to comment.