Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Upgrade to the latest dependencies and Gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Sep 21, 2018
1 parent 29bb8c2 commit c413878
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
16 changes: 7 additions & 9 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.2.51'
ext.kotlinVersion = '1.2.70'
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion"
Expand All @@ -11,7 +11,7 @@ plugins {
id 'eclipse'
id 'idea'
id 'jacoco'
id 'org.sonarqube' version '2.6.1'
id 'org.sonarqube' version '2.6.2'
id 'checkstyle'
}

Expand Down Expand Up @@ -53,11 +53,11 @@ compileTestKotlin {
}

ext {
assertkVersion = '0.10'
assertkVersion = '0.12'
jacksonVersion = '2.9.6'
log4jVersion = '2.11.0'
springIntegrationVersion = '5.1.0.BUILD-SNAPSHOT'
springKafkaVersion = '2.2.0.M2'
springIntegrationVersion = '5.1.0.RC1'
springKafkaVersion = '2.2.0.RC1'

idPrefix = 'kafka'

Expand All @@ -82,9 +82,7 @@ dependencies {

testCompile "org.springframework.kafka:spring-kafka-test:$springKafkaVersion"
testCompile "org.springframework.integration:spring-integration-test:$springIntegrationVersion"
testCompile("com.willowtreeapps.assertk:assertk:$assertkVersion") {
exclude group: 'org.jetbrains.kotlin', module: 'kotlin-reflect'
}
testCompile("com.willowtreeapps.assertk:assertk-jvm:$assertkVersion")
testCompile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"

testRuntime "org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion"
Expand All @@ -108,7 +106,7 @@ test {

checkstyle {
configFile = new File(rootDir, "src/checkstyle/checkstyle.xml")
toolVersion = '8.11'
toolVersion = '8.12'
}

jacocoTestReport {
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-4.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c413878

Please sign in to comment.