Skip to content

Commit

Permalink
chore: bump dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lbovet committed Jun 22, 2022
1 parent 606c0ac commit f72e1f0
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,12 +91,17 @@
<dependency>
<groupId>org.jgroups</groupId>
<artifactId>jgroups</artifactId>
<version>2.12.1.3.Final</version>
<version>2.12.3.Final</version>
</dependency>
<dependency>
<groupId>org.jasypt</groupId>
<artifactId>jasypt</artifactId>
<version>1.8</version>
<version>1.9.3</version>
</dependency>
<dependency>
<groupId>commons-collections</groupId>
<artifactId>commons-collections</artifactId>
<version>3.2.2</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit f72e1f0

Please sign in to comment.