Skip to content

Commit

Permalink
chore: update gradle wrapper and dependencies #0
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamHavlicek committed Aug 12, 2022
1 parent 7dcfd48 commit 851c0a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -33,19 +33,19 @@ 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")
implementation("org.springdoc:springdoc-openapi-webflux-ui:1.6.9")
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<KotlinCompile> {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 851c0a8

Please sign in to comment.