Skip to content

Commit 0639ac0

Browse files
committed
Release 2025.0.0-M1
Signed-off-by: Violeta Georgieva <696661+violetagg@users.noreply.github.com>
1 parent 0331037 commit 0639ac0

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
66
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" }
77
junit4 = "junit:junit:4.13.2"
88
logback = "ch.qos.logback:logback-classic:1.5.16"
9-
reactorBom = "io.projectreactor:reactor-bom:2024.0.3"
9+
reactorBom = "io.projectreactor:reactor-bom:2024.0.4"
1010
slf4jApi = "org.slf4j:slf4j-api:2.0.16"
1111
snakeYaml = "org.yaml:snakeyaml:1.33"
1212
spring = "org.springframework:spring-core:6.2.3"

src/main/resources/boms.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,16 +52,16 @@ type: upcoming
5252
# for milestones released outside of a BOM and full release train, see oobmilestone below
5353
type: milestone
5454
#remove name to deactivate badge and/or individual versions to hide artifacts links
55-
#name: 2024.0.0-RC1
56-
#codename: H
57-
#coreVersion: 3.7.0-RC1
58-
#testVersion: 3.7.0-RC1
59-
#nettyVersion: 1.2.0-RC1
60-
#extraVersion: 3.6.0-RC1
61-
#adapterVersion: 3.6.0-RC1
62-
#kafkaVersion: 1.4.0-RC1
63-
#poolVersion: 1.1.0-RC1
64-
#kotlinVersion: 1.3.0-RC1
55+
name: 2025.0.0-M1
56+
codename: I
57+
coreVersion: 3.8.0-M1
58+
testVersion: 3.8.0-M1
59+
nettyVersion: 1.3.0-M1
60+
extraVersion: 3.5.2
61+
adapterVersion: 3.5.2
62+
kafkaVersion: 1.3.23
63+
poolVersion: 1.2.0-M1
64+
kotlinVersion: 1.2.3
6565
---
6666
#this special pseudo-BOM is used to display milestones that are released outside of a release train.
6767
#they appear beneath a regular milestone BOM and activate the link to Milestone javadoc/refdoc.

0 commit comments

Comments
 (0)