Skip to content

Commit

Permalink
Merge pull request #258 from Guidewire/fix/revert-KETI-5401
Browse files Browse the repository at this point in the history
Revert "chore: Update Tomcat, bouncycastle version and fix unit test …
  • Loading branch information
msherwinguidewire authored Aug 21, 2024
2 parents 828e73e + 7149e22 commit e899094
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ ext['log4j2.version'] = '2.17.1' // this pinning can be removed when we bump to
// Versions shared between multiple dependencies
versions.aspectJVersion = "1.9.4"
versions.apacheDsVersion = "2.0.0.AM26"
versions.bouncyCastleVersion = "1.78"
versions.bouncyCastleVersion = "1.72"
versions.hamcrestVersion = "2.2"
versions.springBootVersion = "2.7.6"
versions.springSecurityJwtVersion = "1.1.1.RELEASE"
versions.springSecurityOAuthVersion = "2.5.2.RELEASE"
versions.springSecuritySamlVersion = "1.0.10.RELEASE"
versions.tomcatCargoVersion = "9.0.93"
versions.tomcatCargoVersion = "9.0.70"
versions.guavaVersion = "31.1-jre"

ext {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public static void addProvider() {
"PwMhO0+dASJ83e2Bu63pKO808BrVjD51sSEMb0qwFc5IV6RzK/mkJgO0fphhoqOm\n" +
"ZLzGcSYwCmj0Vc0GO5NgnFVZg4N9CyYCpDMeQynumlrNhRgnZRzlqXtQgL2bQDiu\n" +
"coxNL/KY05iVlE1bmq/fzNEmEi2zf3dQV8CNSYs=\n" +
"-----END CERTIFICATE-----\n";
"-----END CERTIFICATE----\n";

// openssl req -out cert.pem -nodes -keyout private.key -newkey rsa:2048 -new -x509
public static final String opensslCert = "-----BEGIN CERTIFICATE-----\n" +
Expand Down

0 comments on commit e899094

Please sign in to comment.