Skip to content

Commit

Permalink
NATS to RC5 (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
sdelamo authored Jul 6, 2023
1 parent 5770f75 commit 0ba2cb9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[versions]
micronaut = "4.0.0-RC4"
micronaut = "4.0.0-RC5"
micronaut-platform = "4.0.0-M1"
micronaut-docs = "2.0.0"
micronaut-test = "4.0.0-M4"
micronaut-test = "4.0.0-M9"
micronaut-gradle-plugin = "4.0.0-M8"
groovy = "4.0.12"
spock = "2.3-groovy-4.0"
Expand All @@ -13,10 +13,10 @@ kotlin = '1.8.22'
testcontainers = '1.18.3'
nats = '2.16.13'

micronaut-micrometer = "5.0.0-M5"
micronaut-reactor = "3.0.0-M9"
micronaut-serde = "2.0.0-M12"
micronaut-rxjava3 = "3.0.0-M6"
micronaut-micrometer = "5.0.0-M6"
micronaut-reactor = "3.0.0-M10"
micronaut-serde = "2.0.0-M13"
micronaut-rxjava3 = "3.0.0-M7"

micronaut-logging = "1.0.0-M5"
[libraries]
Expand Down

0 comments on commit 0ba2cb9

Please sign in to comment.