Skip to content

Commit 86ef922

Browse files

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ limitations under the License.
208208
<plugin>
209209
<groupId>org.codehaus.mojo</groupId>
210210
<artifactId>animal-sniffer-maven-plugin</artifactId>
211-
<version>1.23</version>
211+
<version>1.24</version>
212212
<configuration>
213213
<ignores>
214214
<!-- JDK9 breaks compatibility by returning ByteBuffer not Buffer -->
@@ -263,7 +263,7 @@ limitations under the License.
263263
<plugin>
264264
<groupId>org.codehaus.mojo</groupId>
265265
<artifactId>taglist-maven-plugin</artifactId>
266-
<version>3.0.0</version>
266+
<version>3.1.0</version>
267267
<configuration>
268268
<tags>
269269
<tag>TODO</tag>

src/changes/changes.xml

+2
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ The <action> type attribute can be add,update,fix,remove.
4949
<!-- ADD -->
5050
<!-- UPDATE -->
5151
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump org.apache.commons:commons-parent from 69 to 71 #286.</action>
52+
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:animal-sniffer-maven-plugin from 1.23 to 1.24 #293.</action>
53+
<action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #292.</action>
5254
</release>
5355
<release version="1.17.0" date="2024-04-20" description="Feature and fix release. Requires a minimum of Java 8.">
5456
<!-- FIX -->

0 commit comments

Comments
 (0)