Skip to content

Commit

Permalink
chore(deps): bump io.nats:jnats from 2.17.6 to 2.19.1
Browse files Browse the repository at this point in the history
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.17.6 to 2.19.1.
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](nats-io/nats.java@2.17.6...2.19.1)

---
updated-dependencies:
- dependency-name: io.nats:jnats
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 1833ba8 commit d38590b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>io.nats</groupId>
<artifactId>jnats</artifactId>
<version>2.17.6</version>
<version>2.19.1</version>
</dependency>

<dependency>
Expand Down

2 comments on commit d38590b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker Tag: dependabot_maven_io.nats-jnats-2.19.1-2024-06-24T17-39-34--d38590b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Total coverage (common): 14.49
Total coverage (server): 61.43

Changed Files coverage (common): coverage 100
Changed Files coverage (server): 100

Please sign in to comment.