Skip to content

Commit 4539082

Browse files
author
Mario Souza
committed
upgraded outdated dependencies
1 parent 3f296dd commit 4539082

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
id 'checkstyle'
33
id 'eclipse'
44
id 'java'
5-
id 'com.github.kt3k.coveralls' version '2.7.1'
5+
id 'com.github.kt3k.coveralls' version '2.8.2'
66
id 'net.saliman.cobertura' version '2.5.3'
77
}
88

@@ -33,10 +33,10 @@ repositories {
3333
dependencies {
3434
compile 'edu.princeton.cs:algs4:1.0.2'
3535

36-
testCompile 'com.greghaskins:spectrum:1.0.0'
36+
testCompile 'com.greghaskins:spectrum:1.2.0'
3737
testCompile group: 'junit', name: 'junit', version: '4.12'
3838

3939
// cobertura plugin dependency
4040
// see: https://github.com/stevesaliman/gradle-cobertura-plugin/blob/master/usage.md
41-
testRuntime 'org.slf4j:slf4j-api:1.7.24'
41+
testRuntime 'org.slf4j:slf4j-api:1.7.25'
4242
}

0 commit comments

Comments
 (0)