Update BouncyCastle to 1.78

Update Byte Buddy to 1.14.13
This commit is contained in:
Corneil du Plessis
2024-05-16 13:05:36 +02:00
parent 681d3fb343
commit d93df7f0ea

17
pom.xml
View File

@@ -151,7 +151,8 @@
<xmlunit1.version>1.6</xmlunit1.version>
<xmlunit.version>2.10.0</xmlunit.version>
<xom.version>1.3.7</xom.version>
<bouncycastle.version>1.77</bouncycastle.version>
<bouncycastle.version>1.78</bouncycastle.version>
<byte-buddy.version>1.14.13</byte-buddy.version>
<spring-asciidoctor-backends.version>0.0.5</spring-asciidoctor-backends.version>
</properties>
@@ -251,6 +252,18 @@
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>${byte-buddy.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.easymock</groupId>
<artifactId>easymock</artifactId>
@@ -305,7 +318,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
</plugin>
<plugin>