File tree Expand file tree Collapse file tree 2 files changed +12
-12
lines changed
spring-kafka-test/src/test/java/org/springframework/kafka/test/hamcrest Expand file tree Collapse file tree 2 files changed +12
-12
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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.
1717package org .springframework .kafka .test .hamcrest ;
1818
1919import static org .assertj .core .api .Assertions .assertThatExceptionOfType ;
20- import static org .junit . Assert .assertThat ;
20+ import static org .hamcrest . MatcherAssert .assertThat ;
2121import static org .springframework .kafka .test .hamcrest .KafkaMatchers .hasKey ;
2222import static org .springframework .kafka .test .hamcrest .KafkaMatchers .hasPartition ;
2323import static org .springframework .kafka .test .hamcrest .KafkaMatchers .hasTimestamp ;
You can’t perform that action at this time.
0 commit comments