We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0b1e07e + 2a4181f commit eeb99b0Copy full SHA for eeb99b0
examples/nats/build.gradle
@@ -9,7 +9,7 @@ repositories {
9
dependencies {
10
testImplementation 'org.assertj:assertj-core:3.26.3'
11
testImplementation 'org.testcontainers:testcontainers'
12
- testImplementation 'io.nats:jnats:2.20.2'
+ testImplementation 'io.nats:jnats:2.21.4'
13
testImplementation 'ch.qos.logback:logback-classic:1.3.14'
14
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
15
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.3'
0 commit comments