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 ece3e78 chore(deps-dev): bump org.junit.jupiter:junit-jupiter-engine
(#665)
ece3e78 is described below
commit ece3e78010a1b410f738f3718c4256123524bbba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu May 21 09:55:07 2026 +0200
chore(deps-dev): bump org.junit.jupiter:junit-jupiter-engine (#665)
Bumps
[org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework)
from 6.0.2 to 6.1.0.
- [Release notes](https://github.com/junit-team/junit-framework/releases)
-
[Commits](https://github.com/junit-team/junit-framework/compare/r6.0.2...r6.1.0)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-engine
dependency-version: 6.1.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plc4j/examples/hello-world-kotlin/pom.xml
b/plc4j/examples/hello-world-kotlin/pom.xml
index 577ba28..b90d8d0 100644
--- a/plc4j/examples/hello-world-kotlin/pom.xml
+++ b/plc4j/examples/hello-world-kotlin/pom.xml
@@ -70,7 +70,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
- <version>6.0.2</version>
+ <version>6.1.0</version>
<scope>test</scope>
</dependency>
</dependencies>