Skip to content

Commit

Permalink
Update ASM dep to 9.5 (from 9.4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed May 21, 2023
1 parent b3a23c9 commit 063a189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ not datatype, data format, or JAX-RS provider modules.
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- 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 -->
<version.asm>9.4</version.asm>
<!-- 20-May-2023, tatu: 9.4 -> 9.5 for Jackson 2.15.2 -->
<version.asm>9.5</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 @@ -23,6 +23,7 @@ Active maintainers:
2.15.2 (not yet released)

#207: Mr Bean exposing `Asm` as Maven dependency despite shading
- (afterburner, mrbean) `org.ow2.asm:asm` updated to 9.5 (from 9.4)

2.15.1 (16-May-2023)

Expand Down

0 comments on commit 063a189

Please sign in to comment.