You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/18 14:51:41 UTC

[plc4x] branch develop updated: build(deps): bump jsonassert from 1.5.0 to 1.5.1 (#457)

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 cbafbc470 build(deps): bump jsonassert from 1.5.0 to 1.5.1 (#457)
cbafbc470 is described below

commit cbafbc47026ed3d730cd5381c2959840a6f86c04
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Aug 18 16:51:36 2022 +0200

    build(deps): bump jsonassert from 1.5.0 to 1.5.1 (#457)
    
    Bumps [jsonassert](https://github.com/skyscreamer/JSONassert) from 1.5.0 to 1.5.1.
    - [Release notes](https://github.com/skyscreamer/JSONassert/releases)
    - [Changelog](https://github.com/skyscreamer/JSONassert/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/skyscreamer/JSONassert/compare/jsonassert-1.5.0...jsonassert-1.5.1)
    
    ---
    updated-dependencies:
    - dependency-name: org.skyscreamer:jsonassert
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/drivers/plc4x/pom.xml | 2 +-
 plc4j/drivers/s7/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/drivers/plc4x/pom.xml b/plc4j/drivers/plc4x/pom.xml
index 11b4d99d1..1c408faa9 100644
--- a/plc4j/drivers/plc4x/pom.xml
+++ b/plc4j/drivers/plc4x/pom.xml
@@ -156,7 +156,7 @@
     <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/plc4j/drivers/s7/pom.xml b/plc4j/drivers/s7/pom.xml
index 97f0c1963..5a0606dfc 100644
--- a/plc4j/drivers/s7/pom.xml
+++ b/plc4j/drivers/s7/pom.xml
@@ -165,7 +165,7 @@
     <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
-      <version>1.5.0</version>
+      <version>1.5.1</version>
       <scope>test</scope>
     </dependency>