Skip to content

Commit 241e673

Browse files
committed
deps update
1 parent 739119e commit 241e673

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
id 'com.github.kt3k.coveralls' version '2.6.3'
1616
id 'maven'
1717
id 'signing'
18-
id 'pl.allegro.tech.build.axion-release' version '1.4.1'
18+
id 'pl.allegro.tech.build.axion-release' version '1.5.0'
1919
}
2020
apply plugin: 'io.codearte.nexus-staging'
2121

@@ -36,7 +36,7 @@ repositories {
3636
mavenCentral()
3737
}
3838

39-
ext.springBootVersion = '1.4.3.RELEASE'
39+
ext.springBootVersion = '1.5.1.RELEASE'
4040

4141
dependencies {
4242

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-3.3-bin.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-3.4-bin.zip

0 commit comments

Comments
 (0)