Skip to content

Commit

Permalink
Merge pull request #89 from viartemev/update-dependencies
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
viartemev committed Mar 28, 2018
2 parents a140a37 + c15879a commit b7cbcf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
buildscript {

ext {
kotlin_version = '1.2.30'
kotlin_version = '1.2.31'
junit_jupiter_version = '5.0.1'
junit_plugin_version = '1.0.1'
spek_version = '1.1.5'
assertj_version = '3.8.0'
kluent_version = '1.34'
assertj_version = '3.9.1'
kluent_version = '1.35'
log4j_version = '2.9.0'
commons_lang3_version = '3.7'

kotlinter_gradle_plugin = '1.7.0'
gradle_intellij_plugin = '0.2.18'
gradle_intellij_plugin = '0.3.1'
}

repositories {
Expand Down Expand Up @@ -84,7 +84,7 @@ junitPlatform {
intellij {
pluginName "Request mapper"
type 'IC'
version '2016.3'
version '2017.3'
}

patchPluginXml {
Expand All @@ -94,5 +94,5 @@ patchPluginXml {
}

task wrapper(type: Wrapper) {
gradleVersion = '4.5.1'
gradleVersion = '4.6'
}
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit b7cbcf3

Please sign in to comment.