Skip to content

Commit

Permalink
fix: vulnerable dependencies (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abingcbc authored Mar 2, 2022
1 parent 1f9ffdc commit a549e98
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.1</version>
<version>4.9.3</version>
</dependency>
<dependency>
<groupId>org.apache.oltu.oauth2</groupId>
Expand All @@ -147,12 +147,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.12.3</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.3</version>
<version>2.13.1</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down

0 comments on commit a549e98

Please sign in to comment.