Skip to content
Open
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

### Maintenance
- Bump `at.yawk.lz4:lz4-java` from 1.10.2 to 1.10.3 ([#5938](https://github.com/opensearch-project/security/pull/5938))
- Bump `open_saml_version` from 5.1.6 to 5.2.0 ([#5935](https://github.com/opensearch-project/security/pull/5935))

### Removed

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
common_utils_version = System.getProperty("common_utils.version", '3.2.0.0')

kafka_version = '4.1.1'
open_saml_version = '5.1.6'
open_saml_version = '5.2.0'
open_saml_shib_version = "9.1.4"
one_login_java_saml = '2.9.0'
jjwt_version = '0.13.0'
Expand Down
2 changes: 1 addition & 1 deletion libs/opensaml/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'maven-publish'

buildscript {
ext {
open_saml_version = '5.1.6'
open_saml_version = '5.2.0'
open_saml_shib_version = "9.1.6"
}

Expand Down
Loading