Skip to content

Commit 6261e03

Browse files
committed
Update Redis to 6.2.12
1 parent 9fe8c6a commit 6261e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616

1717
env:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19-
REDIS_VERSION: 6.2.6
19+
REDIS_VERSION: 6.2.12
2020

2121
jobs:
2222
build:

project/Commons.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ object Commons extends ProjectGroup("commons") {
7878
githubWorkflowTargetTags ++= Seq("v*"),
7979

8080
githubWorkflowEnv ++= Map(
81-
"REDIS_VERSION" -> "6.2.6",
81+
"REDIS_VERSION" -> "6.2.12",
8282
),
8383
githubWorkflowJavaVersions := Seq(JavaSpec.graalvm("21.1.0", "11"), JavaSpec.temurin("17")),
8484
githubWorkflowBuildPreamble ++= Seq(

0 commit comments

Comments
 (0)