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 a078ac7508 Bump io.cucumber:cucumber-java from 7.30.0 to 7.31.0
a078ac7508 is described below
commit a078ac75085ad769fdbcaf901d3086bfcb01370c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 31 19:26:47 2025 +0000
Bump io.cucumber:cucumber-java from 7.30.0 to 7.31.0
Bumps [io.cucumber:cucumber-java](https://github.com/cucumber/cucumber-jvm)
from 7.30.0 to 7.31.0.
- [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.30.0...v7.31.0)
---
updated-dependencies:
- dependency-name: io.cucumber:cucumber-java
dependency-version: 7.31.0
dependency-type: direct:development
update-type: version-update:semver-minor
...
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 293856f38d..b4e438da5c 100644
--- a/examples/cucumber-jvm/pom.xml
+++ b/examples/cucumber-jvm/pom.xml
@@ -90,7 +90,7 @@
<dependency>
<groupId>io.cucumber</groupId>
<artifactId>cucumber-java</artifactId>
- <version>7.30.0</version>
+ <version>7.31.0</version>
<scope>test</scope>
</dependency>
</dependencies>