Skip to content

Commit a7b7aee

Browse files
chore(deps): bump the gradle-deps group with 2 updates
Bumps the gradle-deps group with 2 updates: com.github.spotbugs and org.jreleaser. Updates `com.github.spotbugs` from 6.0.8 to 6.0.9 Updates `org.jreleaser` from 1.9.0 to 1.11.0 --- updated-dependencies: - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: org.jreleaser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e03a10a commit a7b7aee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ plugins {
2222
signing
2323
checkstyle
2424
jacoco
25-
id("com.github.spotbugs") version "6.0.8"
26-
id("org.jreleaser") version "1.9.0"
25+
id("com.github.spotbugs") version "6.0.9"
26+
id("org.jreleaser") version "1.11.0"
2727
}
2828

2929
allprojects {

0 commit comments

Comments
 (0)