Update joda lib to fix UTC +13/+14 bug (#3876)
* Update joda lib to fix UTC 13/14 bug * Change the dependencies file.
This commit is contained in:
parent
89923d6a93
commit
2c4caedabb
|
|
@ -250,7 +250,7 @@ The text of each license is the standard Apache 2.0 license.
|
|||
LMAX Ltd.(disruptor) 3.3.6: https://github.com/LMAX-Exchange/disruptor , Apache 2.0
|
||||
Eclipse (Jetty) 3.3.6: https://www.eclipse.org/jetty/ , Apache 2.0 and Eclipse Public License 1.0
|
||||
SnakeYAML 1.18: http://www.snakeyaml.org , Apache 2.0
|
||||
Joda-Time 2.9.9: http://www.joda.org/joda-time/ , Apache 2.0
|
||||
Joda-Time 2.10.5: http://www.joda.org/joda-time/ , Apache 2.0
|
||||
Joda-Convert 1.2: http://www.joda.org/joda-convert/ , Apache 2.0
|
||||
Spring Framework 4.3.14.RELEASE: https://github.com/spring-projects/spring-framework, Apache 2.0
|
||||
Spring Boot 1.5.10: https://spring.io/, Apache 2.0
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
<commons-dbcp.version>1.4</commons-dbcp.version>
|
||||
<commons-io.version>2.6</commons-io.version>
|
||||
<elasticsearch.version>6.3.2</elasticsearch.version>
|
||||
<joda-time.version>2.9.9</joda-time.version>
|
||||
<joda-time.version>2.10.5</joda-time.version>
|
||||
<kubernetes.version>4.0.0</kubernetes.version>
|
||||
<hikaricp.version>3.1.0</hikaricp.version>
|
||||
<zipkin.version>2.9.1</zipkin.version>
|
||||
|
|
|
|||
|
|
@ -83,7 +83,7 @@ jetty-util-9.4.2.v20170220.jar
|
|||
jline-0.9.94.jar
|
||||
jna-4.5.1.jar
|
||||
joda-convert-1.2.jar
|
||||
joda-time-2.9.9.jar
|
||||
joda-time-2.10.5.jar
|
||||
jopt-simple-4.6.jar
|
||||
json-flattener-0.6.0.jar
|
||||
jsr305-1.3.9.jar
|
||||
|
|
|
|||
Loading…
Reference in New Issue