Skip to content

Commit 2e24c0c

Browse files
committed
Update dependencies
1 parent 4b1792b commit 2e24c0c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
plugins {
22
id 'com.github.ben-manes.versions' version '0.21.0'
33
id 'com.github.hierynomus.license' version '0.15.0'
4-
id 'com.github.kt3k.coveralls' version '2.8.2'
5-
id 'com.gradle.build-scan' version '2.2.1'
4+
id 'com.github.kt3k.coveralls' version '2.8.4'
5+
id 'com.gradle.build-scan' version '2.3'
66
id 'net.researchgate.release' version '2.8.0'
77
id 'org.owasp.dependencycheck' version '4.0.2'
8-
id 'org.sonarqube' version '2.7'
8+
id 'org.sonarqube' version '2.7.1'
99
id 'biz.aQute.bnd.builder' version '4.1.0' apply false
10-
id 'com.palantir.docker' version '0.21.0' apply false
11-
id 'nebula.ospackage' version '6.1.1' apply false
10+
id 'com.palantir.docker' version '0.22.1' apply false
11+
id 'nebula.ospackage' version '6.2.0' apply false
1212
}
1313

1414
ext {
@@ -22,7 +22,7 @@ ext {
2222
javaxJmsVersion = '2.0.1'
2323
javaxManagementVersion = '1.1.2'
2424
jaxrsVersion = '2.1.1'
25-
metricsVersion = '4.0.5'
25+
metricsVersion = '4.1.0'
2626
slf4jVersion = '1.7.26'
2727
tamayaVersion = '0.3-incubating'
2828

@@ -33,16 +33,16 @@ ext {
3333
activationApiVersion = '1.2.0'
3434
activeMqVersion = '5.15.8'
3535
commonsCompressVersion = '1.18'
36-
dropwizardVersion = '1.3.9'
36+
dropwizardVersion = '1.3.12'
3737
guavaVersion = '27.1-jre'
3838
jacksonVersion = '2.9.9'
3939
jaxbVersion = '2.3.1'
40-
jenaVersion = '3.10.0'
40+
jenaVersion = '3.11.0'
4141
// version 2.28 uses the jakarta-based jax-rs API
4242
jerseyVersion = '2.27'
4343
jjwtVersion = '0.10.6'
4444
jmsApiVersion = '2.0.1'
45-
jsonldVersion = '0.12.3'
45+
jsonldVersion = '0.12.4'
4646
kafkaVersion = '2.0.0'
4747
mustacheVersion = '0.9.6'
4848
rabbitMqVersion = '5.6.0'
@@ -53,11 +53,11 @@ ext {
5353
awaitilityVersion = '3.1.6'
5454
bouncycastleVersion = '1.61'
5555
commonsTextVersion = '1.6'
56-
junitVersion = '5.4.1'
57-
junitLauncherVersion = '1.4.1'
56+
junitVersion = '5.4.2'
57+
junitLauncherVersion = '1.4.2'
5858
hamcrestVersion = '2.1'
5959
logbackVersion = '1.2.3'
60-
mockitoVersion = '2.25.1'
60+
mockitoVersion = '2.27.0'
6161
qpidVersion = '7.1.1'
6262
sleepycatVersion = '18.3.12'
6363

0 commit comments

Comments
 (0)