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 4b2d31f  chore(deps): bump org.assertj:assertj-core from 3.27.4 to 
3.27.5 (#484)
4b2d31f is described below

commit 4b2d31f4271e9cf33badf399bec6baaf8319cb6e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Sep 19 09:58:35 2025 +0200

    chore(deps): bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#484)
    
    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 
3.27.4 to 3.27.5.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - 
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.4...assertj-build-3.27.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.5
      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/examples/hello-world-kotlin/pom.xml | 2 +-
 plc4j/integrations/apache-calcite/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 663e649..5628361 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -58,7 +58,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.27.4</version>
+      <version>3.27.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/plc4j/integrations/apache-calcite/pom.xml 
b/plc4j/integrations/apache-calcite/pom.xml
index b4ac157..1a75f1a 100644
--- a/plc4j/integrations/apache-calcite/pom.xml
+++ b/plc4j/integrations/apache-calcite/pom.xml
@@ -81,7 +81,7 @@
     <dependency>
       <groupId>org.assertj</groupId>
       <artifactId>assertj-core</artifactId>
-      <version>3.27.4</version>
+      <version>3.27.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Reply via email to