Skip to content

Commit e7788aa

Browse files
committed
Bump commons.asm.version from 9.10 to 9.10.1
1 parent 59b1157 commit e7788aa

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<!-- Mockito version 5 requires Java > 8 -->
149149
<commons.mockito.version>4.11.0</commons.mockito.version>
150150
<commons.jmh.version>1.37</commons.jmh.version>
151-
<commons.asm.version>9.10</commons.asm.version>
151+
<commons.asm.version>9.10.1</commons.asm.version>
152152
<commons.taglist.version>3.2.2</commons.taglist.version>
153153
<commons.site-plugin.version>3.22.0</commons.site-plugin.version>
154154
<commons.spotbugs.plugin.version>4.9.8.3</commons.spotbugs.plugin.version>

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The <action> type attribute can be add,update,fix,remove.
6363
<action type="fix" dev="ggregory" due-to="Jack Green, Gary Gregory">Fix broken Maven Central badges in COMPONENTS.adoc (#709).</action>
6464
<!-- ADD -->
6565
<!-- UPDATE -->
66-
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.asm.version from 9.1.1 to 9.10 (adds Java 27 opcode support, fixes SpotBugs Unsupported class file major version 71).</action>
66+
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.asm.version from 9.1.1 to 9.10.1 (adds Java 27 opcode support, fixes SpotBugs Unsupported class file major version 71).</action>
6767
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump commons.japicmp.version from 0.25.7 to 0.26.0.</action>
6868
<action type="update" dev="ggregory" due-to="Gary Gregory">Bump maven-site-plugin from 3.21.0 to 3.22.0.</action>
6969
</release>

0 commit comments

Comments
 (0)