Skip to content

Commit

Permalink
Release 2023.0.14 and 2024.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chemicL committed Jan 14, 2025
1 parent 5afac1f commit ef42e65
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1"
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.4.14"
reactorBom = "io.projectreactor:reactor-bom:2024.0.1"
reactorBom = "io.projectreactor:reactor-bom:2024.0.2"
slf4jApi = "org.slf4j:slf4j-api:2.0.16"
snakeYaml = "org.yaml:snakeyaml:1.33"
spring = "org.springframework:spring-core:5.3.39"
Expand Down
8 changes: 4 additions & 4 deletions src/main/resources/boms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
type: stable
name: 2024.0.1
codename: H
coreVersion: 3.7.1
testVersion: 3.7.1
nettyVersion: 1.2.1
coreVersion: 3.7.2
testVersion: 3.7.2
nettyVersion: 1.2.2
extraVersion: 3.5.2
adapterVersion: 3.5.2
kafkaVersion: 1.3.23
poolVersion: 1.1.0
poolVersion: 1.1.1
kotlinVersion: 1.2.3
#---
#type: stable
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: olderBoms
groupId: io.projectreactor
artifactId: reactor-bom
versions:
- 2023.0.13
- 2023.0.14
#badVersions is used as placeholder for release trains that hit EoL
badVersions:
- 2022.0.22
Expand Down

0 comments on commit ef42e65

Please sign in to comment.