Skip to content

Commit

Permalink
deps: version up
Browse files Browse the repository at this point in the history
  • Loading branch information
korECM committed Nov 5, 2022
1 parent 77885d4 commit b696939
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "2.7.4"
id("io.spring.dependency-management") version "1.0.14.RELEASE"
id("org.springframework.boot") version "2.7.5"
id("io.spring.dependency-management") version "1.0.15.RELEASE"
id("org.asciidoctor.jvm.convert") version "3.3.2"
kotlin("jvm") version "1.7.10"
kotlin("plugin.spring") version "1.7.10"
Expand All @@ -15,7 +15,7 @@ plugins {
group = "zip"
version = "0.0.15-SNAPSHOT"
val qeurydslVersion = "5.0.0"
val kotestVersion = "5.4.2"
val kotestVersion = "5.5.3"

allOpen {
annotation("javax.persistence.Entity")
Expand Down Expand Up @@ -98,7 +98,7 @@ dependencies {
testImplementation("nl.jqno.equalsverifier:equalsverifier:3.10.1")

implementation("io.kotest.extensions:kotest-extensions-spring:1.1.2")
implementation("io.github.serpro69:kotlin-faker:1.11.0")
implementation("io.github.serpro69:kotlin-faker:1.12.0")
}

tasks.withType<KotlinCompile> {
Expand Down

0 comments on commit b696939

Please sign in to comment.