Skip to content

Commit

Permalink
Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
owenfarrell committed Jun 5, 2018
1 parent 4c89572 commit 141cdc9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
plugins {
id 'com.github.ben-manes.versions' version '0.17.0'
id 'io.spring.dependency-management' version '1.0.5.RELEASE'
id 'org.ajoberstar.grgit' version '2.2.0'
id 'org.ajoberstar.grgit' version '2.2.1'
id 'org.sonarqube' version '2.6.2'
id 'org.springframework.boot' version '2.0.1.RELEASE'
id 'org.springframework.boot' version '2.0.2.RELEASE'
}

apply plugin: 'eclipse'
Expand Down Expand Up @@ -54,15 +54,15 @@ repositories {

dependencies {
// OWASP Sanitizer
implementation group: 'com.googlecode.owasp-java-html-sanitizer', name: 'owasp-java-html-sanitizer', version: '20171016.1'
implementation group: 'com.googlecode.owasp-java-html-sanitizer', name: 'owasp-java-html-sanitizer', version: '20180219.1'

// Webjars
runtimeOnly group: 'org.webjars', name: 'webjars-locator', version: '0.33'
runtimeOnly group: 'org.webjars', name: 'bootstrap', version: '4.0.0-2'
runtimeOnly group: 'org.webjars', name: 'font-awesome', version: '4.7.0'
runtimeOnly group: 'org.webjars', name: 'webjars-locator', version: '0.34'
runtimeOnly group: 'org.webjars', name: 'bootstrap', version: '4.1.0'
runtimeOnly group: 'org.webjars', name: 'font-awesome', version: '5.0.13'
runtimeOnly group: 'org.webjars', name: 'html5shiv', version: '3.7.3-1'
runtimeOnly group: 'org.webjars', name: 'jquery', version: '3.3.1-1'
runtimeOnly group: 'org.webjars', name: 'popper.js', version: '1.12.9-1'
runtimeOnly group: 'org.webjars', name: 'popper.js', version: '1.14.1'
runtimeOnly group: 'org.webjars', name: 'respond', version: '1.4.2-1'

// Spring Boot
Expand Down

0 comments on commit 141cdc9

Please sign in to comment.