[jOOQ/jOOQ#14519] Upgrade asm and bytebuddy to support JDK 19 tests
This commit is contained in:
parent
1bd9b56c32
commit
5cfdf08426
8
pom.xml
8
pom.xml
@ -706,12 +706,12 @@
|
||||
<artifactId>maven-plugin-plugin</artifactId>
|
||||
<version>3.6.0</version>
|
||||
|
||||
<!-- Required for Java 16 -->
|
||||
<!-- Required for Java 19 -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.1</version>
|
||||
<version>9.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
@ -804,12 +804,12 @@
|
||||
<testNGArtifactName>none:none</testNGArtifactName>
|
||||
</configuration>
|
||||
|
||||
<!-- Required for Java 16 -->
|
||||
<!-- Required for Java 19 -->
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.ow2.asm</groupId>
|
||||
<artifactId>asm</artifactId>
|
||||
<version>9.1</version>
|
||||
<version>9.4</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</plugin>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user