File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.github.developframework</groupId >
8
8
<artifactId >expression</artifactId >
9
- <version >1.0.0 </version >
9
+ <version >1.0.1 </version >
10
10
11
11
<name >Expression Framework</name >
12
12
<url >https://github.com/developframework/expression</url >
42
42
</scm >
43
43
44
44
<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 >
48
48
</properties >
49
49
50
50
<dependencies >
51
51
<dependency >
52
52
<groupId >org.apache.commons</groupId >
53
53
<artifactId >commons-lang3</artifactId >
54
- <version >${common-lang3.version } </version >
54
+ <version >${version. common-lang3} </version >
55
55
</dependency >
56
56
<dependency >
57
57
<groupId >org.projectlombok</groupId >
58
58
<artifactId >lombok</artifactId >
59
- <version >${lombok. version} </version >
59
+ <version >${version.lombok } </version >
60
60
</dependency >
61
61
<dependency >
62
62
<groupId >org.slf4j</groupId >
63
63
<artifactId >slf4j-api</artifactId >
64
- <version >${slf4j. version} </version >
64
+ <version >${version.slf4j } </version >
65
65
</dependency >
66
66
</dependencies >
67
67
You can’t perform that action at this time.
0 commit comments