From 2859586ac6ff79c124642778b0d1a16973ae62dc Mon Sep 17 00:00:00 2001 From: Anton Kurako Date: Tue, 19 Aug 2025 09:26:01 +0300 Subject: [PATCH] 1.2.0 --- build.gradle | 3 ++- gradle.properties | 2 +- settings.gradle | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index b9b0684..5b121ef 100644 --- a/build.gradle +++ b/build.gradle @@ -20,6 +20,7 @@ targetCompatibility = JavaVersion.VERSION_21 repositories { mavenCentral() + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } configurations { @@ -39,7 +40,7 @@ dependencies { implementation "ru.tinkoff.kora:config-hocon" implementation "ru.tinkoff.kora:logging-logback" - testImplementation "org.mockito:mockito-core:5.7.0" + testImplementation "org.mockito:mockito-core:5.18.0" testImplementation "ru.tinkoff.kora:test-junit5" testImplementation "org.testcontainers:junit-jupiter:1.19.8" } diff --git a/gradle.properties b/gradle.properties index 8a707ff..728d8e5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ groupId=ru.tinkoff.kora -koraVersion=1.1.25 +koraVersion=1.2.0 ##### GRADLE ##### diff --git a/settings.gradle b/settings.gradle index f94b3cf..33d0af2 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,6 +2,7 @@ pluginManagement { repositories { gradlePluginPortal() mavenCentral() + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } }