Skip to content

Commit

Permalink
R2DBC no mliestones (#463)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Jul 13, 2023
1 parent bb696da commit b134768
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ micronaut = "4.0.0"
micronaut-platform = "4.0.0-RC1"
micronaut-docs = "2.0.0"

micronaut-reactor = "3.0.0-M10"
micronaut-rxjava2 = "2.0.0-M7"
micronaut-serde = "2.0.0-M13"
micronaut-test = "4.0.0-M9"
micronaut-kotlin = "4.0.0-M7"
micronaut-reactor = "3.0.0"
micronaut-rxjava2 = "2.0.0"
micronaut-serde = "2.0.0"
micronaut-test = "4.0.0"
micronaut-kotlin = "4.0.0"
micronaut-data = "4.0.0"
micronaut-sql = "5.0.0-M13"
micronaut-flyway = "6.0.0-M9"
micronaut-validation = "4.0.0-M12"
micronaut-logging = "1.0.0-M6"
micronaut-sql = "5.0.0"
micronaut-flyway = "6.0.0"
micronaut-validation = "4.0.0"
micronaut-logging = "1.0.0"

groovy = "4.0.10"
groovy = "4.0.13"
managed-testcontainers = "1.18.3"

# R2DBC Drivers
Expand Down

0 comments on commit b134768

Please sign in to comment.