This is an automated email from the ASF dual-hosted git repository. chesnay pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink.git
commit bbd568207494499b0123c280b300caae9fb9c8fd 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 a761e5c..14de924 100644 --- a/pom.xml +++ b/pom.xml @@ -515,14 +515,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 -->
