Skip to content
This repository has been archived by the owner on Jul 3, 2020. It is now read-only.

Commit

Permalink
Update dependencies and plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
dacrome committed Oct 31, 2017
1 parent c5659f8 commit eee511b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ plugins {
id 'jacoco'
id 'maven'
id 'maven-publish'
id 'com.github.hierynomus.license' version '0.13.1'
id 'com.github.kt3k.coveralls' version '2.8.1'
id 'com.github.hierynomus.license' version '0.14.0'
id 'com.github.kt3k.coveralls' version '2.8.2'
id 'com.jfrog.bintray' version '1.7.3'
id 'com.github.ben-manes.versions' version '0.15.0'
id 'com.github.ben-manes.versions' version '0.17.0'
id 'org.springframework.boot' version '1.5.8.RELEASE'
}

Expand Down Expand Up @@ -117,7 +117,7 @@ dependencies {
compile 'org.aspectj:aspectjweaver'
compile 'org.hibernate:hibernate-validator'
compile 'org.apache.tika:tika-core:1.16'
compile 'com.google.guava:guava:23.0'
compile 'com.google.guava:guava:23.3-jre'
compile 'org.antlr:antlr4:4.6'
testCompile 'org.codehaus.groovy:groovy-all'
testCompile 'org.springframework.boot:spring-boot-starter-test'
Expand Down

0 comments on commit eee511b

Please sign in to comment.