Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Wiegman committed Feb 19, 2019
1 parent a8ab41c commit a25b04e
Show file tree
Hide file tree
Showing 6 changed files with 1,913 additions and 1,270 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
developmentDatabase
classes
home-server-db
*.iml
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
3 changes: 1 addition & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#Sat Jan 12 12:11:49 CET 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.2.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
14 changes: 7 additions & 7 deletions home-server-backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '2.1.2.RELEASE'
id 'org.springframework.boot' version '2.1.3.RELEASE'
id 'io.spring.dependency-management' version '1.0.6.RELEASE'
id 'com.moowork.gulp' version '1.2.0'
id 'com.github.ben-manes.versions' version '0.20.0'
Expand Down Expand Up @@ -53,8 +53,8 @@ jar {
}

dependencies {
annotationProcessor('org.projectlombok:lombok:1.18.4')
compileOnly('org.projectlombok:lombok:1.18.4')
annotationProcessor('org.projectlombok:lombok:1.18.6')
compileOnly('org.projectlombok:lombok:1.18.6')

compile('org.springframework.boot:spring-boot-starter-security')
compile('org.springframework.boot:spring-boot-starter-cache')
Expand All @@ -71,9 +71,9 @@ dependencies {

compile('net.sf.ehcache:ehcache')
compile('commons-io:commons-io:2.6')
compile('org.apache.commons:commons-collections4:4.2')
compile('org.apache.commons:commons-collections4:4.3')
compile('org.apache.commons:commons-lang3:3.8.1')
compile('org.apache.httpcomponents:httpclient:4.5.6')
compile('org.apache.httpcomponents:httpclient:4.5.7')
compile('org.apache.commons:commons-math3:3.6.1')
compile('javax.inject:javax.inject:1')
compile('javax.xml.bind:jaxb-api:2.3.0')
Expand All @@ -84,8 +84,8 @@ dependencies {

testCompile('org.springframework.boot:spring-boot-starter-test')
testCompile('org.springframework.security:spring-security-test')
testCompile('org.assertj:assertj-core:3.11.1')
testCompile('nl.jqno.equalsverifier:equalsverifier:3.1.4')
testCompile('org.assertj:assertj-core:3.12.0')
testCompile('nl.jqno.equalsverifier:equalsverifier:3.1.5')

runtime('com.h2database:h2')
runtime('org.hibernate:hibernate-java8')
Expand Down
Loading

0 comments on commit a25b04e

Please sign in to comment.