Skip to content

Commit d1fdbb4

Browse files
bump: r2dbc-pool 1.0.2.RELEASE (was 1.0.1.RELEASE) (#626)
1 parent b33adb1 commit d1fdbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828
val akkaPersistenceQuery = "com.typesafe.akka" %% "akka-persistence-query" % AkkaVersion
2929

3030
val r2dbcSpi = "io.r2dbc" % "r2dbc-spi" % "1.0.0.RELEASE" // ApacheV2
31-
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.1.RELEASE" // ApacheV2
31+
val r2dbcPool = "io.r2dbc" % "r2dbc-pool" % "1.0.2.RELEASE" // ApacheV2
3232
val r2dbcPostgres = "org.postgresql" % "r2dbc-postgresql" % "1.0.6.RELEASE" // ApacheV2
3333

3434
val h2 = "com.h2database" % "h2" % H2Version % Provided // EPL 1.0

0 commit comments

Comments
 (0)