From 13dc34203e0855007f6fa1febea26e703bc6ca06 Mon Sep 17 00:00:00 2001
From: Kunal Kotwani <kkotwani@amazon.com>
Date: Tue, 6 Feb 2024 17:27:08 -0800
Subject: [PATCH] Bump org.apache.shiro:shiro-core from 1.11.0 to 1.13.0
 (#12200)

Signed-off-by: Kunal Kotwani <kkotwani@amazon.com>
---
 CHANGELOG.md                                               | 1 +
 plugins/identity-shiro/build.gradle                        | 2 +-
 plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1 | 1 -
 plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1 | 1 +
 4 files changed, 3 insertions(+), 2 deletions(-)
 delete mode 100644 plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1
 create mode 100644 plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0f18d4798a80f..793079b5ec9d0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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://github.com/opensearch-project/OpenSearch/pull/11962), [#12055](https://github.com/opensearch-project/OpenSearch/pull/12055))
 - Bump `com.google.cloud:google-cloud-core` from 2.5.10 to 2.30.0 ([#11961](https://github.com/opensearch-project/OpenSearch/pull/11961))
 - Bump `reactor-core` from 3.5.11 to 3.5.14 ([#12042](https://github.com/opensearch-project/OpenSearch/pull/12042))
+- Bump `org.apache.shiro:shiro-core` from 1.11.0 to 1.13.0 ([#12200](https://github.com/opensearch-project/OpenSearch/pull/12200))
 - Bump `com.google.http-client:google-http-client-jackson2` from 1.43.3 to 1.44.1 ([#12059](https://github.com/opensearch-project/OpenSearch/pull/12059))
 - Bump `peter-evans/create-issue-from-file` from 4 to 5 ([#12057](https://github.com/opensearch-project/OpenSearch/pull/12057))
 - Bump `org.gradle.test-retry` from 1.5.4 to 1.5.8 ([#12168](https://github.com/opensearch-project/OpenSearch/pull/12168))
diff --git a/plugins/identity-shiro/build.gradle b/plugins/identity-shiro/build.gradle
index baa3464d0a98e..1548780aaa566 100644
--- a/plugins/identity-shiro/build.gradle
+++ b/plugins/identity-shiro/build.gradle
@@ -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}"
diff --git a/plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1 b/plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1
deleted file mode 100644
index 67c33e15ec689..0000000000000
--- a/plugins/identity-shiro/licenses/shiro-core-1.11.0.jar.sha1
+++ /dev/null
@@ -1 +0,0 @@
-033a70c87e91968a299f1ee00f4e95050312346d
\ No newline at end of file
diff --git a/plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1 b/plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1
new file mode 100644
index 0000000000000..25bd4d9acd166
--- /dev/null
+++ b/plugins/identity-shiro/licenses/shiro-core-1.13.0.jar.sha1
@@ -0,0 +1 @@
+7e542e3d614b197bf10005e98e19f9f19cb943e7
\ No newline at end of file