Skip to content

Commit 8626b7c

Browse files
committed
Upgrade Versions for Release
1 parent 0c942d4 commit 8626b7c

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,23 +48,23 @@ ext {
4848
files(grgit.status().unstaged.modified).filter{ f -> f.name.endsWith('.java') || f.name.endsWith('.kt') }
4949
}
5050

51-
assertjVersion = '3.15.0'
51+
assertjVersion = '3.16.1'
5252
googleJsr305Version = '3.0.2'
5353
hamcrestVersion = '2.2'
54-
hibernateValidationVersion = '6.0.17.Final'
55-
jacksonVersion = '2.10.3'
54+
hibernateValidationVersion = '6.1.5.Final'
55+
jacksonVersion = '2.11.0'
5656
jaywayJsonPathVersion = '2.4.0'
57-
junit4Version = '4.12'
58-
junitJupiterVersion = '5.5.2'
57+
junit4Version = '4.13'
58+
junitJupiterVersion = '5.6.2'
5959
kafkaVersion = '2.5.0'
60-
log4jVersion = '2.12.1'
61-
micrometerVersion = '1.5.0'
62-
mockitoVersion = '3.0.0'
60+
log4jVersion = '2.13.2'
61+
micrometerVersion = '1.5.1'
62+
mockitoVersion = '3.3.3'
6363
reactorVersion = 'Dysprosium-SR7'
6464
scalaVersion = '2.12'
65-
springDataCommonsVersion = '2.3.0.RC2'
65+
springDataCommonsVersion = '2.3.0.RELEASE'
6666
springRetryVersion = '1.2.5.RELEASE'
67-
springVersion = '5.2.5.RELEASE'
67+
springVersion = '5.2.6.RELEASE'
6868

6969
idPrefix = 'kafka'
7070
}

spring-kafka-test/src/test/java/org/springframework/kafka/test/hamcrest/KafkaMatchersTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2017-2019 the original author or authors.
2+
* Copyright 2017-2020 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
1717
package org.springframework.kafka.test.hamcrest;
1818

1919
import static org.assertj.core.api.Assertions.assertThatExceptionOfType;
20-
import static org.junit.Assert.assertThat;
20+
import static org.hamcrest.MatcherAssert.assertThat;
2121
import static org.springframework.kafka.test.hamcrest.KafkaMatchers.hasKey;
2222
import static org.springframework.kafka.test.hamcrest.KafkaMatchers.hasPartition;
2323
import static org.springframework.kafka.test.hamcrest.KafkaMatchers.hasTimestamp;

0 commit comments

Comments
 (0)