Revert "Update Shiro to 1.13.0"

The new Shiro version breaks urls with encoded slashes
like the source endpoint with branches containing `/`.

This reverts commit 2a22cbd48c.
This commit is contained in:
René Pfeuffer
2025-01-10 13:56:44 +01:00
parent e9f4022294
commit 7af01370fa

View File

@@ -9,7 +9,7 @@ ext {
mapstructVersion = '1.6.3'
jaxbVersion = '4.0.2'
shiroVersion = '1.13.0'
shiroVersion = '1.12.0'
sspVersion = '1.3.0'
jjwtVersion = '0.11.5'
bouncycastleVersion = '2.73.6'