forked from plusone/plusone-commons
更新依赖。
This commit is contained in:
parent
3c179f1488
commit
0c3e3f77ce
13
.editorconfig
Normal file
13
.editorconfig
Normal file
@ -0,0 +1,13 @@
|
||||
root = true
|
||||
|
||||
[*]
|
||||
# 缩进
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
# 行尾
|
||||
end_of_line = lf
|
||||
# 字符集
|
||||
charset = utf-8
|
||||
#
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
4
pom.xml
4
pom.xml
@ -13,8 +13,8 @@
|
||||
<java.version>1.8</java.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<commons-lang3.version>3.16.0</commons-lang3.version>
|
||||
<guava.version>33.2.1-jre</guava.version>
|
||||
<commons-lang3.version>3.17.0</commons-lang3.version>
|
||||
<guava.version>33.3.1-jre</guava.version>
|
||||
<joda-time.version>2.12.7</joda-time.version>
|
||||
</properties>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user