Skip to content

Commit e64f29c

Browse files
author
Gary Gregory
committed
2 parents fe37001 + 154bf22 commit e64f29c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ file comparators, endian transformation classes, and much more.
245245
<dependency>
246246
<groupId>org.mockito</groupId>
247247
<artifactId>mockito-core</artifactId>
248-
<version>3.5.10</version>
248+
<version>3.5.11</version>
249249
<scope>test</scope>
250250
</dependency>
251251
<dependency>
@@ -295,7 +295,7 @@ file comparators, endian transformation classes, and much more.
295295
<commons.surefire.version>2.22.2</commons.surefire.version>
296296
<commons.japicmp.version>0.14.3</commons.japicmp.version>
297297
<spotbugs.plugin.version>4.0.4</spotbugs.plugin.version>
298-
<spotbugs.impl.version>4.1.2</spotbugs.impl.version>
298+
<spotbugs.impl.version>4.1.3</spotbugs.impl.version>
299299
<japicmp.skip>false</japicmp.skip>
300300
<jacoco.skip>${env.JACOCO_SKIP}</jacoco.skip>
301301
<commons.release.isDistModule>true</commons.release.isDistModule>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ The <action> type attribute can be add,update,fix,remove.
6262
<action issue="IO-689" dev="aherbert" type="fix" due-to="Uwe Schindler">
6363
FileUtils: Remove Instant->ZonedDateTime->Instant round-trip.
6464
</action>
65+
<action dev="ggregory" type="update" due-to="Dependabot">
66+
Update mockito-core from 3.5.10 to 3.5.11 #155.
67+
</action>
6568
</release>
6669
<!-- The release date is the date RC is cut -->
6770
<release version="2.8.0" date="2020-09-05" description="Java 8 required.">

0 commit comments

Comments
 (0)