Skip to content

Commit a9f36bf

Browse files
committed
Bump joda-time from 2.12.2 to 2.12.7
Addresses CVE-2024-23080 Signed-off-by: Peter Nied <petern@amazon.com>
1 parent 6afbcd4 commit a9f36bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
3535
- Bump Apache Tika from 2.6.0 to 2.9.2 ([#12627](https://github.com/opensearch-project/OpenSearch/pull/12627))
3636
- 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))
3737
- Bump `gradle/wrapper-validation-action` from 2 to 3 ([#13192](https://github.com/opensearch-project/OpenSearch/pull/13192))
38+
- Bump `joda-time` from 2.12.2 to 2.12.7 ([#](https://github.com/opensearch-project/OpenSearch/pull/))
3839

3940
### Changed
4041
- [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

0 commit comments

Comments
 (0)