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 63cc845 chore(deps): bump org.assertj:assertj-core from 3.27.5 to
3.27.6 (#489)
63cc845 is described below
commit 63cc84516933bb2bdefac0e2af7187d34b55116d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 23 09:08:16 2025 +0200
chore(deps): bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#489)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from
3.27.5 to 3.27.6.
- [Release notes](https://github.com/assertj/assertj/releases)
-
[Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.5...assertj-build-3.27.6)
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
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 5628361..ebd31b6 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.5</version>
+ <version>3.27.6</version>
<scope>test</scope>
</dependency>
<dependency>
diff --git a/plc4j/integrations/apache-calcite/pom.xml
b/plc4j/integrations/apache-calcite/pom.xml
index de0423b..94f919c 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.5</version>
+ <version>3.27.6</version>
<scope>test</scope>
</dependency>
<dependency>