This is an automated email from the ASF dual-hosted git repository. lahirujayathilake pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/airavata-custos.git
commit fc3e81397411d46793d9ae23971d459b366aa7bd Author: lahiruj <[email protected]> AuthorDate: Thu Oct 16 16:59:45 2025 -0400 use the spring boot compatible net.bytebuddy version --- amie-decoder/pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/amie-decoder/pom.xml b/amie-decoder/pom.xml index 82816c87a..af78ecb9f 100644 --- a/amie-decoder/pom.xml +++ b/amie-decoder/pom.xml @@ -86,14 +86,10 @@ <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> - <version>1.15.10</version> - <scope>test</scope> </dependency> <dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> - <version>1.15.10</version> - <scope>test</scope> </dependency> </dependencies>
