Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
updated-dependencies:
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent e81a7f6 commit 6acc014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/fbs-runner/checker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
implementation "io.vertx:vertx-config-scala_2.12:${vertxVersion}"
implementation "io.vertx:vertx-web-scala_2.12:${vertxVersion}"
implementation "io.vertx:vertx-jdbc-client-scala_2.12:${vertxVersion}"
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.17.1'
implementation 'mysql:mysql-connector-java:8.0.32'
implementation 'org.postgresql:postgresql:42.5.3'
implementation platform("io.opentelemetry:opentelemetry-bom:1.31.0")
Expand Down

0 comments on commit 6acc014

Please sign in to comment.