Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class DependencyConstraints {
deps.put("log4j.version", "2.25.4")
deps.put("log4j-slf4j2-impl.version", "2.23.1")
deps.put("micrometer.version", "1.14.0")
deps.put("shiro.version", "2.1.0")
deps.put("shiro.version", "2.2.1")
// GEODE-10583: Pin Bouncy Castle (transitive via shiro-crypto-hash) to a fixed version
deps.put("bouncycastle.version", "1.84")
deps.put("slf4j-api.version", "2.0.17")
Expand Down
22 changes: 11 additions & 11 deletions geode-assembly/src/integrationTest/resources/assembly_content.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1032,17 +1032,17 @@ lib/ra.jar
lib/reactive-streams-1.0.4.jar
lib/reactor-core-3.6.10.jar
lib/rmiio-2.1.2.jar
lib/shiro-cache-2.1.0.jar
lib/shiro-config-core-2.1.0.jar
lib/shiro-config-ogdl-2.1.0.jar
lib/shiro-core-2.1.0.jar
lib/shiro-crypto-cipher-2.1.0.jar
lib/shiro-crypto-core-2.1.0.jar
lib/shiro-crypto-hash-2.1.0.jar
lib/shiro-event-2.1.0.jar
lib/shiro-hashes-argon2-2.1.0.jar
lib/shiro-hashes-bcrypt-2.1.0.jar
lib/shiro-lang-2.1.0.jar
lib/shiro-cache-2.2.1.jar
lib/shiro-config-core-2.2.1.jar
lib/shiro-config-ogdl-2.2.1.jar
lib/shiro-core-2.2.1.jar
lib/shiro-crypto-cipher-2.2.1.jar
lib/shiro-crypto-core-2.2.1.jar
lib/shiro-crypto-hash-2.2.1.jar
lib/shiro-event-2.2.1.jar
lib/shiro-hashes-argon2-2.2.1.jar
lib/shiro-hashes-bcrypt-2.2.1.jar
lib/shiro-lang-2.2.1.jar
lib/slf4j-api-2.0.17.jar
lib/snakeyaml-2.3.jar
lib/snappy-0.5.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ HikariCP-4.0.3.jar
antlr-2.7.7.jar
istack-commons-runtime-4.1.1.jar
commons-validator-1.7.jar
shiro-core-2.1.0.jar
shiro-config-ogdl-2.1.0.jar
shiro-core-2.2.1.jar
shiro-config-ogdl-2.2.1.jar
commons-beanutils-1.11.0.jar
commons-codec-1.15.jar
commons-collections-3.2.2.jar
Expand Down Expand Up @@ -98,15 +98,15 @@ jetty-security-12.0.33.jar
jetty-server-12.0.33.jar
snappy-0.5.jar
jgroups-3.6.20.Final.jar
shiro-cache-2.1.0.jar
shiro-crypto-hash-2.1.0.jar
shiro-crypto-cipher-2.1.0.jar
shiro-config-core-2.1.0.jar
shiro-event-2.1.0.jar
shiro-crypto-core-2.1.0.jar
shiro-lang-2.1.0.jar
shiro-hashes-argon2-2.1.0.jar
shiro-hashes-bcrypt-2.1.0.jar
shiro-cache-2.2.1.jar
shiro-crypto-hash-2.2.1.jar
shiro-crypto-cipher-2.2.1.jar
shiro-config-core-2.2.1.jar
shiro-event-2.2.1.jar
shiro-crypto-core-2.2.1.jar
shiro-lang-2.2.1.jar
shiro-hashes-argon2-2.2.1.jar
shiro-hashes-bcrypt-2.2.1.jar
jetty-xml-12.0.33.jar
jetty-http-12.0.33.jar
jetty-io-12.0.33.jar
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jakarta.enterprise.cdi-api-4.0.1.jar
jakarta.interceptor-api-2.1.0.jar
jakarta.annotation-api-2.1.1.jar
jakarta.transaction-api-2.0.1.jar
shiro-core-2.1.0.jar
shiro-core-2.2.1.jar
jgroups-3.6.20.Final.jar
commons-validator-1.7.jar
fastutil-8.5.8.jar
Expand All @@ -82,7 +82,7 @@ lucene-analysis-common-9.12.3.jar
lucene-queryparser-9.12.3.jar
lucene-queries-9.12.3.jar
lucene-core-9.12.3.jar
shiro-config-ogdl-2.1.0.jar
shiro-config-ogdl-2.2.1.jar
commons-beanutils-1.11.0.jar
commons-codec-1.15.jar
commons-collections-3.2.2.jar
Expand All @@ -98,15 +98,15 @@ jetty-session-12.0.33.jar
jetty-plus-12.0.33.jar
jetty-security-12.0.33.jar
jetty-server-12.0.33.jar
shiro-cache-2.1.0.jar
shiro-hashes-argon2-2.1.0.jar
shiro-hashes-bcrypt-2.1.0.jar
shiro-crypto-hash-2.1.0.jar
shiro-crypto-cipher-2.1.0.jar
shiro-config-core-2.1.0.jar
shiro-event-2.1.0.jar
shiro-crypto-core-2.1.0.jar
shiro-lang-2.1.0.jar
shiro-cache-2.2.1.jar
shiro-hashes-argon2-2.2.1.jar
shiro-hashes-bcrypt-2.2.1.jar
shiro-crypto-hash-2.2.1.jar
shiro-crypto-cipher-2.2.1.jar
shiro-config-core-2.2.1.jar
shiro-event-2.2.1.jar
shiro-crypto-core-2.2.1.jar
shiro-lang-2.2.1.jar
jetty-xml-12.0.33.jar
jetty-http-12.0.33.jar
jetty-io-12.0.33.jar
Expand Down
Loading