Skip to content

Commit

Permalink
Modify net.bytebuddy maven dependency scope to "test" only (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim authored Mar 13, 2024
1 parent 8b25b2c commit 99198d5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.9</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -1761,3 +1761,7 @@ Kyrylo Merzlikin (kirmerzlikin@github)
* Contributed fix for #2543: Introspection includes delegating ctor's
only parameter as a property in `BeanDescription`
(2.17.0)

Miguel Mendes Ruiz (migmruiz@github)
* Reported #4428: `ByteBuddy` scope went beyond `test` in version 2.17.0
(2.17.1)
6 changes: 6 additions & 0 deletions release-notes/VERSION-2.x
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ Project: jackson-databind
=== Releases ===
------------------------------------------------------------------------

2.17.1 (not yet released)

#4428: `ByteBuddy` scope went beyond `test` in version 2.17.0
(reported by Miguel M-R)
(fix contributed by Joo-Hyuk K)

2.17.0 (12-Mar-2024)

#437: Support throwing `MismatchedInputException` when deserializing
Expand Down

0 comments on commit 99198d5

Please sign in to comment.