Skip to content

Commit

Permalink
Released 2020.0.39, 2022.0.14 and 2023.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
violetagg committed Dec 12, 2023
1 parent 26a5529 commit a69ef17
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.13.4.2"
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.4"
reactorBom = "io.projectreactor:reactor-bom:2020.0.38"
reactorBom = "io.projectreactor:reactor-bom:2020.0.39"
slf4jApi = "org.slf4j:slf4j-api:2.0.3"
snakeYaml = "org.yaml:snakeyaml:1.33"
spring = "org.springframework:spring-core:5.3.23"
Expand Down
10 changes: 5 additions & 5 deletions src/main/resources/boms.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
type: stable
name: 2023.0.0
name: 2023.0.1
codename: G
coreVersion: 3.6.0
testVersion: 3.6.0
nettyVersion: 1.1.13
coreVersion: 3.6.1
testVersion: 3.6.1
nettyVersion: 1.1.14
extraVersion: 3.5.1
adapterVersion: 3.5.1
kafkaVersion: 1.3.22
poolVersion: 1.0.3
poolVersion: 1.0.4
kotlinVersion: 1.2.2
#---
#type: stable
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/modules.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ name: olderBoms
groupId: io.projectreactor
artifactId: reactor-bom
versions:
- 2022.0.13
- 2020.0.38
- 2022.0.14
- 2020.0.39
#badVersions is used as placeholder for release trains that hit EoL
badVersions:
- Dysprosium-SR25
Expand Down

0 comments on commit a69ef17

Please sign in to comment.