Skip to content

Commit

Permalink
fix(deps): update dependency com.rabbitmq:amqp-client to v5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2023
1 parent ba57b6c commit b692a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

api "com.avast.bytes:bytes-core:${bytesVersion}"

api 'com.rabbitmq:amqp-client:5.15.0'
api 'com.rabbitmq:amqp-client:5.20.0'

api "org.typelevel:cats-core_$scalaVersion:$catsVersion"
api "org.typelevel:cats-effect_$scalaVersion:$catsEffectVersion"
Expand Down

0 comments on commit b692a8e

Please sign in to comment.