Skip to content

Commit

Permalink
chore: updated some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shiveenp committed Jan 8, 2022
1 parent db5e545 commit e99120e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
kotlin("plugin.spring") version "1.6.10"
kotlin("plugin.jpa") version "1.6.10"
// versioning releases
id("pl.allegro.tech.build.axion-release") version "1.13.5"
id("pl.allegro.tech.build.axion-release") version "1.13.6"
// packaging frontend assets
id("org.siouan.frontend-jdk11") version "6.0.0"
}
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies {
testImplementation("io.projectreactor:reactor-test")
testImplementation("io.github.serpro69:kotlin-faker:1.9.0")
testImplementation("org.apache.commons:commons-math3:3.6.1")
testImplementation("io.kotest:kotest-assertions-core:5.0.2")
testImplementation("io.kotest:kotest-assertions-core:5.0.3")
}

tasks.withType<Test> {
Expand Down

0 comments on commit e99120e

Please sign in to comment.