Skip to content

Commit

Permalink
Bump jackson-databind dependency version due to security vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriyostapenko committed Oct 16, 2018
1 parent b548673 commit 283cde1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install with Maven:
<dependency>
<groupId>com.scalepoint</groupId>
<artifactId>oauth-token-client</artifactId>
<version>1.1</version>
<version>1.1.1</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.scalepoint</groupId>
<artifactId>oauth-token-client</artifactId>
<version>1.2-SNAPSHOT</version>
<version>1.1.1</version>
<packaging>jar</packaging>

<name>OAuth2 Token Endpoint Client</name>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.6.7</version>
<version>2.8.11.2</version>
</dependency>
<dependency>
<groupId>net.jodah</groupId>
Expand Down

0 comments on commit 283cde1

Please sign in to comment.