Skip to content

Commit 384d8cd

Browse files
Bump the gradle group in /codegen with 3 updates
Bumps the gradle group in /codegen with 3 updates: [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5), [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) and [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5). Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.2 to 5.11.3 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.2...r5.11.3) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d570363 commit 384d8cd

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)