Skip to content

Commit a55b3e3

Browse files
authored
Merge pull request #2 from zkhssb/zh_cn
feat: 真的支持Java21
2 parents ccd6149 + 0364592 commit a55b3e3

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<mainClass>io.github.vimasig.bozar/io.github.vimasig.bozar.ui.App</mainClass>
1313
<encoding>UTF-8</encoding>
1414
</properties>
15-
1615
<build>
1716
<resources>
1817
<resource>
@@ -46,7 +45,6 @@
4645
</manifestEntries>
4746
<manifest>
4847
<mainClass>${mainClass}</mainClass>
49-
5048
</manifest>
5149
</archive>
5250
</configuration>
@@ -87,22 +85,22 @@
8785
<dependency>
8886
<groupId>org.ow2.asm</groupId>
8987
<artifactId>asm</artifactId>
90-
<version>9.2</version>
88+
<version>9.7</version>
9189
</dependency>
9290
<dependency>
9391
<groupId>org.ow2.asm</groupId>
9492
<artifactId>asm-tree</artifactId>
95-
<version>9.2</version>
93+
<version>9.7</version>
9694
</dependency>
9795
<dependency>
9896
<groupId>org.ow2.asm</groupId>
9997
<artifactId>asm-commons</artifactId>
100-
<version>9.2</version>
98+
<version>9.7</version>
10199
</dependency>
102100
<dependency>
103101
<groupId>org.ow2.asm</groupId>
104102
<artifactId>asm-util</artifactId>
105-
<version>9.2</version>
103+
<version>9.7</version>
106104
</dependency>
107105

108106
<!-- Gson -->

0 commit comments

Comments
 (0)