Skip to content

Commit b7cbcf3

Browse files
authored
Merge pull request #89 from viartemev/update-dependencies
update dependencies
2 parents a140a37 + c15879a commit b7cbcf3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
buildscript {
22

33
ext {
4-
kotlin_version = '1.2.30'
4+
kotlin_version = '1.2.31'
55
junit_jupiter_version = '5.0.1'
66
junit_plugin_version = '1.0.1'
77
spek_version = '1.1.5'
8-
assertj_version = '3.8.0'
9-
kluent_version = '1.34'
8+
assertj_version = '3.9.1'
9+
kluent_version = '1.35'
1010
log4j_version = '2.9.0'
1111
commons_lang3_version = '3.7'
1212

1313
kotlinter_gradle_plugin = '1.7.0'
14-
gradle_intellij_plugin = '0.2.18'
14+
gradle_intellij_plugin = '0.3.1'
1515
}
1616

1717
repositories {
@@ -84,7 +84,7 @@ junitPlatform {
8484
intellij {
8585
pluginName "Request mapper"
8686
type 'IC'
87-
version '2016.3'
87+
version '2017.3'
8888
}
8989

9090
patchPluginXml {
@@ -94,5 +94,5 @@ patchPluginXml {
9494
}
9595

9696
task wrapper(type: Wrapper) {
97-
gradleVersion = '4.5.1'
97+
gradleVersion = '4.6'
9898
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)