Skip to content

Commit 1c401d5

Browse files
dependabot[bot]jormundur00
authored andcommitted
Bump nats
Bumps nats from 2.11.8 to 2.12.1. --- updated-dependencies: - dependency-name: nats dependency-version: 2.12.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e52f7e4 commit 1c401d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nats:2.11.8
1+
nats:2.12.1

tests/src/io.nats/jnats/2.16.11/src/test/java/io_nats/jnats/JnatsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class JnatsTest {
3030
@BeforeAll
3131
public void init() throws IOException {
3232
System.out.println("Starting NATS ...");
33-
process = new ProcessBuilder("docker", "run", "--rm", "-p", "4222:4222", "nats:2.11.8").inheritIO().start();
33+
process = new ProcessBuilder("docker", "run", "--rm", "-p", "4222:4222", "nats:2.12.1").inheritIO().start();
3434

3535
waitUntil(() -> {
3636
openConnection().close();
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
FROM nats:2.11.8
1+
FROM nats:2.12.1

0 commit comments

Comments
 (0)