From 660c7fe2c556e0b7dad93034593cfeaa76c154ca Mon Sep 17 00:00:00 2001 From: Anton Kurako Date: Tue, 19 Aug 2025 09:25:05 +0300 Subject: [PATCH] 1.2.0 --- build.gradle | 5 +++-- gradle.properties | 2 +- settings.gradle | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 05ff174..27c31e2 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ plugins { id "jacoco" id "application" - id "org.openapi.generator" version "7.4.0" + id "org.openapi.generator" version "7.14.0" id "org.flywaydb.flyway" version "8.4.2" id "com.diffplug.spotless" version "6.19.0" } @@ -30,6 +30,7 @@ targetCompatibility = JavaVersion.VERSION_21 repositories { mavenCentral() + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } configurations { @@ -62,7 +63,7 @@ dependencies { testImplementation "org.json:json:20231013" testImplementation "org.skyscreamer:jsonassert:1.5.1" - testImplementation "org.mockito:mockito-core:5.7.0" + testImplementation "org.mockito:mockito-core:5.18.0" testImplementation "ru.tinkoff.kora:test-junit5" testImplementation "io.goodforgod:testcontainers-extensions-postgres:0.12.2" testImplementation "org.testcontainers:junit-jupiter:1.19.8" diff --git a/gradle.properties b/gradle.properties index 13efd40..ccfe697 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 7cce991..b19c811 100644 --- a/settings.gradle +++ b/settings.gradle @@ -2,6 +2,7 @@ pluginManagement { repositories { gradlePluginPortal() mavenCentral() + maven { url "https://central.sonatype.com/repository/maven-snapshots" } } }