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.
1 parent d570363 commit 384d8cdCopy full SHA for 384d8cd
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