]> source.dussan.org Git - jgit.git/commitdiff
Update bytebuddy to 1.15.1 48/1200648/1
authorMatthias Sohn <matthias.sohn@sap.com>
Thu, 12 Sep 2024 07:31:00 +0000 (09:31 +0200)
committerMatthias Sohn <matthias.sohn@sap.com>
Thu, 12 Sep 2024 07:40:01 +0000 (09:40 +0200)
Change-Id: I244dab5dec191497ad794cd16884f2392d0fa3b8

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 1fb967fbc5494a7c44542fa6241b2c550fc8c665..2f1d66a4a6d12b451ff91ce0ab1ea1c08a4076e0 100644 (file)
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -220,18 +220,18 @@ maven_jar(
     sha1 = "0d26263eb7524252d98e602fc6942996a3195e29",
 )
 
-BYTE_BUDDY_VERSION = "1.15.0"
+BYTE_BUDDY_VERSION = "1.15.1"
 
 maven_jar(
     name = "bytebuddy",
     artifact = "net.bytebuddy:byte-buddy:" + BYTE_BUDDY_VERSION,
-    sha1 = "a5b1159b91c5334015de0f22ab4b1188cd42bbff",
+    sha1 = "3072da2184d49cf642d22badee2ce36b2d6dfb92",
 )
 
 maven_jar(
     name = "bytebuddy-agent",
     artifact = "net.bytebuddy:byte-buddy-agent:" + BYTE_BUDDY_VERSION,
-    sha1 = "e32740c43acebaac9d55b86399ecf6a5df3c17fb",
+    sha1 = "d5c8cbe2c1b94a5efa3f9f0736e1b3f00b5f6103",
 )
 
 maven_jar(
index e996aebab1747f1eb8540308ec2b4d7027beb1fc..b022e8bc528ac436c1b580086413834dd71e4855 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="1724850720">
+<target name="jgit-4.17" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index cd4f935941363401370ddbcc65a30aa2eb4ab24c..e23b36b5738fb5923ba71c2806daf01a20cfc7f3 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="1724850721">
+<target name="jgit-4.18" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 01e80710263ab0c0a66c367ca49661cb09bbbd39..6b8534e30fb255859610fd110ffc9fbb2e118fb9 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="1724850720">
+<target name="jgit-4.19-staging" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 7dbb163db05b02d333a6d9ad71ccd7c1b2ad53aa..881233d3756445f830ac210966fa2410190ad5dc 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="1724850720">
+<target name="jgit-4.20" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 985fee0deeaf8590beaf6740ff333b2679c21243..1e18efef63a814fdd1c632945d57c8952c0361eb 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="1724850720">
+<target name="jgit-4.21" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index afd61cf717d8fd74e716fc559440d96ea3b430d0..970f6864cd887580e7a3c50e1eaa9ab877e76a8c 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="1724850719">
+<target name="jgit-4.22" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 0309d2f84436010c022c67029de85d4511b158f5..39cf22da2f1e8ccb53b3774bd8e968cf5cc0154e 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="1724850719">
+<target name="jgit-4.23" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 0ed6d80ca901e73dbd77254442e26ce1570bf8e3..8f5781495bc9fe9831bf33caee6e2679f47de3b2 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="1724850719">
+<target name="jgit-4.24" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index b081af4a10f6c15e1de304e9cb9d147295d38345..9d5a2e219f83904885ef609c3569ef8e4f3ddeb1 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="1724850719">
+<target name="jgit-4.25" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 5874693f6b539ac78d4291e16070661aeb8eadda..389de395f3a2f4fa5eadc3607576e8ac0c588dde 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="1724850719">
+<target name="jgit-4.26" sequenceNumber="1726126787">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index e192b624b36627a4d11a2ab9d337f3f5bf74779d..166bfc1f643e2514e1e473667dac0af00a514feb 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="1724850719">
+<target name="jgit-4.27" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 3875520cb4846ee8dd98fac5cad5a23eebc11fe1..e295607540d5d7f64cdfc66f2ce295b859cac410 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="1724850719">
+<target name="jgit-4.28" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 01ae4ac55076c5fd7cc36f8efceb472b4f8391b9..44d4f67da01f49a67f49d44e0834ab6234d3e015 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="1724850719">
+<target name="jgit-4.29" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 1651587a136b96b473133b46c982fa876a6ccaf6..d1348fb37ba019ff977a6023b36688df3ac8ceb1 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="1724850719">
+<target name="jgit-4.30" sequenceNumber="1726126785">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 9141303103cb899bb58244e9a3da22ca77531847..41f3aae44b7f87c6eeebea10bd8d44895e17ec2d 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="1724850719">
+<target name="jgit-4.31" sequenceNumber="1726126786">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 26524a9aa283de3a212815ce75de5dade7c400e4..125c550e1627842ffdaa4a6318dd297feb5f2c0a 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="1724850719">
+<target name="jgit-4.32" sequenceNumber="1726126785">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index f009edacea950a80a2818d4b19a042dd9de61a5b..ed5e230344c5a3dec2b17552e9f12695f0c3b7c7 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="1726123915">
+<target name="jgit-4.33" sequenceNumber="1726126784">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 468489f3fe56051dd6952bf68aee4788acb73e00..cfa05d74cb2c52e0992562fa9fafa3d570e13171 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="1726124076">
+<target name="jgit-4.34" sequenceNumber="1726126784">
   <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.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
         <dependency>
           <groupId>net.bytebuddy</groupId>
           <artifactId>byte-buddy-agent</artifactId>
-          <version>1.15.0</version>
+          <version>1.15.1</version>
           <type>jar</type>
         </dependency>
       </dependencies>
index 8718535c78d2de60aaa30e3ed879cb6dcc06e73d..fda99489b6c3acecd6d6b83dbd2be9a794b2d2d0 100644 (file)
@@ -97,12 +97,12 @@ maven bytebuddy
        dependency {
                groupId = "net.bytebuddy"
                artifactId = "byte-buddy"
-               version = "1.15.0"
+               version = "1.15.1"
        }
        dependency {
                groupId = "net.bytebuddy"
                artifactId = "byte-buddy-agent"
-               version = "1.15.0"
+               version = "1.15.1"
        }
 }
 
diff --git a/pom.xml b/pom.xml
index 9ea1eb27a4ee7bda3f78599ada8cc7a848046bc7..04893c9fb12e285de045687782b87bfa8e77ecb7 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.0</byte-buddy-version>
+    <byte-buddy-version>1.15.1</byte-buddy-version>
 
     <!-- Properties to enable jacoco code coverage analysis -->
     <sonar.core.codeCoveragePlugin>jacoco</sonar.core.codeCoveragePlugin>