Skip to content

Commit

Permalink
Micronaut Framework 4.0.0-M4 (#717)
Browse files Browse the repository at this point in the history
* remove githubCoreBranch and bomProperty

* update milestones

* groovy 4.0.12
  • Loading branch information
sdelamo authored May 19, 2023
1 parent 9a9544b commit c309b31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
2 changes: 0 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ projectUrl=https://micronaut.io
githubSlug=micronaut-projects/micronaut-kafka
developers=Graeme Rocher

githubCoreBranch=4.0.x
bomProperty=micronautKafkaVersion

testskafka=kafka/src/test/groovy/io/micronaut/configuration/kafka/docs
testskafkastreams=kafka-streams/src/test/groovy/io/micronaut/configuration/kafka/streams
Expand Down
14 changes: 7 additions & 7 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[versions]
micronaut = "4.0.0-M2"
micronaut = "4.0.0-M4"
micronaut-platform = "4.0.0-M1"
micronaut-docs = "2.0.0"
micronaut-gradle-plugin = "4.0.0-M1"
micronaut-gradle-plugin = "4.0.0-M3"

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

groovy = "4.0.10"
groovy = "4.0.12"
awaitility = '4.2.0'
opentracing-kafka-client = '0.1.15'
opentracing-mock = '0.33.0'
Expand All @@ -17,13 +17,13 @@ testcontainers = "1.18.0"

zipkin-brave-kafka-clients = '5.15.1'

micronaut-cache = "4.0.0-M1"
micronaut-cache = "4.0.0-M2"
micronaut-micrometer = "5.0.0-M1"
micronaut-reactor = "3.0.0-M1"
micronaut-reactor = "3.0.0-M2"
micronaut-rxjava2 = "2.0.0-M1"
micronaut-serde = "2.0.0-M1"
micronaut-serde = "2.0.0-M7"
micronaut-tracing = "5.0.0-SNAPSHOT"
micronaut-test = "4.0.0-M1"
micronaut-test = "4.0.0-M3"

logback = "1.4.6"

Expand Down

0 comments on commit c309b31

Please sign in to comment.