Skip to content

Commit 784b1a5

Browse files
dependabot[bot]JordonPhillips
authored andcommitted
Bump the gradle group in /codegen with 4 updates
Bumps the gradle group in /codegen with 4 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), [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) and com.github.spotbugs. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `com.github.spotbugs` from 6.0.22 to 6.0.23 --- 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 - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5d0d585 commit 784b1a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

codegen/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ plugins {
2121
signing
2222
checkstyle
2323
jacoco
24-
id("com.github.spotbugs") version "6.0.22"
24+
id("com.github.spotbugs") version "6.0.23"
2525
id("io.codearte.nexus-staging") version "0.30.0"
2626
}
2727

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

0 commit comments

Comments
 (0)