summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorMichael Williamson <mike@zwobble.org>2026-06-27 19:47:19 +0100
committerMichael Williamson <mike@zwobble.org>2026-06-27 19:47:19 +0100
commit465ed2b7568fbabfbcde0868d253dd10d5a6a23c (patch)
tree2137422352198356e73c0d4c9423b6e2fb6bb71a /pom.xml
parent9c2421d317068021c64a42be9f785e5ec73afd43 (diff)
Set Java version to 25
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 6e6444f..b18c923 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,8 +140,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<configuration>
- <source>21</source>
- <target>21</target>
+ <source>25</source>
+ <target>25</target>
</configuration>
</plugin>
<plugin>