Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind
Browse files Browse the repository at this point in the history
  • Loading branch information
whitesource-for-github-com[bot] committed Feb 6, 2022
1 parent acf9a06 commit e04ff0f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jobs/azure-discovery/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.4</version>
<version>2.10.3</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion jobs/pacman-cloud-notifications/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.7</version>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jobs/pacman-data-shipper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.10.1</version>
<version>2.12.6</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jobs/recommendation-enricher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.8.7</version>
<version>2.10.3</version>
</dependency>
<dependency>
<groupId>mysql</groupId>
Expand Down

0 comments on commit e04ff0f

Please sign in to comment.