@@ -30,7 +30,7 @@ plugins {
3030 kotlin(" plugin.spring" ) version kotlinVersion apply false
3131 id(" pl.allegro.tech.build.axion-release" ) version " 1.20.1"
3232 id(" com.diffplug.spotless" ) version " 7.2.1"
33- id(" org.springframework.boot" ) version " 3.5.5 " apply false
33+ id(" org.springframework.boot" ) version " 3.5.3 " apply false
3434 id(" project-report" )
3535 id(" org.owasp.dependencycheck" ) version " 12.1.3"
3636 id(" com.github.jk1.dependency-license-report" ) version " 2.9"
@@ -50,7 +50,7 @@ version = scmVersion.version
5050// Dependencies version
5151val kotlinJvmTarget = 21
5252val cosmotechApiCommonVersion = " 2.1.1-SNAPSHOT"
53- val redisOmSpringVersion = " 0.9.10 "
53+ val redisOmSpringVersion = " 1.0.0 "
5454val kotlinCoroutinesVersion = " 1.10.2"
5555val springDocVersion = " 2.8.12"
5656val swaggerParserVersion = " 2.1.33"
@@ -313,7 +313,9 @@ subprojects {
313313 testImplementation(" org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlinCoroutinesVersion " )
314314 testImplementation(" org.testng:testng:$testNgVersion " )
315315 testImplementation(
316- " com.redis.testcontainers:testcontainers-redis-junit:$testContainersRedisVersion " )
316+ " com.redis.testcontainers:testcontainers-redis-junit:$testContainersRedisVersion " ) {
317+ constraints { implementation(" com.redis:lettucemod:4.4.0" ) }
318+ }
317319 testImplementation(" org.testcontainers:postgresql:$testContainersPostgreSQLVersion " )
318320 testImplementation(" org.testcontainers:localstack:$testContainersLocalStackVersion " )
319321 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
0 commit comments