Skip to content

Commit

Permalink
Update to joda time 2.10.2 (#42199)
Browse files Browse the repository at this point in the history
  • Loading branch information
spinscale committed May 20, 2019
1 parent b4a413c commit c72c76b
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildSrc/version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ slf4j = 1.6.2
jna = 4.5.1

netty = 4.1.35.Final
joda = 2.10.1
joda = 2.10.2

# when updating this version, you need to ensure compatibility with:
# - plugins/ingest-attachment (transitive dependency, check the upstream POM)
Expand Down
1 change: 0 additions & 1 deletion server/licenses/joda-time-2.10.1.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions server/licenses/joda-time-2.10.2.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a079fc39ccc3de02acdeb7117443e5d9bd431687
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@

public class DateUtilsTests extends ESTestCase {
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList(
"Eire", "Europe/Dublin" // dublin timezone in joda does not account for DST
"Eire", "Europe/Dublin", // dublin timezone in joda does not account for DST
"Asia/Qostanay" // this has been added in joda 2.10.2 but is not part of the JDK 12.0.1 tzdata yet
));

public void testTimezoneIds() {
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
a079fc39ccc3de02acdeb7117443e5d9bd431687

0 comments on commit c72c76b

Please sign in to comment.