Skip to content

Commit

Permalink
Merge pull request #326 from smithy-lang/dependabot/gradle/codegen/gr…
Browse files Browse the repository at this point in the history
…adle-19f1ae8e82

Bump the gradle group in /codegen with 3 updates
  • Loading branch information
nateprewitt authored Oct 23, 2024
2 parents 7c7ffb4 + 384d8cd commit 80cc602
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codegen/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ subprojects {

// Apply junit 5 and hamcrest test dependencies to all java projects.
dependencies {
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.2")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.2")
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.3")
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.3")
testCompileOnly("org.hamcrest:hamcrest:3.0")
}

Expand Down

0 comments on commit 80cc602

Please sign in to comment.