We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bef604b + 0a6552a commit 2f65c68Copy full SHA for 2f65c68
1 file changed
core/pom.xml
@@ -60,7 +60,7 @@
60
<dependency>
61
<groupId>org.apache.santuario</groupId>
62
<artifactId>xmlsec</artifactId>
63
- <version>2.1.4</version>
+ <version>2.1.5</version>
64
</dependency>
65
66
<groupId>commons-codec</groupId>
@@ -117,7 +117,7 @@
117
<configuration>
118
<rules>
119
<evaluateBeanshell>
120
- <condition>javax.crypto.Cipher.getMaxAllowedKeyLength("AES") > 128</condition>
+ <condition>javax.crypto.Cipher.getMaxAllowedKeyLength("AES") > 128</condition>
121
</evaluateBeanshell>
122
</rules>
123
</configuration>
0 commit comments