Skip to content

Commit 3706fd7

Browse files
authored
Update dependencies (#774)
1 parent d6ecb86 commit 3706fd7

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ ext {
4949

5050
// Component dependencies
5151
activeMqVersion = "5.15.12"
52-
dropwizardVersion = "2.0.6"
52+
dropwizardVersion = "2.0.7"
5353
guavaVersion = "28.2-jre"
5454
jacksonVersion = "2.10.3"
5555
jenaVersion = "3.14.0"
@@ -72,8 +72,8 @@ ext {
7272
cxfVersion = "3.3.6"
7373
glassfishJaxbVersion = "2.3.2"
7474
jerseyVersion = "2.30.1"
75-
junitVersion = "5.6.1"
76-
junitLauncherVersion = "1.6.1"
75+
junitVersion = "5.6.2"
76+
junitLauncherVersion = "1.6.2"
7777
hamcrestVersion = "2.2"
7878
logbackVersion = "1.2.3"
7979
mockitoVersion = "3.3.3"
@@ -89,9 +89,9 @@ ext {
8989

9090
// Tooling
9191
jacocoToolVersion = "0.8.5"
92-
checkstyleToolVersion = "8.29"
92+
checkstyleToolVersion = "8.31"
9393
pitestToolVersion = "1.4.11"
94-
pmdToolVersion = "6.21.0"
94+
pmdToolVersion = "6.22.0"
9595

9696
// OSGi
9797
commonsCompressVersion = "1.20"
@@ -551,7 +551,7 @@ configure(rootProject) {
551551
}
552552

553553
// Ignore alpha, beta, milestone and release candidates
554-
dependencyUpdates.resolutionStrategy = {
554+
dependencyUpdates.resolutionStrategy {
555555
componentSelection { rules ->
556556
rules.all { ComponentSelection selection ->
557557
boolean rejected = ['alpha', 'beta', 'b', 'cr', 'rc', 'm', 'mr'].any { qualifier ->

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pluginManagement {
55
}
66
plugins {
77
id 'biz.aQute.bnd.builder' version "4.1.0"
8-
id 'info.solidsoft.pitest' version "1.4.7"
8+
id 'info.solidsoft.pitest' version "1.4.8"
99
id 'io.quarkus' version "1.3.2.Final"
1010
id "net.wasdev.wlp.gradle.plugins.Liberty" version "2.7"
1111
}

0 commit comments

Comments
 (0)