Skip to content

Commit

Permalink
address cves
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindkrishnakumar-okta committed Nov 4, 2022
1 parent 15864f2 commit 135f28f
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 135f28f

Please sign in to comment.