Bump byte-buddy to 1.14.11 65/109465/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 21:48:23 +0000 (22:48 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Fri, 29 Dec 2023 05:08:35 +0000 (06:08 +0100)
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.14.10
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.14.11

Change-Id: I14982abcc38545c72afce2abf9ffcd613534f5c0
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
(cherry picked from commit c3613aa89ab5619abc59ac6e0e6890a9041249c7)

dom/dom-parent/pom.xml

index 8cea18655a00648a25a1739ef18c8f87044b11f6..634e520078b0667b864652ad139546482a8ea5cf 100644 (file)
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy</artifactId>
-                <version>1.14.9</version>
+                <version>1.14.11</version>
             </dependency>
         </dependencies>
     </dependencyManagement>