Skip to content

Commit

Permalink
Update Kafka to Core 4.7.x (#1104)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.12.0

* fix(deps): update dependency io.micronaut.micrometer:micronaut-micrometer-bom to v5.9.1

* fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.7.2

* fix(deps): update managed.kafka to v3.8.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
sdelamo and renovate[bot] authored Nov 5, 2024
1 parent 1852efc commit c9cb40c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[versions]
micronaut = "4.7.0"
micronaut = "4.7.2"
micronaut-platform = "4.1.2"
micronaut-docs = "2.0.0"
micronaut-gradle-plugin = "4.4.4"

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

groovy = "4.0.15"

Expand All @@ -17,9 +17,9 @@ zipkin-brave-kafka-clients = '6.0.3'

micronaut-cache = "5.0.1"
micronaut-logging = "1.4.0"
micronaut-micrometer = "5.8.0"
micronaut-micrometer = "5.9.1"
micronaut-reactor = "3.6.0"
micronaut-serde = "2.11.1"
micronaut-serde = "2.12.0"
micronaut-tracing = "6.8.0"
micronaut-test = "4.5.0"
micronaut-test-resources="2.6.2"
Expand Down

0 comments on commit c9cb40c

Please sign in to comment.