Skip to content

Commit

Permalink
chore: upgrade version of cucumber to address vuln (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjungling authored Aug 12, 2024
1 parent 61202f4 commit 0fc162d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ description = "Cucumber JVM Migration"

val rewriteVersion = rewriteRecipe.rewriteVersion.get()
dependencies {
implementation("io.cucumber:cucumber-java:7.13.0")
implementation("io.cucumber:cucumber-java8:7.13.0")
implementation("io.cucumber:cucumber-plugin:7.13.0")
implementation("io.cucumber:cucumber-junit-platform-engine:7.13.0")
implementation("io.cucumber:cucumber-java:7.18.0")
implementation("io.cucumber:cucumber-java8:7.18.0")
implementation("io.cucumber:cucumber-plugin:7.18.0")
implementation("io.cucumber:cucumber-junit-platform-engine:7.18.0")
implementation("org.junit.platform:junit-platform-suite-api:1.9.3")

compileOnly("org.projectlombok:lombok:latest.release")
Expand Down
6 changes: 6 additions & 0 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
rootProject.name = "rewrite-cucumber-jvm"
pluginManagement {
repositories {
mavenLocal()
gradlePluginPortal()
}
}

plugins {
id("com.gradle.develocity") version "latest.release"
Expand Down

0 comments on commit 0fc162d

Please sign in to comment.