This is an automated email from the ASF dual-hosted git repository.

chesnay pushed a commit to branch release-1.14
in repository https://gitbox.apache.org/repos/asf/flink.git

commit d725ba879226db96377a0b07ae9e56e24481dba6
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 6bbfd62..d6f08e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -503,14 +503,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 -->

Reply via email to