From 851c0a8c44c38d7b641be4dc4f9a4fde33c1e11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Havl=C3=AD=C4=8Dek?= Date: Fri, 12 Aug 2022 12:11:42 +0200 Subject: [PATCH] chore: update gradle wrapper and dependencies #0 --- build.gradle.kts | 12 ++++++------ gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 49ce0ee..48b8565 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,7 +1,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { - id("org.springframework.boot") version "2.7.1" + id("org.springframework.boot") version "2.7.2" id("io.spring.dependency-management") version "1.0.12.RELEASE" id("org.jetbrains.kotlin.plugin.noarg") version "1.7.10" kotlin("jvm") version "1.7.10" @@ -33,7 +33,7 @@ dependencies { implementation("com.linecorp.kotlin-jdsl:spring-data-kotlin-jdsl-starter:2.0.4.RELEASE") implementation("org.jetbrains.kotlin:kotlin-reflect") implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8") - implementation("org.junit.jupiter:junit-jupiter:5.8.2") + implementation("org.junit.jupiter:junit-jupiter:5.9.0") implementation("org.springdoc:springdoc-openapi-data-rest:1.6.9") implementation("org.springdoc:springdoc-openapi-ui:1.6.9") implementation("org.springdoc:springdoc-openapi-kotlin:1.6.9") @@ -41,11 +41,11 @@ dependencies { implementation("io.arrow-kt:arrow-core:1.1.2") runtimeOnly("com.h2database:h2") testImplementation(kotlin("test")) - testImplementation("io.kotest:kotest-runner-junit5:5.3.2") - testImplementation("io.kotest:kotest-assertions-core:5.3.2") - testImplementation("io.kotest:kotest-property:5.3.2") + testImplementation("io.kotest:kotest-runner-junit5:5.4.1") + testImplementation("io.kotest:kotest-assertions-core:5.4.1") + testImplementation("io.kotest:kotest-property:5.4.1") testImplementation("io.kotest.extensions:kotest-assertions-arrow:1.2.5") - testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.1") + testImplementation("io.kotest.extensions:kotest-extensions-spring:1.1.2") } tasks.withType { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 8049c68..ae04661 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.5-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists