We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c7ffb4 + 384d8cd commit 80cc602Copy full SHA for 80cc602
codegen/build.gradle.kts
@@ -90,9 +90,9 @@ subprojects {
90
91
// Apply junit 5 and hamcrest test dependencies to all java projects.
92
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")
+ 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")
96
testCompileOnly("org.hamcrest:hamcrest:3.0")
97
}
98
0 commit comments