Skip to content

Commit

Permalink
Bump org.yaml:snakeyaml from 2.2 to 2.3 in /db-connector (#807)
Browse files Browse the repository at this point in the history
Bumps [org.yaml:snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 2.2 to 2.3.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-2.3..snakeyaml-2.2)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 3, 2024
1 parent 6b10812 commit 08c0c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-connector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {
liquibaseRuntime 'org.liquibase:liquibase-groovy-dsl:3.0.3'
liquibaseRuntime 'info.picocli:picocli:4.7.6'
liquibaseRuntime 'org.postgresql:postgresql:42.7.3'
liquibaseRuntime 'org.yaml:snakeyaml:2.2'
liquibaseRuntime 'org.yaml:snakeyaml:2.3'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.0'
Expand Down

0 comments on commit 08c0c78

Please sign in to comment.