Skip to content

Commit 9781761

Browse files
1.0.1版本更新 提高依赖jar包的版本号
1 parent f43900a commit 9781761

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.github.developframework</groupId>
88
<artifactId>expression</artifactId>
9-
<version>1.0.0</version>
9+
<version>1.0.1</version>
1010

1111
<name>Expression Framework</name>
1212
<url>https://github.com/developframework/expression</url>
@@ -42,26 +42,26 @@
4242
</scm>
4343

4444
<properties>
45-
<common-lang3.version>3.4</common-lang3.version>
46-
<lombok.version>1.16.10</lombok.version>
47-
<slf4j.version>1.7.24</slf4j.version>
45+
<version.common-lang3>3.7</version.common-lang3>
46+
<version.lombok>1.16.20</version.lombok>
47+
<version.slf4j>1.7.25</version.slf4j>
4848
</properties>
4949

5050
<dependencies>
5151
<dependency>
5252
<groupId>org.apache.commons</groupId>
5353
<artifactId>commons-lang3</artifactId>
54-
<version>${common-lang3.version}</version>
54+
<version>${version.common-lang3}</version>
5555
</dependency>
5656
<dependency>
5757
<groupId>org.projectlombok</groupId>
5858
<artifactId>lombok</artifactId>
59-
<version>${lombok.version}</version>
59+
<version>${version.lombok}</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>org.slf4j</groupId>
6363
<artifactId>slf4j-api</artifactId>
64-
<version>${slf4j.version}</version>
64+
<version>${version.slf4j}</version>
6565
</dependency>
6666
</dependencies>
6767

0 commit comments

Comments
 (0)