jdk24适配

This commit is contained in:
q
2025-06-17 15:48:52 +08:00
parent 7712391f29
commit ace39e4633
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@
<artifactId>parser</artifactId> <artifactId>parser</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>${project.groupId}:${project.artifactId}</name> <name>cn.qaiu:parser</name>
<description>NFD parser</description> <description>NFD parser</description>
<url>https://qaiu.top</url> <url>https://qaiu.top</url>

View File

@@ -27,7 +27,7 @@
<vertx.version>4.5.6</vertx.version> <vertx.version>4.5.6</vertx.version>
<org.reflections.version>0.10.2</org.reflections.version> <org.reflections.version>0.10.2</org.reflections.version>
<lombok.version>1.18.30</lombok.version> <lombok.version>1.18.38</lombok.version>
<slf4j.version>2.0.5</slf4j.version> <slf4j.version>2.0.5</slf4j.version>
<commons-lang3.version>3.12.0</commons-lang3.version> <commons-lang3.version>3.12.0</commons-lang3.version>
<commons-beanutils2.version>2.0.0</commons-beanutils2.version> <commons-beanutils2.version>2.0.0</commons-beanutils2.version>