Skip to content

Commit a1bb9ba

Browse files
authored
[CVE-2026-24400] Upgrade assertj-core to 3.27.7 (#5100)
* [CVE] Upgrade assertj-core to 3.27.7 Signed-off-by: Jialiang Liang <jiallian@amazon.com> * update release not of 3.5 Signed-off-by: Jialiang Liang <jiallian@amazon.com> --------- Signed-off-by: Jialiang Liang <jiallian@amazon.com>
1 parent 9886100 commit a1bb9ba

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

common/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
implementation "com.github.seancfoley:ipaddress:5.4.2"
4646

4747
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
48-
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.9.1'
48+
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.7'
4949
testImplementation group: 'com.google.guava', name: 'guava', version: "${guava_version}"
5050
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: "${hamcrest_version}"
5151
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')

release-notes/opensearch-sql.release-notes-3.5.0.0.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,3 +74,4 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.5.0
7474
* Remove shadow jar task from build file ([#4955](https://github.com/opensearch-project/sql/pull/4955))
7575
* Add Frequently Used Big5 PPL Queries ([#4976](https://github.com/opensearch-project/sql/pull/4976))
7676
* Increment version to 3.5.0 ([#5040](https://github.com/opensearch-project/sql/pull/5040))
77+
* Upgrade assertj-core to 3.27.7 ([#5100](https://github.com/opensearch-project/sql/pull/5100))

0 commit comments

Comments
 (0)