Skip to content

Commit

Permalink
Bump the development-dependencies group with 2 updates
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Mar 25, 2024
1 parent 3d7f1f5 commit 707c964
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {
id 'org.jetbrains.dokka' version '1.9.20'
id 'org.antora' version '1.0.0'
id 'io.spring.antora.generate-antora-yml' version '0.0.1'
id 'com.github.spotbugs' version '6.0.8'
id 'com.github.spotbugs' version '6.0.9'
}

if (isCI) {
Expand Down Expand Up @@ -54,7 +54,7 @@ ext {

apacheSshdVersion = '2.11.0'
artemisVersion = '2.31.2'
aspectjVersion = '1.9.21.2'
aspectjVersion = '1.9.22'
assertjVersion = '3.24.2'
assertkVersion = '0.28.0'
avroVersion = '1.11.3'
Expand Down

0 comments on commit 707c964

Please sign in to comment.