File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ subprojects { subproject ->
8181 kafkaVersion = ' 2.2.0'
8282 log4jVersion = ' 2.11.2'
8383 mockitoVersion = ' 2.24.0'
84- scalaVersion = ' 2.11 '
84+ scalaVersion = ' 2.12 '
8585 springRetryVersion = ' 1.2.4.RELEASE'
8686 springVersion = ' 5.2.0.BUILD-SNAPSHOT'
8787 springDataCommonsVersion = ' 2.2.0.BUILD-SNAPSHOT'
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ When you use `spring-kafka-test` (version 2.2.x) with the 2.1.x `kafka-clients`
3636
3737<dependency>
3838 <groupId>org.apache.kafka</groupId>
39- <artifactId>kafka_2.11 </artifactId>
39+ <artifactId>kafka_2.12 </artifactId>
4040 <version>2.1.0</version>
4141 <scope>test</scope>
4242</dependency>
4343
4444<dependency>
4545 <groupId>org.apache.kafka</groupId>
46- <artifactId>kafka_2.11 </artifactId>
46+ <artifactId>kafka_2.12 </artifactId>
4747 <version>2.1.0</version>
4848 <classifier>test</classifier>
4949 <scope>test</scope>
You can’t perform that action at this time.
0 commit comments