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 c9e0fee93a build(deps): bump org.skyscreamer:jsonassert from 1.5.1 to 
1.5.3 (#1685)
c9e0fee93a is described below

commit c9e0fee93ac350e45bc77f5ad5202ff43843d13f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 1 10:17:59 2024 +0200

    build(deps): bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3 (#1685)
    
    Bumps 
[org.skyscreamer:jsonassert](https://github.com/skyscreamer/JSONassert) from 
1.5.1 to 1.5.3.
    - [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.1...jsonassert-1.5.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.skyscreamer:jsonassert
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 plc4j/drivers/plc4x/pom.xml | 2 +-
 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 1d461ed4b4..9add79ef8b 100644
--- a/plc4j/drivers/plc4x/pom.xml
+++ b/plc4j/drivers/plc4x/pom.xml
@@ -134,7 +134,7 @@
     <dependency>
       <groupId>org.skyscreamer</groupId>
       <artifactId>jsonassert</artifactId>
-      <version>1.5.1</version>
+      <version>1.5.3</version>
       <scope>test</scope>
     </dependency>
 
diff --git a/pom.xml b/pom.xml
index 5c8b9692a8..d09a59edbe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -546,7 +546,7 @@
       <dependency>
         <groupId>org.skyscreamer</groupId>
         <artifactId>jsonassert</artifactId>
-        <version>1.5.1</version>
+        <version>1.5.3</version>
         <exclusions>
           <exclusion>
             <groupId>com.vaadin.external.google</groupId>

Reply via email to