Skip to content

Commit

Permalink
Upgrade dependencies; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed May 10, 2019
1 parent a587b13 commit 39f5215
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.3.21'
ext.kotlinVersion = '1.3.30'
repositories {
maven { url 'https://repo.spring.io/plugins-release' }
}
Expand All @@ -15,8 +15,8 @@ plugins {
id 'base'
id 'project-report'
id 'idea'
id 'org.asciidoctor.convert' version '1.5.9.2'
id 'org.ajoberstar.grgit' version '3.0.0'
id 'org.asciidoctor.convert' version '1.5.10'
id 'org.ajoberstar.grgit' version '3.1.1'
}

description = 'Spring Kafka'
Expand Down Expand Up @@ -80,11 +80,11 @@ subprojects { subproject ->
junitPlatformVersion = '1.4.1'
kafkaVersion = '2.0.1'
log4jVersion = '2.11.2'
mockitoVersion = '2.25.1'
mockitoVersion = '2.26.0'
scalaVersion = '2.11'
springRetryVersion = '1.2.4.RELEASE'
springVersion = '5.1.6.RELEASE'
springDataCommonsVersion = '2.1.6.RELEASE'
springVersion = '5.1.7.RELEASE'
springDataCommonsVersion = '2.1.7.RELEASE'

idPrefix = 'kafka'

Expand All @@ -93,7 +93,7 @@ subprojects { subproject ->
eclipse.project.natures += 'org.springframework.ide.eclipse.core.springnature'

jacoco {
toolVersion = '0.8.2'
toolVersion = '0.8.3'
}

// dependencies that are common across all java projects
Expand Down Expand Up @@ -131,7 +131,7 @@ subprojects { subproject ->

checkstyle {
configFile = file("${rootDir}/src/checkstyle/checkstyle.xml")
toolVersion = "8.18"
toolVersion = "8.20"
}

jacocoTestReport {
Expand Down

0 comments on commit 39f5215

Please sign in to comment.