Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-maven-plugin from 10.2.0 to 10.3.0
Browse files Browse the repository at this point in the history
Bumps [org.flywaydb:flyway-maven-plugin](https://github.com/flyway/flyway) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.2.0...flyway-10.3.0)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Dec 19, 2023
1 parent 11409a5 commit f0c6d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@
<plugin>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-maven-plugin</artifactId>
<version>10.2.0</version>
<version>10.3.0</version>
<configuration>
<url>jdbc:postgresql://localhost:5432/helpdesk</url>
<user>postgres</user>
Expand Down

0 comments on commit f0c6d57

Please sign in to comment.