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.git


The following commit(s) were added to refs/heads/develop by this push:
     new 1204c9240a build(deps): bump io.nats:jnats from 2.15.3 to 2.17.3 
(#1431)
1204c9240a is described below

commit 1204c9240a4d7a89c9f7c7ce86e0c061096d499f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 27 09:52:05 2024 +0100

    build(deps): bump io.nats:jnats from 2.15.3 to 2.17.3 (#1431)
    
    Bumps [io.nats:jnats](https://github.com/nats-io/nats.java) from 2.15.3 to 
2.17.3.
    - [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.15.3...2.17.3)
    
    ---
    updated-dependencies:
    - dependency-name: io.nats:jnats
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    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 1e273d9ea7..606a6ee066 100644
--- a/plc4j/examples/hello-nats/pom.xml
+++ b/plc4j/examples/hello-nats/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>io.nats</groupId>
       <artifactId>jnats</artifactId>
-      <version>2.15.3</version>
+      <version>2.17.3</version>
     </dependency>
 
     <dependency>

Reply via email to