Skip to content

Commit

Permalink
chore(deps): bump io.nats:jnats from 2.17.3 to 2.17.6 (#4486)
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.3 to 2.17.6.
- [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.3...2.17.6)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 54d7dca commit 8e06b28
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.3</version>
<version>2.17.6</version>
</dependency>

<dependency>
Expand Down

2 comments on commit 8e06b28

@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: main-2024-04-18T16-18-39--8e06b28

@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.44

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

Please sign in to comment.