mirror of https://github.com/apache/druid.git
Bump Joda-Time version for current DateTimeZone data (#13999)
This commit is contained in:
parent
8dce3ca4d5
commit
ccdf30e399
|
@ -1558,7 +1558,7 @@ name: Joda-Time
|
||||||
license_category: binary
|
license_category: binary
|
||||||
module: java-core
|
module: java-core
|
||||||
license_name: Apache License version 2.0
|
license_name: Apache License version 2.0
|
||||||
version: 2.10.5
|
version: 2.12.4
|
||||||
libraries:
|
libraries:
|
||||||
- joda-time: joda-time
|
- joda-time: joda-time
|
||||||
notices:
|
notices:
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -671,7 +671,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>joda-time</groupId>
|
<groupId>joda-time</groupId>
|
||||||
<artifactId>joda-time</artifactId>
|
<artifactId>joda-time</artifactId>
|
||||||
<version>2.10.5</version>
|
<version>2.12.4</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.google.code.findbugs</groupId>
|
<groupId>com.google.code.findbugs</groupId>
|
||||||
|
|
Loading…
Reference in New Issue