File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
### Features
7
7
- [ PR-46] ( https://github.com/salesforce/kafka-junit/pull/46 ) Officially added support for Kafka versions 2.5.x, 2.6.x.
8
8
9
+ ### Internal dependency updates
10
+ - JUnit5 from 5.6.0 to 5.6.2
11
+
9
12
## 3.2.1 (02/03/2020)
10
13
[ PR-42] ( https://github.com/salesforce/kafka-junit/pull/42 )
11
14
Original file line number Diff line number Diff line change 96
96
97
97
<!-- JUnit versions -->
98
98
<junit4 .version>4.13</junit4 .version>
99
- <junit5 .version>5.6.0 </junit5 .version>
99
+ <junit5 .version>5.6.2 </junit5 .version>
100
100
<junit5PlatformProvider .version>1.3.2</junit5PlatformProvider .version>
101
101
102
102
<!-- test toggling -->
106
106
107
107
<!-- plugin versions -->
108
108
<checkstyle .version>3.1.0</checkstyle .version>
109
- <javadoc .version>3.1.1 </javadoc .version>
109
+ <javadoc .version>3.2.0 </javadoc .version>
110
110
<surefire .version>2.22.2</surefire .version>
111
111
112
112
<!-- excluded tests based on specific kafka versions -->
293
293
<version >${javadoc.version} </version >
294
294
<configuration >
295
295
<show >public</show >
296
+ <source >8</source >
296
297
</configuration >
297
298
</plugin >
298
299
338
339
<goals >
339
340
<goal >jar</goal >
340
341
</goals >
342
+ <configuration >
343
+ <source >8</source >
344
+ </configuration >
341
345
</execution >
342
346
</executions >
343
347
</plugin >
373
377
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
374
378
</snapshotRepository >
375
379
</distributionManagement >
376
- </project >
380
+ </project >
You can’t perform that action at this time.
0 commit comments