Skip to content

Commit

Permalink
fix(deps): update dependency io.lettuce:lettuce-core to v6.5.1.releas…
Browse files Browse the repository at this point in the history
…e [security] (#2268)
  • Loading branch information
renovate-bot authored Dec 6, 2024
1 parent 4690736 commit a21d2b4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/ledger/balancereader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.4.0.RELEASE</version>
<version>6.5.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/ledger/ledgerwriter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.4.0.RELEASE</version>
<version>6.5.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/ledger/transactionhistory/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.4.0.RELEASE</version>
<version>6.5.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/ledgermonolith/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>io.lettuce</groupId>
<artifactId>lettuce-core</artifactId>
<version>6.4.0.RELEASE</version>
<version>6.5.1.RELEASE</version>
</dependency>
<dependency>
<groupId>com.auth0</groupId>
Expand Down

0 comments on commit a21d2b4

Please sign in to comment.