Skip to content

Commit

Permalink
Update asm to 9.6 from 9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Oct 2, 2023
1 parent 758b700 commit db2c3f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ not datatype, data format, or JAX-RS provider modules.
<!-- 22-Sep-2020, tatu: 7.3.1 -> 9.0 for Jackson 2.12 -->
<!-- 02-Oct-2022, tatu: 9.0 -> 9.4 for Jackson 2.14 -->
<!-- 20-May-2023, tatu: 9.4 -> 9.5 for Jackson 2.15.2 -->
<version.asm>9.5</version.asm>
<!-- 02-Oct-2023, tatu: 9.5 -> 9.6 for Jackson 2.16 -->
<version.asm>9.6</version.asm>
</properties>

<dependencyManagement>
Expand Down
1 change: 1 addition & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ Active maintainers:
(fix by Steven S)
#216: (blackbird, afterburner): Disable in native-image
(fix by Steven S)
- Update `asm` version 9.5 -> 9.6

#209: Add guice7 (jakarta.inject) module
(contributed by Joe B)
Expand Down

0 comments on commit db2c3f2

Please sign in to comment.