Skip to content

Commit

Permalink
Remove project props for deps
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Dec 18, 2023
1 parent 1545cf8 commit e22e1c8
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 @@ -65,12 +65,12 @@ ext {
micrometerTracingVersion = '1.2.1'
mockitoVersion = '5.6.0'
rabbitmqStreamVersion = '0.14.0'
rabbitmqVersion = project.hasProperty('rabbitmqVersion') ? project.rabbitmqVersion : '5.19.0'
rabbitmqVersion = '5.19.0'
reactorVersion = '2023.0.1'
snappyVersion = '1.1.10.5'
springDataVersion = '2023.1.1'
springRetryVersion = '2.0.5'
springVersion = project.hasProperty('springVersion') ? project.springVersion : '6.1.0'
springVersion = '6.1.0'
testcontainersVersion = '1.19.3'
zstdJniVersion = '1.5.5-11'

Expand Down

0 comments on commit e22e1c8

Please sign in to comment.