Skip to content

Commit

Permalink
#236 Update to Spring Boot 2.0.0.M5
Browse files Browse the repository at this point in the history
  • Loading branch information
dvoraka committed Oct 14, 2017
1 parent 8848a40 commit 5302237
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
springBootVersion = '2.0.0.M4'
springBootVersion = '2.0.0.M5'
}
repositories {
mavenCentral()
Expand All @@ -23,7 +23,6 @@ plugins {
description = 'Project for anti-virus service'

// Temporary overrides for BOMs
ext['spring.version'] = '5.0.0.RELEASE'
ext['spring-data-releasetrain.version'] = 'Kay-RELEASE'

allprojects {
Expand Down Expand Up @@ -111,7 +110,7 @@ allprojects {

dependencyManagement {
imports {
mavenBom('org.springframework.boot:spring-boot-starter-parent:2.0.0.M4')
mavenBom('org.springframework.boot:spring-boot-starter-parent:2.0.0.M5')
}
}

Expand Down

0 comments on commit 5302237

Please sign in to comment.