Bump byte-buddy to 1.14.0 92/104492/1
authorRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Feb 2023 19:12:46 +0000 (20:12 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Wed, 22 Feb 2023 19:12:46 +0000 (20:12 +0100)
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.12.20
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.12.21
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.12.22
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.12.23
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.13.0
https://github.com/raphw/byte-buddy/releases/tag/byte-buddy-1.14.0

Change-Id: I5fded158100395f841b15fba08245399d7973b85
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
dom/dom-parent/pom.xml

index 019bdeccb4b8d0faea8420d768f5741f1a787eef..351b485acbd203440dd9bc4da2a1baab3f9d6850 100644 (file)
@@ -43,7 +43,7 @@
             <dependency>
                 <groupId>net.bytebuddy</groupId>
                 <artifactId>byte-buddy</artifactId>
-                <version>1.12.19</version>
+                <version>1.14.0</version>
             </dependency>
         </dependencies>
     </dependencyManagement>