Skip to content
This repository was archived by the owner on Oct 20, 2019. It is now read-only.

Commit e9addb8

Browse files
committed
Update dependencies
1 parent 1ecc8a5 commit e9addb8

File tree

1 file changed

+23
-20
lines changed

1 file changed

+23
-20
lines changed

build.gradle

Lines changed: 23 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
plugins {
2-
id 'com.github.ben-manes.versions' version '0.20.0'
2+
id 'com.github.ben-manes.versions' version '0.21.0'
33
id 'com.github.hierynomus.license' version '0.15.0'
44
id 'com.github.kt3k.coveralls' version '2.8.2'
5-
id 'com.gradle.build-scan' version '2.1'
6-
id 'net.researchgate.release' version '2.8.0'
5+
id 'com.gradle.build-scan' version '2.2.1'
6+
id 'net.researchgate.release' version '2.7.0'
77
id 'org.owasp.dependencycheck' version '4.0.2'
88
id 'org.sonarqube' version '2.7'
99
id 'biz.aQute.bnd.builder' version '4.1.0' apply false
1010
id 'com.palantir.docker' version '0.21.0' apply false
11-
id 'nebula.ospackage' version '6.1.1' apply false
11+
id 'nebula.ospackage' version '6.1.2' apply false
1212
}
1313

1414
ext {
1515

1616
/* Dependencies */
17-
awsJerseyVersion = '1.3'
18-
awsVersion = '1.11.490'
19-
commonsCodecVersion = '1.11'
17+
awsJerseyVersion = '1.3.1'
18+
awsVersion = '1.11.531'
19+
commonsCodecVersion = '1.12'
2020
commonsCompressVersion = '1.18'
2121
commonsRdfVersion = '0.5.0'
22-
slf4jVersion = '1.7.25'
23-
guavaVersion = '27.0.1-jre'
24-
dropwizardVersion = '1.3.8'
22+
slf4jVersion = '1.7.26'
23+
guavaVersion = '27.1-jre'
24+
dropwizardVersion = '1.3.9'
2525
jenaVersion = '3.10.0'
2626
jdbiVersion = '3.6.0'
2727
tamayaVersion = '0.3-incubating'
28-
trellisVersion = '0.8.0'
29-
trellisDbVersion = '0.2.0'
30-
snakeyamlVersion = '1.23'
28+
trellisVersion = '0.8.1-SNAPSHOT'
29+
trellisDbVersion = '0.2.1-SNAPSHOT'
30+
snakeyamlVersion = '1.24'
3131

3232
/* Databases */
33-
mysqlVersion = '8.0.14'
33+
mysqlVersion = '8.0.15'
3434
postgresVersion = '42.2.5'
3535

3636
/* Testing */
@@ -40,16 +40,16 @@ ext {
4040
checkstyleVersion = '8.12'
4141
commonsIoVersion = '2.6'
4242
commonsTextVersion = '1.6'
43-
h2Version = '1.4.197'
43+
h2Version = '1.4.199'
4444
jacocoVersion = '0.8.2'
4545
jaxbVersion = '2.3.0'
4646
jerseyVersion = '2.27'
47-
junitPlatformVersion = '1.3.2'
48-
junitVersion = '5.3.2'
47+
junitPlatformVersion = '1.4.1'
48+
junitVersion = '5.4.1'
4949
liquibaseVersion = '3.6.2'
5050
logbackVersion = '1.2.3'
51-
mockitoVersion = '2.23.4'
52-
otjPgVersion = '0.13.0'
51+
mockitoVersion = '2.25.1'
52+
otjPgVersion = '0.13.1'
5353

5454
/* OSGi */
5555
projectOsgiVersion = project.version.replaceAll("-SNAPSHOT", ".SNAPSHOT")
@@ -75,9 +75,12 @@ allprojects { subproj ->
7575
group = 'org.trellisldp.ext'
7676

7777
repositories {
78+
mavenLocal()
79+
maven {
80+
url "https://oss.sonatype.org/content/repositories/snapshots"
81+
}
7882
mavenCentral()
7983
jcenter()
80-
mavenLocal()
8184
}
8285

8386
dependencies {

0 commit comments

Comments
 (0)