Skip to content

Commit

Permalink
Merge pull request #25 from conorheffron/dependabot/gradle/com.rabbit…
Browse files Browse the repository at this point in the history
…mq-amqp-client-5.20.0

Bump com.rabbitmq:amqp-client from 3.3.4 to 5.20.0
  • Loading branch information
conorheffron authored Mar 27, 2024
2 parents 56ac121 + db7c461 commit a94a087
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 @@ -32,7 +32,7 @@ repositories {

dependencies {
implementation group: 'org.springframework.boot', name: 'spring-boot-maven-plugin', version: '1.5.22.RELEASE'
compile group: 'com.rabbitmq', name: 'amqp-client', version:'3.3.4'
compile group: 'com.rabbitmq', name: 'amqp-client', version:'5.20.0'
compile group: 'io.searchbox', name: 'jest', version:'6.3.1'
compile group: 'org.elasticsearch', name: 'elasticsearch', version:'0.90.3'
compile group: 'org.springframework.boot', name: 'spring-boot-starter-web', version:'1.5.6.RELEASE'
Expand Down

0 comments on commit a94a087

Please sign in to comment.