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 2023/01/10 11:45:58 UTC

[plc4x] branch develop updated: build(deps): bump assertj-core from 3.24.0 to 3.24.1 (#733)

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 2d5a2b5b6e build(deps): bump assertj-core from 3.24.0 to 3.24.1 (#733)
2d5a2b5b6e is described below

commit 2d5a2b5b6e86696753a71c5480cfd178765164bb
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Jan 10 12:45:51 2023 +0100

    build(deps): bump assertj-core from 3.24.0 to 3.24.1 (#733)
    
    Bumps assertj-core from 3.24.0 to 3.24.1.
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      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/examples/hello-world-kotlin/pom.xml | 2 +-
 pom.xml                                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/plc4j/examples/hello-world-kotlin/pom.xml b/plc4j/examples/hello-world-kotlin/pom.xml
index 60415f599b..424730a022 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -62,7 +62,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.24.0</version>
+      <version>3.24.1</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/pom.xml b/pom.xml
index 87176d3b5e..bb1c498a60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
 
     <antlr.version>4.11.1</antlr.version>
     <apiguardian.version>1.1.2</apiguardian.version>
-    <assertj.version>3.24.0</assertj.version>
+    <assertj.version>3.24.1</assertj.version>
     <awaitility.version>4.2.0</awaitility.version>
     <!-- The currently available version is 2.0.5 and anything above 1.4.3 is no longer compatible with our code -->
     <bit-io.version>1.4.3</bit-io.version>