Skip to content

Commit

Permalink
fix(deps): update dependency com.fasterxml.jackson.dataformat:jackson…
Browse files Browse the repository at this point in the history
…-dataformat-yaml to v2.16.1 (#1397)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Dec 24, 2023
1 parent 128f0e9 commit 6d795a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-bot/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
implementation project(":commons")
implementation "io.quarkiverse.loggingmanager:quarkus-logging-manager:3.0.3"
testImplementation 'org.mockito:mockito-core:5.8.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1'
annotationProcessor("io.quarkus:quarkus-panache-common")
implementation("io.quarkus:quarkus-hibernate-orm-panache")
implementation("io.quarkus:quarkus-jdbc-mariadb")
Expand Down

0 comments on commit 6d795a8

Please sign in to comment.