Skip to content

Commit

Permalink
Upgrade Reactor Version
Browse files Browse the repository at this point in the history
  • Loading branch information
garyrussell committed Feb 21, 2023
1 parent 508484c commit c1575df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ ext {
mockitoVersion = '4.8.1'
rabbitmqStreamVersion = '0.8.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.16.0'
reactorVersion = '2022.0.2'
reactorVersion = '2022.0.3'
snappyVersion = '1.1.8.4'
springDataVersion = '2022.0.2'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.0.5'
Expand Down

0 comments on commit c1575df

Please sign in to comment.