Bump byte-buddy to 1.14.11 51/109451/1
authorRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 21:48:23 +0000 (22:48 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Thu, 28 Dec 2023 21:48:23 +0000 (22:48 +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>
dom/dom-parent/pom.xml

index 01359df5ed8ed4a04e7d4d364209b9c0faaaf00c..2df5ffd31a26030adf37e08dcac358b638cfbe25 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>