Skip to content

Commit

Permalink
Bump flyway.db.version from 10.20.0 to 10.20.1
Browse files Browse the repository at this point in the history
Bumps `flyway.db.version` from 10.20.0 to 10.20.1.

Updates `org.flywaydb:flyway-core` from 10.20.0 to 10.20.1
- [Release notes](/~https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.20.0...flyway-10.20.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.20.0 to 10.20.1

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Oct 24, 2024
1 parent add99ee commit a0524b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawler4j-examples/crawler4j-examples-postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<properties>
<postgresql.version>42.7.4</postgresql.version>
<c3p0.version>0.10.1</c3p0.version>
<flyway.db.version>10.20.0</flyway.db.version>
<flyway.db.version>10.20.1</flyway.db.version>
</properties>

<dependencies>
Expand Down

0 comments on commit a0524b9

Please sign in to comment.