diff --git a/02-reactive-spring/build.gradle.kts b/02-reactive-spring/build.gradle.kts index 9f9e340..1604fbd 100644 --- a/02-reactive-spring/build.gradle.kts +++ b/02-reactive-spring/build.gradle.kts @@ -9,7 +9,7 @@ plugins { dependencies { implementation("org.springframework.boot:spring-boot-starter-webflux") - implementation("com.typesafe.akka:akka-actor_3:2.8.5") + implementation("com.typesafe.akka:akka-actor_3:2.8.6") developmentOnly("org.springframework.boot:spring-boot-devtools")