Skip to content

Commit 0921943

Browse files
committed
update dependencies
1 parent c69d7ed commit 0921943

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ AssignMark是一个针对于浙江省新赋分模式的赋分程序,本程序
1010
## 使用方法
1111

1212
1. 命令行
13-
参数详解:(**注意事项:A,I,O选项在赋分时必须使用,不进行赋分,可选h,e参数,必须是xlsx文件**
13+
参数详解:(**注意事项:A,I,O选项在赋分时必须使用,不进行赋分,可选h,e参数,必须是xlsx文件****此处的相对路径相对jar所在路径**
1414

1515
| 参数名 | 类型 | 参数描述 |
1616
|-----|-----|-------------------------|
@@ -40,8 +40,8 @@ AssignMark是一个针对于浙江省新赋分模式的赋分程序,本程序
4040
<dependency>
4141
<groupId>io.github.rocketmadev</groupId>
4242
<artifactId>AssignMark</artifactId>
43-
<version>1.1.8.3</version>
44-
<!--版本号可选1.1.8.3-core如果不需要应用实现(即只调用库)-->
43+
<version>1.1.8.4</version>
44+
<!--版本号可选1.1.8.4-core如果不需要应用实现(即只调用库)-->
4545
</dependency>
4646

4747
```

pom.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<name>assigning-mark</name>
99
<groupId>io.github.rocketmadev</groupId>
1010
<artifactId>AssignMark</artifactId>
11-
<version>1.1.8.3</version>
11+
<version>1.1.8.4</version>
1212
<inceptionYear>2021</inceptionYear>
1313
<url>https://github.com/RocketMaDev/AssignMark</url>
1414
<description>A program aiming at assigning marks for Chinese university entrance exams</description>
@@ -65,17 +65,17 @@
6565
<dependency>
6666
<groupId>org.apache.poi</groupId>
6767
<artifactId>poi</artifactId>
68-
<version>5.1.0</version>
68+
<version>5.2.2</version>
6969
</dependency>
7070
<dependency>
7171
<groupId>org.apache.poi</groupId>
7272
<artifactId>poi-ooxml-lite</artifactId>
73-
<version>5.1.0</version>
73+
<version>5.2.2</version>
7474
</dependency>
7575
<dependency>
7676
<groupId>org.apache.poi</groupId>
7777
<artifactId>poi-ooxml</artifactId>
78-
<version>5.1.0</version>
78+
<version>5.2.2</version>
7979
</dependency>
8080
<dependency>
8181
<groupId>commons-cli</groupId>
@@ -85,12 +85,12 @@
8585
<dependency>
8686
<groupId>org.apache.logging.log4j</groupId>
8787
<artifactId>log4j-api</artifactId>
88-
<version>2.17.1</version>
88+
<version>2.18.0</version>
8989
</dependency>
9090
<dependency>
9191
<groupId>org.apache.logging.log4j</groupId>
9292
<artifactId>log4j-core</artifactId>
93-
<version>2.17.1</version>
93+
<version>2.18.0</version>
9494
</dependency>
9595
</dependencies>
9696

src/main/resources/amres/gui/Copyright.fxml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@
2727
AnchorPane.topAnchor="198.0"/>
2828
<Hyperlink layoutX="329.0" layoutY="204.0" onAction="#licenseClicked" prefWidth="318.0"
2929
text="./blob/maven/LICENSE OF USED LIBS" AnchorPane.leftAnchor="329.0" AnchorPane.rightAnchor="40.0"/>
30-
<Label layoutX="40.0" layoutY="250.0" text="当前版本:1.1.8.3" AnchorPane.topAnchor="251.0"/>
30+
<Label layoutX="40.0" layoutY="250.0" text="当前版本:1.1.8.4" AnchorPane.topAnchor="251.0"/>
3131
<Label fx:id="errLabel" layoutX="40.0" layoutY="291.0" text="不支持在浏览器中打开!请自行打开" textFill="RED" visible="false"/>
3232
</AnchorPane>

0 commit comments

Comments
 (0)