Skip to content

Commit

Permalink
Update embedded redis library used on tests
Browse files Browse the repository at this point in the history
Update embedded redis library (used on tests) as the one we have now is unsupported and the tests do not work on Macs. Replacing with a more recent version that was forked off the library we were using.

References below -
kstyrc/embedded-redis#135

https://stackoverflow.com/questions/53287218/java-lang-runtimeexception-cant-start-redis-server-check-logs-for-details
  • Loading branch information
dhirajshettymoj authored Oct 22, 2024
1 parent f8ca549 commit 537590e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
runtimeOnly("org.postgresql:postgresql:42.7.4")

testImplementation("org.testcontainers:postgresql:1.20.2")
testImplementation("it.ozimov:embedded-redis:0.7.3")
testImplementation("com.github.codemonstur:embedded-redis:1.4.3")
testImplementation("com.github.tomakehurst:wiremock-standalone:3.0.1")
testImplementation("org.mockito:mockito-inline:5.2.0")
testImplementation("io.swagger.parser.v3:swagger-parser-v3:2.1.22")
Expand Down

0 comments on commit 537590e

Please sign in to comment.