Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group with 1 update: org.flywaydb:flyway-database-postgresql.


Updates `org.flywaydb:flyway-database-postgresql` from 10.18.0 to 10.18.2

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 29, 2024
1 parent ea1bd3c commit d961584
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.18.0</version>
<version>10.18.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion prosessering-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
<version>10.18.0</version>
<version>10.18.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit d961584

Please sign in to comment.