Skip to content

Commit

Permalink
[RFC] hot fix jackson-databind issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sergio committed Oct 17, 2023
1 parent 533b76b commit 2d27644
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/ddos-detection/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.8.6</version>
<scope>provided</scope>
</dependency>

Expand Down
2 changes: 1 addition & 1 deletion apps/ddos-mitigation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.7.1</version>
<version>2.8.6</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 2d27644

Please sign in to comment.