Skip to content

Commit

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

Bump org.postgresql:r2dbc-postgresql from 1.0.1.RELEASE to 1.0.2.RELEASE in /micronaut-reactive
  • Loading branch information
fragaLY authored Oct 9, 2023
2 parents 505a3a6 + cfb271e commit d57c6ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micronaut-reactive/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies {
runtimeOnly("ch.qos.logback:logback-classic")
runtimeOnly("io.vertx:vertx-pg-client")
runtimeOnly("io.r2dbc:r2dbc-pool")
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.1.RELEASE")
runtimeOnly("org.postgresql:r2dbc-postgresql:1.0.2.RELEASE")
}

tasks {
Expand Down

0 comments on commit d57c6ab

Please sign in to comment.