Skip to content

Commit 0729399

Browse files
committed
Prepare to publisher Publisher 0.2.0
1 parent bbe9d97 commit 0729399

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

js-publish-extensions/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ repositories {
4141
}
4242

4343
dependencies {
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'

js-publish-extensions/src/main/java/io/synadia/jnats/extension/AsyncJsPublisher.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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) {

0 commit comments

Comments
 (0)