diff --git a/build.gradle.kts b/build.gradle.kts index 0e786feb..d05bc748 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -33,8 +33,8 @@ dependencies { ).onEach { implementation(it) { version { - strictly("[1.5,1.8)") - prefer("1.7.22") + strictly("[1.5,1.9)") + prefer("1.8.0") } } } @@ -56,13 +56,13 @@ dependencies { implementation(it) { version { strictly("[3,4)") - prefer("3.2.0") + prefer("3.3.0") } } } } implementation("org.jetbrains.kotlin:kotlin-stdlib:1.8.0") - implementation("org.jetbrains.kotlin:kotlin-reflect:1.7.22") + implementation("org.jetbrains.kotlin:kotlin-reflect:1.8.0") implementation("io.github.microutils:kotlin-logging:3.0.4") implementation("org.slf4j:slf4j-api:2.0.6")