File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/java/io/synadia/jnats/extension Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ repositories {
4141}
4242
4343dependencies {
44- implementation ' io.nats:jnats:2.18 .2-SNAPSHOT'
45- implementation ' io.synadia:retrier:0.2.0-SNAPSHOT '
44+ implementation ' io.nats:jnats:2.20 .2-SNAPSHOT'
45+ implementation ' io.synadia:retrier:0.2.0'
4646
4747 testImplementation ' io.nats:jnats-server-runner:1.2.8'
4848 testImplementation ' org.junit.jupiter:junit-jupiter:5.9.0'
Original file line number Diff line number Diff line change @@ -385,6 +385,7 @@ private void notifyTimeout(PostFlight postFlight) {
385385
386386 /**
387387 * Creates a builder for the AsyncJsPublisher
388+ * @param js the JetStream context
388389 * @return the builder
389390 */
390391 public static Builder builder (JetStream js ) {
You can’t perform that action at this time.
0 commit comments