]> source.dussan.org Git - jgit.git/commitdiff
Update bytebuddy to 1.15.3 88/1201688/1
authorMatthias Sohn <matthias.sohn@sap.com>
Tue, 1 Oct 2024 14:18:04 +0000 (16:18 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Tue, 1 Oct 2024 14:18:04 +0000 (16:18 +0200)
Change-Id: Ib17b92d6f413f706ff97fb4ccf07847f4b5808ad

21 files changed:
WORKSPACE
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.17.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.18.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.19.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.20.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.21.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.22.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.23.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.24.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.25.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.26.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.27.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.28.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.29.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.30.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.31.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.32.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.33.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/jgit-4.34.target
org.eclipse.jgit.packaging/org.eclipse.jgit.target/maven/dependencies.tpd
pom.xml

index d921642545ed576b1d34db627fc519cfdc51028c..44bc0abd2799ecc2ebd5a492cec87ef638b5ae1f 100644 (file)
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -220,18 +220,18 @@ maven_jar(
     sha1 = "0d26263eb7524252d98e602fc6942996a3195e29",
 )
 
-BYTE_BUDDY_VERSION = "1.15.1"
+BYTE_BUDDY_VERSION = "1.15.3"
 
 maven_jar(
     name = "bytebuddy",
     artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
-    sha1 = "3072da2184d49cf642d22badee2ce36b2d6dfb92",
+    sha1 = "01b3069696cd9ed55d90b9114ffe3429035ff924",
 )
 
 maven_jar(
     name = "bytebuddy-agent",
     artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
-    sha1 = "d5c8cbe2c1b94a5efa3f9f0736e1b3f00b5f6103",
+    sha1 = "e619d89ed41a6cedc23bee3549cec8c4ffdaee7b",
 )
 
 maven_jar(
index a8fd66872cc9f47fca477f6ac9fd7957a62c3476..2f5ec8e9c1451a0982c85401cfc71903837eb984 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.17" sequenceNumber="1727791524">
+<target name="jgit-4.17" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 71088bb2d7783b5b85721b90b917cde398eabf98..efa7ce832f0b2ffeb7361ca07c8d6265c820db34 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.18" sequenceNumber="1727791524">
+<target name="jgit-4.18" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 5d1986931aa10f307f62859cba26aa6e2c4a8a4c..269532b000cc7d043c33dd8ef0032534802f76ca 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.19-staging" sequenceNumber="1727791458">
+<target name="jgit-4.19-staging" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 68853f5c5acbe26f7ecffc108892eaaa00972316..9a02088af8c6142d34f584a34451c2641335f83d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.20" sequenceNumber="1727791457">
+<target name="jgit-4.20" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 04ea7dc4989cec74df12351de54aea8de0c628f9..bc0c26d2ce96c6e83caa9256ae462826dca40976 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.21" sequenceNumber="1727791458">
+<target name="jgit-4.21" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 7209bcb44fd89dedcb82aba7d6e078051f9376ae..74cc894052d869bd87e39b3758c0c9a536e75cb0 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.22" sequenceNumber="1727791457">
+<target name="jgit-4.22" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 07300a1b794831e874ee1124fda3e08dc8488683..f9188671c0f6608463f0943136c5f1d030440938 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.23" sequenceNumber="1727791457">
+<target name="jgit-4.23" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index e7ad9ab2d5cafda34d9af55428147bca3717466f..9cc7f9f55c0f0430a6f1d7ff18529db5ef363568 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.24" sequenceNumber="1727791457">
+<target name="jgit-4.24" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 14a3cfcaa03ce6277e6fdb983f2205636eee64a9..c03a3237cb7bc8c7037850b16b6135fb0a4ac8e7 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.25" sequenceNumber="1727791457">
+<target name="jgit-4.25" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index a9897bacf9ae562c936c3087e82ad0ba240200fe..5dcdf5241a4d653f51f6314c5df930d5c5e82d86 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.26" sequenceNumber="1727791457">
+<target name="jgit-4.26" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index dd7a43e39959f721ce7011d2080f56dd41a5b981..a358b0d8aa85c7ced52d694e0c6fa454818a0029 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.27" sequenceNumber="1727791457">
+<target name="jgit-4.27" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index cb7ebd41ccd4a13f7846a898a0a838f45f7d3fac..bb774587d5410d700475f3a81a148bf7edffda5f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.28" sequenceNumber="1727791457">
+<target name="jgit-4.28" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 3a26f08edf3ae1c8cc3a30755aad311b3186460a..8b796f145e1b9f038851532d12231130ead0167d 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.29" sequenceNumber="1727791457">
+<target name="jgit-4.29" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 1e561237f3090ef10c2770e8ab892ccdce8e68b0..33eacefc25c61b240a84e979d545b699616ffdc3 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.30" sequenceNumber="1727791456">
+<target name="jgit-4.30" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index f019cd56291b897ca399c40adfa7657844cff16a..00e011c77a9f29fabe9af7a36f76979e3a27257f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.31" sequenceNumber="1727791457">
+<target name="jgit-4.31" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index dcc2c49ee7291191ae6f671c5a058decc6b29682..c3c95e609f1f8d55bf0fc39717593a3263f1aa42 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.32" sequenceNumber="1727791456">
+<target name="jgit-4.32" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 3c3766bd23c2b0861121047a78b7202d5817b849..d858cfa588d2115525a978daa16654c7094c82a6 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.33" sequenceNumber="1727791523">
+<target name="jgit-4.33" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index c302558eb00c6719853225d4c155c6b29af98388..fe77776b53fdb3a6776056e38c3e2db9a983d5f4 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
 <?pde?>
 <!-- generated with https://github.com/eclipse-cbi/targetplatform-dsl -->
-<target name="jgit-4.34" sequenceNumber="1727791524">
+<target name="jgit-4.34" sequenceNumber="1727792183">
   <locations>
     <location includeMode="slicer" includeAllPlatforms="false" includeSource="true" includeConfigurePhase="true" type="InstallableUnit">
       <unit id="com.jcraft.jsch" version="0.1.55.v20230916-1400"/>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.1</version>
+          <version>1.15.3</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index fe260930ba6de119af7fe5f5bd1347771604205e..5f21d76a0fd53a0895c5dc2dc40ad27d563ffc86 100644 (file)
@@ -97,12 +97,12 @@ maven bytebuddy
        dependency {
                groupId = "net.bytebuddy"
                artifactId = "byte-buddy"
-               version = "1.15.1"
+               version = "1.15.3"
        }
        dependency {
                groupId = "net.bytebuddy"
                artifactId = "byte-buddy-agent"
-               version = "1.15.1"
+               version = "1.15.3"
        }
 }
 
diff --git a/pom.xml b/pom.xml
index 5482453e61b92f5e6f75bf9fc4643b21cffe3b67..123c8058e89c33147b769aebb722cc55189e818d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <hamcrest-version>2.2</hamcrest-version>
     <assertj-version>3.26.3</assertj-version>
     <jna-version>5.14.0</jna-version>
-    <byte-buddy-version>1.15.1</byte-buddy-version>
+    <byte-buddy-version>1.15.3</byte-buddy-version>
 
     <!-- Properties to enable jacoco code coverage analysis -->
     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>