You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// the "library" configuration is not recognized by the test suite plugin
46
-
val springKafkaVersion =if (latestDepTest) "org.springframework.boot:spring-boot-starter-kafka:latest.release"else"org.springframework.kafka:spring-kafka:2.7.0"
45
+
val springKafkaVersion =if (latestDepTest) "latest.release"else"2.7.0"
47
46
val springBootVersion =if (latestDepTest) "latest.release"else"2.5.3"
0 commit comments