Skip to content

Commit

Permalink
Merge pull request #717 from fragaLY/dependabot/gradle/micronaut-reac…
Browse files Browse the repository at this point in the history
…tive/org.postgresql-r2dbc-postgresql-1.0.6.RELEASE

Bump org.postgresql:r2dbc-postgresql from 1.0.5.RELEASE to 1.0.6.RELEASE in /micronaut-reactive
  • Loading branch information
fragaLY authored Oct 13, 2024
2 parents 1ccfbe0 + 3e7144f commit 6df7b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-reactive/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic:1.5.8")
runtimeOnly("io.vertx:vertx-pg-client:4.5.10")
runtimeOnly("io.r2dbc:r2dbc-pool:1.0.1.RELEASE")
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.5.RELEASE")
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.6.RELEASE")
}

tasks {
Expand Down

0 comments on commit 6df7b8c

Please sign in to comment.