Skip to content

Commit 80cc602

Browse files
authored
Merge pull request #326 from smithy-lang/dependabot/gradle/codegen/gradle-19f1ae8e82
Bump the gradle group in /codegen with 3 updates
2 parents 7c7ffb4 + 384d8cd commit 80cc602

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

codegen/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ subprojects {
9090

9191
// Apply junit 5 and hamcrest test dependencies to all java projects.
9292
dependencies {
93-
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.2")
94-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.2")
95-
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.2")
93+
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.3")
94+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
95+
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.3")
9696
testCompileOnly("org.hamcrest:hamcrest:3.0")
9797
}
9898

0 commit comments

Comments
 (0)