Skip to content

Commit

Permalink
Merge pull request #5805 from redisson/dependabot/maven/org.xerial.sn…
Browse files Browse the repository at this point in the history
…appy-snappy-java-1.1.10.5

Bump org.xerial.snappy:snappy-java from 1.1.10.4 to 1.1.10.5
  • Loading branch information
mrniko committed Apr 22, 2024
2 parents fbd9174 + c53e6db commit e5c813f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion redisson-all/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.4</version>
<version>1.1.10.5</version>
</dependency>
<dependency>
<groupId>org.lz4</groupId>
Expand Down
2 changes: 1 addition & 1 deletion redisson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.4</version>
<version>1.1.10.5</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit e5c813f

Please sign in to comment.