Skip to content

Commit 544fccc

Browse files
committed
Upgrade build-system dependencies
1 parent 973d83d commit 544fccc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build-logic/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ gradlePlugin {
5656

5757
dependencies {
5858
api gradleApi()
59-
api 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.0.0'
60-
api 'gradle.plugin.com.github.jengelman.gradle.plugins:shadow:7.0.0'
59+
api 'biz.aQute.bnd:biz.aQute.bnd.gradle:6.3.1'
60+
api 'gradle.plugin.com.github.johnrengelman:shadow:7.1.2'
6161
api 'org.unbroken-dome.gradle-plugins:gradle-xjc-plugin:2.0.0'
62-
api 'com.github.spotbugs.snom:spotbugs-gradle-plugin:4.7.9'
63-
implementation 'biz.aQute.bnd:biz.aQute.bndlib:6.0.0'
62+
api 'com.github.spotbugs.snom:spotbugs-gradle-plugin:5.0.12'
63+
implementation 'biz.aQute.bnd:biz.aQute.bndlib:6.3.1'
6464
implementation 'org.osgi:org.osgi.service.component.annotations:1.5.0'
6565
implementation 'org.apache.felix:org.apache.felix.scr.generator:1.18.4'
6666
implementation 'org.apache.felix:org.apache.felix.scr.ds-annotations:1.2.10'

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
pluginManagement {
1818
plugins {
1919
id 'io.codearte.nexus-staging' version '0.30.0'
20-
id 'org.owasp.dependencycheck' version '7.1.0.1'
21-
id 'org.gretty' version '3.0.6'
20+
id 'org.owasp.dependencycheck' version '7.1.2'
21+
id 'org.gretty' version '3.0.8'
2222
id 'org.asciidoctor.jvm.base' version '3.3.2'
2323
id 'org.unbroken-dome.xjc' version '2.0.0'
2424
}

0 commit comments

Comments
 (0)