Skip to content

Commit 599645a

Browse files
committed
Release 2023.0.11 and 2024.0.0-RC1
1 parent b297651 commit 599645a

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.0"
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.4.14"
9-
reactorBom = "io.projectreactor:reactor-bom:2020.0.47"
9+
reactorBom = "io.projectreactor:reactor-bom:2023.0.11"
1010
slf4jApi = "org.slf4j:slf4j-api:2.0.16"
1111
snakeYaml = "org.yaml:snakeyaml:1.33"
1212
spring = "org.springframework:spring-core:5.3.39"

src/main/resources/boms.yml

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
type: stable
3-
name: 2023.0.8
3+
name: 2023.0.11
44
codename: G
5-
coreVersion: 3.6.8
6-
testVersion: 3.6.8
7-
nettyVersion: 1.1.21
8-
extraVersion: 3.5.1
9-
adapterVersion: 3.5.1
5+
coreVersion: 3.6.11
6+
testVersion: 3.6.11
7+
nettyVersion: 1.1.23
8+
extraVersion: 3.5.2
9+
adapterVersion: 3.5.2
1010
kafkaVersion: 1.3.23
11-
poolVersion: 1.0.7
12-
kotlinVersion: 1.2.2
11+
poolVersion: 1.0.8
12+
kotlinVersion: 1.2.3
1313
#---
1414
#type: stable
1515
#name: 2020.0.24
@@ -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-M4
55+
name: 2024.0.0-RC1
5656
codename: H
57-
coreVersion: 3.7.0-M4
58-
testVersion: 3.7.0-M4
59-
nettyVersion: 1.2.0-M4
60-
extraVersion: 3.6.0-M1
61-
adapterVersion: 3.6.0-M1
62-
kafkaVersion: 1.4.0-M1
63-
poolVersion: 1.1.0-M4
64-
kotlinVersion: 1.3.0-M1
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
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.

src/main/resources/modules.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name: olderBoms
66
groupId: io.projectreactor
77
artifactId: reactor-bom
88
versions:
9-
- 2022.0.21
10-
- 2020.0.46
119
#badVersions is used as placeholder for release trains that hit EoL
1210
badVersions:
11+
- 2022.0.22
12+
- 2020.0.47
1313
- Dysprosium-SR25
1414
- Californium-SR23
1515
- Bismuth-SR17

0 commit comments

Comments
 (0)