Bump the development-dependencies group with 2 updates

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-03-25 11:07:55 -04:00
committed by GitHub
parent ec40520f20
commit 9f19f40b8b

View File

@@ -22,7 +22,7 @@ plugins {
id 'org.jetbrains.dokka' version "$kotlinVersion"
id 'org.asciidoctor.jvm.pdf' version '3.3.2'
id 'org.asciidoctor.jvm.convert' version '3.3.2'
id 'com.github.spotbugs' version '6.0.8'
id 'com.github.spotbugs' version '6.0.9'
}
if (isCI) {
@@ -49,7 +49,7 @@ ext {
apacheSshdVersion = '2.9.3'
artemisVersion = '2.28.0'
aspectjVersion = '1.9.21.2'
aspectjVersion = '1.9.22'
assertjVersion = '3.24.2'
assertkVersion = '0.26.1'
avroVersion = '1.11.3'