Skip to content

Commit 5e72e1d

Browse files
cwperkspeternied
andauthored
Bump joda from 2.12.2 to 2.12.7 (#13193)
Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Peter Nied <petern@amazon.com> Co-authored-by: Peter Nied <petern@amazon.com>
1 parent 3d1d5e7 commit 5e72e1d

File tree

5 files changed

+4
-3
lines changed

5 files changed

+4
-3
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3636
- Bump Apache Tika from 2.6.0 to 2.9.2 ([#12627](https://github.com/opensearch-project/OpenSearch/pull/12627))
3737
- Bump `com.gradle.enterprise` from 3.16.2 to 3.17.1 ([#13116](https://github.com/opensearch-project/OpenSearch/pull/13116), [#13191](https://github.com/opensearch-project/OpenSearch/pull/13191))
3838
- Bump `gradle/wrapper-validation-action` from 2 to 3 ([#13192](https://github.com/opensearch-project/OpenSearch/pull/13192))
39+
- Bump joda from 2.12.2 to 2.12.7 ([#13193](https://github.com/opensearch-project/OpenSearch/pull/13193))
3940

4041
### Changed
4142
- [BWC and API enforcement] Enforcing the presence of API annotations at build time ([#12872](https://github.com/opensearch-project/OpenSearch/pull/12872))

buildSrc/version.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jakarta_annotation = 1.3.5
2727
jna = 5.13.0
2828

2929
netty = 4.1.108.Final
30-
joda = 2.12.2
30+
joda = 2.12.7
3131

3232
# project reactor
3333
reactor_netty = 1.1.17

server/licenses/joda-time-2.12.2.jar.sha1

-1
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
d015b997eccd511e5567218a51651ff0625f6f25

server/src/test/java/org/opensearch/common/time/DateUtilsTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
import static org.hamcrest.Matchers.is;
5959

6060
public class DateUtilsTests extends OpenSearchTestCase {
61-
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList("America/Ciudad_Juarez"));
61+
private static final Set<String> IGNORE = new HashSet<>(Arrays.asList("Antarctica/Vostok"));
6262

6363
public void testTimezoneIds() {
6464
assertNull(DateUtils.dateTimeZoneToZoneId(null));

0 commit comments

Comments
 (0)