Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
implementation "com.github.seancfoley:ipaddress:5.4.2"

testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.9.1'
testImplementation group: 'org.assertj', name: 'assertj-core', version: '3.27.7'
testImplementation group: 'com.google.guava', name: 'guava', version: "${guava_version}"
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: "${hamcrest_version}"
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
Expand Down
1 change: 1 addition & 0 deletions release-notes/opensearch-sql.release-notes-3.5.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,3 +74,4 @@ Compatible with OpenSearch and OpenSearch Dashboards version 3.5.0
* Remove shadow jar task from build file ([#4955](https://github.com/opensearch-project/sql/pull/4955))
* Add Frequently Used Big5 PPL Queries ([#4976](https://github.com/opensearch-project/sql/pull/4976))
* Increment version to 3.5.0 ([#5040](https://github.com/opensearch-project/sql/pull/5040))
* Upgrade assertj-core to 3.27.7 ([#5100](https://github.com/opensearch-project/sql/pull/5100))
Loading