This is an automated email from the ASF dual-hosted git repository.
jungm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 6033033784 Bump io.cucumber:cucumber-junit from 7.27.1 to 7.27.2
6033033784 is described below
commit 60330337841cc495340c2ca78ebdbef2d44987bc
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 06:24:38 2025 +0000
Bump io.cucumber:cucumber-junit from 7.27.1 to 7.27.2
Bumps
[io.cucumber:cucumber-junit](https://github.com/cucumber/cucumber-jvm) from
7.27.1 to 7.27.2.
- [Release notes](https://github.com/cucumber/cucumber-jvm/releases)
-
[Changelog](https://github.com/cucumber/cucumber-jvm/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/cucumber/cucumber-jvm/compare/v7.27.1...v7.27.2)
---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-junit
dependency-version: 7.27.2
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
---
examples/cucumber-jvm/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/examples/cucumber-jvm/pom.xml b/examples/cucumber-jvm/pom.xml
index e8d14b3a59..a1e1a76d15 100644
--- a/examples/cucumber-jvm/pom.xml
+++ b/examples/cucumber-jvm/pom.xml
@@ -84,7 +84,7 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-junit</artifactId>
- <version>7.27.1</version>
+ <version>7.27.2</version>
<scope>test</scope>
</dependency>
<dependency>