Skip to content

Commit

Permalink
Bump org.flywaydb:flyway-database-postgresql in /packages/HilltopCrawler
Browse files Browse the repository at this point in the history
Bumps org.flywaydb:flyway-database-postgresql from 10.1.0 to 10.17.1.

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 15, 2024
1 parent 3519f89 commit cd62be4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/HilltopCrawler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {

buildscript {
repositories { mavenCentral() }
dependencies { classpath("org.flywaydb:flyway-database-postgresql:10.1.0") }
dependencies { classpath("org.flywaydb:flyway-database-postgresql:10.17.1") }
}

group = "nz.govt.eop"
Expand All @@ -39,7 +39,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.springframework.kafka:spring-kafka")
implementation("org.flywaydb:flyway-core:10.6.0")
implementation("org.flywaydb:flyway-database-postgresql:10.6.0")
implementation("org.flywaydb:flyway-database-postgresql:10.17.1")
implementation("io.github.microutils:kotlin-logging-jvm:3.0.5")
implementation("org.apache.kafka:kafka-streams")
implementation("com.bucket4j:bucket4j-core:8.3.0")
Expand Down

0 comments on commit cd62be4

Please sign in to comment.