Skip to content

Commit

Permalink
fixing security issues
Browse files Browse the repository at this point in the history
  • Loading branch information
gitting-around committed Nov 16, 2023
1 parent 210618c commit 428bbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,13 +273,13 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>1.9</version>
<version>1.10</version>
</dependency>

<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.12.6.1</version>
<version>2.12.7.1</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 428bbdd

Please sign in to comment.