Skip to content

Commit

Permalink
Upgrade Spring Framework, Reactor Versions (#2524)
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell authored Sep 18, 2023
1 parent 1bc1ae9 commit b81dc3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ ext {
rabbitmqStreamVersion = '0.4.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.14.3'
rabbitmqHttpClientVersion = '3.12.1'
reactorVersion = '2020.0.35'
reactorVersion = '2020.0.36'
snappyVersion = '1.1.8.4'
springDataCommonsVersion = '2.6.10'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.29'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '5.3.30'
springRetryVersion = '1.3.4'
zstdJniVersion = '1.5.0-2'
}
Expand Down

0 comments on commit b81dc3a

Please # to comment.