Skip to content

Commit

Permalink
Merge pull request #237 from okta/address_cves
Browse files Browse the repository at this point in the history
Address cves
  • Loading branch information
arvindkrishnakumar-okta authored Nov 7, 2022
2 parents 15864f2 + 135f28f commit 972b2bf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions examples/shiro-mustache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-core</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.dropwizard</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<inceptionYear>2018</inceptionYear>

<properties>
<jackson.version>2.13.4</jackson.version>
<jackson.version>2.14.0-rc3</jackson.version>
<okta.sdk.version>8.2.2</okta.sdk.version>
<okta.authn.previousVersion>2.0.7</okta.authn.previousVersion>
</properties>
Expand Down

0 comments on commit 972b2bf

Please sign in to comment.