This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new 0c849a6 chore(deps): bump io.nats:jnats from 2.24.1 to 2.25.0 (#599)
0c849a6 is described below
commit 0c849a6ffdfdec514d26d6e532946dadf6e1e0ac
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 14 09:07:14 2026 +0100
chore(deps): bump io.nats:jnats from 2.24.1 to 2.25.0 (#599)
Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.24.1 to
2.25.0.
- [Release notes](https://github.com/nats-io/nats.java/releases)
- [Changelog](https://github.com/nats-io/nats.java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/nats-io/nats.java/compare/2.24.1...2.25.0)
---
updated-dependencies:
- dependency-name: io.nats:jnats
dependency-version: 2.25.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
plc4j/examples/hello-nats/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/examples/hello-nats/pom.xml
b/plc4j/examples/hello-nats/pom.xml
index 88ed489..acb287c 100644
--- a/plc4j/examples/hello-nats/pom.xml
+++ b/plc4j/examples/hello-nats/pom.xml
@@ -46,7 +46,7 @@
<dependency>
<groupId>io.nats</groupId>
<artifactId>jnats</artifactId>
- <version>2.24.1</version>
+ <version>2.25.0</version>
</dependency>
<dependency>