Skip to content

Commit

Permalink
Bump org.apache.shiro:shiro-core from 1.11.0 to 1.13.0
Browse files Browse the repository at this point in the history
Signed-off-by: Kunal Kotwani <[email protected]>
  • Loading branch information
kotwanikunal committed Feb 6, 2024
1 parent 52b27f4 commit e1f139e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Bump `com.diffplug.spotless` from 6.23.2 to 6.25.0 ([#11962](https:/opensearch-project/OpenSearch/pull/11962), [#12055](https:/opensearch-project/OpenSearch/pull/12055))
- Bump `com.google.cloud:google-cloud-core` from 2.5.10 to 2.30.0 ([#11961](https:/opensearch-project/OpenSearch/pull/11961))
- Bump `reactor-core` from 3.5.11 to 3.5.14 ([#12042](https:/opensearch-project/OpenSearch/pull/12042))
- Bump `org.apache.shiro:shiro-core` from 1.11.0 to 1.13.0 ([#12200](https:/opensearch-project/OpenSearch/pull/12200))
- Bump `com.google.http-client:google-http-client-jackson2` from 1.43.3 to 1.44.1 ([#12059](https:/opensearch-project/OpenSearch/pull/12059))
- Bump `peter-evans/create-issue-from-file` from 4 to 5 ([#12057](https:/opensearch-project/OpenSearch/pull/12057))
- Bump `org.gradle.test-retry` from 1.5.4 to 1.5.8 ([#12168](https:/opensearch-project/OpenSearch/pull/12168))
Expand Down
2 changes: 1 addition & 1 deletion plugins/identity-shiro/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ opensearchplugin {
}

dependencies {
implementation 'org.apache.shiro:shiro-core:1.11.0'
implementation 'org.apache.shiro:shiro-core:1.13.0'

// Needed for shiro
implementation "org.slf4j:slf4j-api:${versions.slf4j}"
Expand Down
1 change: 0 additions & 1 deletion plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1

This file was deleted.

1 change: 1 addition & 0 deletions plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
7e542e3d614b197bf10005e98e19f9f19cb943e7

0 comments on commit e1f139e

Please sign in to comment.