Skip to content

Commit 0b771d0

Browse files
committed
Release 2023.0.15 and 2024.0.3
Signed-off-by: Violeta Georgieva <[email protected]>
1 parent 3a9301c commit 0b771d0

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.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.4.14"
9-
reactorBom = "io.projectreactor:reactor-bom:2024.0.2"
9+
reactorBom = "io.projectreactor:reactor-bom:2024.0.3"
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
type: stable
3-
name: 2024.0.2
3+
name: 2024.0.3
44
codename: H
5-
coreVersion: 3.7.2
6-
testVersion: 3.7.2
7-
nettyVersion: 1.2.2
5+
coreVersion: 3.7.3
6+
testVersion: 3.7.3
7+
nettyVersion: 1.2.3
88
extraVersion: 3.5.2
99
adapterVersion: 3.5.2
1010
kafkaVersion: 1.3.23
11-
poolVersion: 1.1.1
11+
poolVersion: 1.1.2
1212
kotlinVersion: 1.2.3
1313
#---
1414
#type: stable

src/main/resources/modules.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name: olderBoms
66
groupId: io.projectreactor
77
artifactId: reactor-bom
88
versions:
9-
- 2023.0.14
9+
- 2023.0.15
1010
#badVersions is used as placeholder for release trains that hit EoL
1111
badVersions:
1212
- 2022.0.22

0 commit comments

Comments
 (0)