Skip to content

Commit

Permalink
fix(deps): update dependency org.flywaydb:flyway-database-postgresql …
Browse files Browse the repository at this point in the history
…to v10.17.1
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 44c5c22 commit 113041f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
dependencies {
classpath("org.flywaydb:flyway-database-postgresql:10.17.0")
classpath("org.flywaydb:flyway-database-postgresql:10.17.1")
}
}

Expand Down Expand Up @@ -281,7 +281,7 @@ dependencies {

implementation group: 'io.rest-assured', name: 'rest-assured'
implementation 'org.flywaydb:flyway-core'
runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.17.0'
runtimeOnly 'org.flywaydb:flyway-database-postgresql:10.17.1'
implementation 'org.postgresql:postgresql'

implementation 'com.fasterxml.jackson.core:jackson-databind:2.16.2'
Expand Down

0 comments on commit 113041f

Please sign in to comment.