[jOOQ/jOOQ#14519] Upgrade xtend to support JDK 19
This commit is contained in:
parent
b23b976c2e
commit
43be53b427
4
pom.xml
4
pom.xml
@ -286,7 +286,7 @@
|
||||
<dependency>
|
||||
<groupId>org.eclipse.xtend</groupId>
|
||||
<artifactId>org.eclipse.xtend.lib</artifactId>
|
||||
<version>2.25.0</version>
|
||||
<version>2.29.0</version>
|
||||
</dependency>
|
||||
|
||||
<!-- From JDK 9 onwards, the JAXB dependency needs to be made explicit -->
|
||||
@ -781,7 +781,7 @@
|
||||
<plugin>
|
||||
<groupId>org.eclipse.xtend</groupId>
|
||||
<artifactId>xtend-maven-plugin</artifactId>
|
||||
<version>2.25.0</version>
|
||||
<version>2.29.0</version>
|
||||
|
||||
<configuration>
|
||||
<encoding>UTF-8</encoding>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user