This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch release-1.13 in repository https://gitbox.apache.org/repos/asf/flink.git
commit 42db40c33eae39518e16640ebdf093594590c1da Author: Etienne Chauchot <[email protected]> AuthorDate: Thu Feb 17 10:16:49 2022 +0100 [FLINK-25851][build][tests] Bump bytebuddy to 1.8.22 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index af10c87..1adc7f0 100644 --- a/pom.xml +++ b/pom.xml @@ -492,14 +492,14 @@ under the License. <!-- mockito/powermock mismatch --> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.8.15</version> + <version>1.8.22</version> </dependency> <dependency> <!-- mockito/powermock mismatch --> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.8.15</version> + <version>1.8.22</version> </dependency> <!-- For dependency convergence -->
