Skip to content

Commit 9118420

Browse files
domewastakendome
and
dome
authored
libtiled-java: Updated dependencies to fix bug in java 21 (#4205)
updated maven-jaxb2-plugin to 0.15.3 updated jaxb-runtime to 2.3.6 Co-authored-by: dome <[email protected]>
1 parent 159c396 commit 9118420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

util/java/libtiled-java/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<plugin>
6868
<groupId>org.jvnet.jaxb2.maven2</groupId>
6969
<artifactId>maven-jaxb2-plugin</artifactId>
70-
<version>0.14.0</version>
70+
<version>0.15.3</version>
7171
<configuration>
7272
<args>
7373
<arg>-Xannotate</arg>
@@ -210,7 +210,7 @@
210210
<dependency>
211211
<groupId>org.glassfish.jaxb</groupId>
212212
<artifactId>jaxb-runtime</artifactId>
213-
<version>2.3.3</version>
213+
<version>2.3.6</version>
214214
</dependency>
215215
</dependencies>
216216
</profile>

0 commit comments

Comments
 (0)