Skip to content

Commit 218bbda

Browse files
committed
[NOID] Update lettuce-core to 6.5.4.RELEASE to mitigate CVE-2024-47535, CVE-2025-24970 and CVE-2025-25193
1 parent 7e57eb1 commit 218bbda

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/asciidoc/modules/ROOT/pages/database-integration/redis.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Here is a list of all available Redis procedures:
4545
== Install Dependencies
4646

4747
The Redis procedures have dependencies on a client library that is not included in the APOC Library.
48-
You can download it from https://github.com/lettuce-io/lettuce-core/releases/tag/6.2.5.RELEASE[the lettuce-core repository](except for `netty` jars because they are already included within neo4j)
48+
You can download it from https://github.com/lettuce-io/lettuce-core/releases/tag/6.5.4.RELEASE[the lettuce-core repository](except for `netty` jars because they are already included within neo4j)
4949
or https://github.com/neo4j-contrib/neo4j-apoc-procedures/releases/download/{apoc-release}/apoc-redis-dependencies-{apoc-release}.jar[apoc repository]
5050
Once that file is downloaded, it should be placed in the `plugins` directory and the Neo4j Server restarted.
5151

extra-dependencies/redis/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jar {
1919
}
2020

2121
dependencies {
22-
implementation group: 'io.lettuce', name: 'lettuce-core', version: '6.2.5.RELEASE', {
22+
implementation group: 'io.lettuce', name: 'lettuce-core', version: '6.5.4.RELEASE', {
2323
exclude group: 'io.netty'
2424
}
2525
}

full/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,8 +134,8 @@ dependencies {
134134
compileOnly group: 'com.couchbase.client', name: 'java-client', version: '3.3.0', withoutJacksons
135135
testImplementation group: 'com.couchbase.client', name: 'java-client', version: '3.3.0', withoutJacksons
136136

137-
compileOnly group: 'io.lettuce', name: 'lettuce-core', version: '6.2.5.RELEASE'
138-
testImplementation group: 'io.lettuce', name: 'lettuce-core', version: '6.2.5.RELEASE'
137+
compileOnly group: 'io.lettuce', name: 'lettuce-core', version: '6.5.4.RELEASE'
138+
testImplementation group: 'io.lettuce', name: 'lettuce-core', version: '6.5.4.RELEASE'
139139

140140
compileOnly group: 'org.neo4j', name: 'neo4j', version: neo4jVersionEffective
141141

0 commit comments

Comments
 (0)