Skip to content

Commit

Permalink
Bump io.cucumber:gherkin from 22.0.0 to 30.0.4
Browse files Browse the repository at this point in the history
Bumps [io.cucumber:gherkin](https://github.com/cucumber/gherkin) from 22.0.0 to 30.0.4.
- [Release notes](https://github.com/cucumber/gherkin/releases)
- [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md)
- [Commits](cucumber/gherkin@v22.0.0...v30.0.4)

---
updated-dependencies:
- dependency-name: io.cucumber:gherkin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 18, 2024
1 parent afc03f3 commit dde73bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
implementation 'io.netty:netty-codec-http:4.1.114.Final' // used by ktor-server-netty-jvm 2.3.9 in core
implementation 'joda-time:joda-time:2.13.0' // used by swagger-parser 2.1.22

implementation 'io.cucumber:gherkin:22.0.0'
implementation 'io.cucumber:gherkin:30.0.4'
implementation "io.ktor:ktor-server-netty:$ktor_version"
implementation "io.ktor:ktor-server-core:$ktor_version"
implementation "io.ktor:ktor-client-core-jvm:$ktor_version"
Expand Down

0 comments on commit dde73bb

Please sign in to comment.