Skip to content

Commit

Permalink
Fix CVE dependency issue
Browse files Browse the repository at this point in the history
Fix issue geosolutions-it#314 by update dependencyorg.jasypt:jasypt:1.9.2
  • Loading branch information
CVEDetect authored Oct 23, 2022
1 parent c916df7 commit f3466eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.8</version>
<version>1.9.2</version>
</dependency>
<dependency>
<groupId>org.acegisecurity</groupId>
Expand Down

0 comments on commit f3466eb

Please sign in to comment.