Skip to content

Commit

Permalink
Merge pull request #884 from micronaut-projects/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
sdelamo authored Oct 2, 2023
2 parents 2ee65d1 + 2d66bd4 commit 92b8ecf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
micronaut = "4.1.7"
micronaut-platform = "4.0.0-RC1"
micronaut = "4.1.8"
micronaut-platform = "4.1.2"
micronaut-docs = "2.0.0"
micronaut-gradle-plugin = "4.1.1"

# Required to keep catalog compatibility with 3.4.x. Can be removed for 4.0.0
managed-kafka-compat = "3.5.1"
managed-kafka = '3.5.1'

groovy = "4.0.12"
groovy = "4.0.15"
kotlin = "1.9.10"

awaitility = '4.2.0'
Expand All @@ -20,12 +20,12 @@ testcontainers = "1.19.0"
zipkin-brave-kafka-clients = '5.16.0'

micronaut-cache = "4.0.2"
micronaut-logging = "1.0.0"
micronaut-logging = "1.1.2"
micronaut-micrometer = "5.0.1"
micronaut-reactor = "3.0.2"
micronaut-serde = "2.2.5"
micronaut-tracing = "5.0.2"
micronaut-test = "4.0.0"
micronaut-test = "4.0.2"

[libraries]
# Core
Expand Down

0 comments on commit 92b8ecf

Please sign in to comment.