Fixed Byte Buddy version
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
All checks were successful
Gitea/swiss-backend/pipeline/head This commit looks good
This commit is contained in:
9
pom.xml
9
pom.xml
@@ -112,7 +112,7 @@
|
|||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.hibernate.orm.tooling</groupId>
|
<groupId>org.hibernate.orm.tooling</groupId>
|
||||||
<artifactId>hibernate-enhance-maven-plugin</artifactId>
|
<artifactId>hibernate-enhance-maven-plugin</artifactId>
|
||||||
<version>${hibernate.version}</version>
|
<version>6.6.31.Final</version>
|
||||||
<executions>
|
<executions>
|
||||||
<execution>
|
<execution>
|
||||||
<id>enhance</id>
|
<id>enhance</id>
|
||||||
@@ -126,6 +126,13 @@
|
|||||||
</configuration>
|
</configuration>
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>net.bytebuddy</groupId>
|
||||||
|
<artifactId>byte-buddy</artifactId>
|
||||||
|
<version>1.17.7</version>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
</plugin>
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<groupId>org.graalvm.buildtools</groupId>
|
<groupId>org.graalvm.buildtools</groupId>
|
||||||
|
|||||||
Reference in New Issue
Block a user