Skip to content

Commit

Permalink
Release 2025.0.0-M1
Browse files Browse the repository at this point in the history
Signed-off-by: Violeta Georgieva <[email protected]>
  • Loading branch information
violetagg committed Mar 11, 2025
1 parent 0331037 commit 0639ac0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.2"
jsr305 = { module = "com.google.code.findbugs:jsr305", version = "[3.0.1, 3.0.1]" }
junit4 = "junit:junit:4.13.2"
logback = "ch.qos.logback:logback-classic:1.5.16"
reactorBom = "io.projectreactor:reactor-bom:2024.0.3"
reactorBom = "io.projectreactor:reactor-bom:2024.0.4"
slf4jApi = "org.slf4j:slf4j-api:2.0.16"
snakeYaml = "org.yaml:snakeyaml:1.33"
spring = "org.springframework:spring-core:6.2.3"
Expand Down
20 changes: 10 additions & 10 deletions src/main/resources/boms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,16 +52,16 @@ type: upcoming
# for milestones released outside of a BOM and full release train, see oobmilestone below
type: milestone
#remove name to deactivate badge and/or individual versions to hide artifacts links
#name: 2024.0.0-RC1
#codename: H
#coreVersion: 3.7.0-RC1
#testVersion: 3.7.0-RC1
#nettyVersion: 1.2.0-RC1
#extraVersion: 3.6.0-RC1
#adapterVersion: 3.6.0-RC1
#kafkaVersion: 1.4.0-RC1
#poolVersion: 1.1.0-RC1
#kotlinVersion: 1.3.0-RC1
name: 2025.0.0-M1
codename: I
coreVersion: 3.8.0-M1
testVersion: 3.8.0-M1
nettyVersion: 1.3.0-M1
extraVersion: 3.5.2
adapterVersion: 3.5.2
kafkaVersion: 1.3.23
poolVersion: 1.2.0-M1
kotlinVersion: 1.2.3
---
#this special pseudo-BOM is used to display milestones that are released outside of a release train.
#they appear beneath a regular milestone BOM and activate the link to Milestone javadoc/refdoc.
Expand Down

0 comments on commit 0639ac0

Please sign in to comment.