Skip to content

Commit 082e775

Browse files
dependabot[bot]JordonPhillips
authored andcommitted
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.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.3 to 5.11.4 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.3...r5.11.4) --- 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 3cda1bd commit 082e775

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.3")
94-
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.3")
95-
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.3")
93+
testCompileOnly("org.junit.jupiter:junit-jupiter-api:5.11.4")
94+
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.11.4")
95+
testCompileOnly("org.junit.jupiter:junit-jupiter-params:5.11.4")
9696
testCompileOnly("org.hamcrest:hamcrest:3.0")
9797
}
9898

0 commit comments

Comments
 (0)