Skip to content

Commit

Permalink
Bump jackson-core and logging-interceptor versions (#25)
Browse files Browse the repository at this point in the history
Co-authored-by: Lev Bernstein <Lev.Bernstein@broadridge.com>
  • Loading branch information
LevBernstein and Lev Bernstein authored Dec 13, 2023
1 parent 5c89d6d commit 6cfcfd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion duo-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.2</version>
<version>2.16.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions duo-universal-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.4</version>
<version>2.16.0</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>logging-interceptor</artifactId>
<version>4.9.1</version>
<version>4.9.2</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit 6cfcfd2

Please sign in to comment.