Skip to content

Commit 91a47cb

Browse files
Bump the development-dependencies group with 2 updates (#9049)
Bumps the development-dependencies group with 2 updates: [org.aspectj:aspectjweaver](https://github.com/eclipse/org.aspectj) and com.github.spotbugs. Updates `org.aspectj:aspectjweaver` from 1.9.21.2 to 1.9.22 - [Release notes](https://github.com/eclipse/org.aspectj/releases) - [Commits](https://github.com/eclipse/org.aspectj/commits) Updates `com.github.spotbugs` from 6.0.8 to 6.0.9 --- updated-dependencies: - dependency-name: org.aspectj:aspectjweaver dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: com.github.spotbugs dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 844d57c commit 91a47cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ plugins {
2222
id 'org.jetbrains.dokka' version '1.9.20'
2323
id 'org.antora' version '1.0.0'
2424
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
25-
id 'com.github.spotbugs' version '6.0.8'
25+
id 'com.github.spotbugs' version '6.0.9'
2626
id 'com.google.protobuf' version '0.9.4' apply false
2727
}
2828

@@ -55,7 +55,7 @@ ext {
5555

5656
apacheSshdVersion = '2.12.1'
5757
artemisVersion = '2.32.0'
58-
aspectjVersion = '1.9.21.2'
58+
aspectjVersion = '1.9.22'
5959
assertjVersion = '3.25.3'
6060
assertkVersion = '0.28.0'
6161
avroVersion = '1.11.3'

0 commit comments

Comments
 (0)