diff --git a/examples/aspectj/weaving/build.gradle b/examples/aspectj/weaving/build.gradle index f94aadf1..b02b49aa 100644 --- a/examples/aspectj/weaving/build.gradle +++ b/examples/aspectj/weaving/build.gradle @@ -1,6 +1,6 @@ plugins { id "org.jetbrains.kotlin.jvm" - id "org.springframework.boot" version "3.3.5" + id "org.springframework.boot" version "3.4.1" id "org.graalvm.buildtools.native" version "0.10.4" }