File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ jackson = "com.fasterxml.jackson.core:jackson-databind:2.18.1"
6
6
jsr305 = { module = " com.google.code.findbugs:jsr305" , version = " [3.0.1, 3.0.1]" }
7
7
junit4 = " junit:junit:4.13.2"
8
8
logback = " ch.qos.logback:logback-classic:1.4.14"
9
- reactorBom = " io.projectreactor:reactor-bom:2024.0.1 "
9
+ reactorBom = " io.projectreactor:reactor-bom:2024.0.2 "
10
10
slf4jApi = " org.slf4j:slf4j-api:2.0.16"
11
11
snakeYaml = " org.yaml:snakeyaml:1.33"
12
12
spring = " org.springframework:spring-core:5.3.39"
Original file line number Diff line number Diff line change 1
1
---
2
2
type : stable
3
- name : 2024.0.1
3
+ name : 2024.0.2
4
4
codename : H
5
- coreVersion : 3.7.1
6
- testVersion : 3.7.1
7
- nettyVersion : 1.2.1
5
+ coreVersion : 3.7.2
6
+ testVersion : 3.7.2
7
+ nettyVersion : 1.2.2
8
8
extraVersion : 3.5.2
9
9
adapterVersion : 3.5.2
10
10
kafkaVersion : 1.3.23
11
- poolVersion : 1.1.0
11
+ poolVersion : 1.1.1
12
12
kotlinVersion : 1.2.3
13
13
# ---
14
14
# type: stable
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ name: olderBoms
6
6
groupId : io.projectreactor
7
7
artifactId : reactor-bom
8
8
versions :
9
- - 2023.0.13
9
+ - 2023.0.14
10
10
# badVersions is used as placeholder for release trains that hit EoL
11
11
badVersions :
12
12
- 2022.0.22
You can’t perform that action at this time.
0 commit comments