Skip to content

Commit ab30229

Browse files
committed
Released 2020.0.42, 2022.0.17 and 2023.0.4
1 parent 67f3d7f commit ab30229

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.16.1"
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.41"
9+
reactorBom = "io.projectreactor:reactor-bom:2020.0.42"
1010
slf4jApi = "org.slf4j:slf4j-api:2.0.12"
1111
snakeYaml = "org.yaml:snakeyaml:1.33"
1212
spring = "org.springframework:spring-core:5.3.32"

src/main/resources/boms.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
22
type: stable
3-
name: 2023.0.3
3+
name: 2023.0.4
44
codename: G
5-
coreVersion: 3.6.3
6-
testVersion: 3.6.3
7-
nettyVersion: 1.1.16
5+
coreVersion: 3.6.4
6+
testVersion: 3.6.4
7+
nettyVersion: 1.1.17
88
extraVersion: 3.5.1
99
adapterVersion: 3.5.1
1010
kafkaVersion: 1.3.23

src/main/resources/modules.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ name: olderBoms
66
groupId: io.projectreactor
77
artifactId: reactor-bom
88
versions:
9-
- 2022.0.16
10-
- 2020.0.41
9+
- 2022.0.17
10+
- 2020.0.42
1111
#badVersions is used as placeholder for release trains that hit EoL
1212
badVersions:
1313
- Dysprosium-SR25

0 commit comments

Comments
 (0)