bitstorm commented on code in PR #1577:
URL: https://github.com/apache/wicket/pull/1577#discussion_r3961754690
##########
pom.xml:
##########
@@ -159,7 +159,7 @@
<aspectj.version>1.9.25.1</aspectj.version>
<assertj-core.version>3.27.7</assertj-core.version>
<bouncycastle.version>1.85.2</bouncycastle.version>
- <byte-buddy.version>1.18.8</byte-buddy.version>
+ <byte-buddy.version>1.18.13</byte-buddy.version>
Review Comment:
It fails on JDK > 25 (i.e. 26) starting from version 1.18.9. See PR
https://github.com/apache/wicket/pull/1574 . So yes, we better keep version
bumping out of this commit but I had to do it to test the result on JDK 26.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]