Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sschaeffner committed Feb 3, 2023
1 parent 574b817 commit 911370c
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ val mockitoJunitVersion: String by project

plugins {
base
kotlin("jvm") version "1.8.0"
kotlin("jvm") version "1.8.10"
jacoco
id("com.github.ben-manes.versions") version "0.44.0"
id("com.github.ben-manes.versions") version "0.45.0"
}

tasks.register<GradleBuild>("stage") {
Expand Down Expand Up @@ -62,7 +62,7 @@ allprojects {
}

dependencies {
implementation(enforcedPlatform("org.jetbrains.kotlin:kotlin-bom:1.8.0"))
implementation(enforcedPlatform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
implementation("org.jetbrains.kotlin:kotlin-stdlib")
implementation("io.arrow-kt:arrow-core:$arrowVersion")
implementation("org.kodein.di:kodein-di:$kodeinVersion")
Expand Down
2 changes: 1 addition & 1 deletion domain/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val mockitoJunitVersion: String by project
plugins {
kotlin("jvm")
`java-test-fixtures`
kotlin("plugin.serialization") version "1.8.0"
kotlin("plugin.serialization") version "1.8.10"
}

dependencies {
Expand Down
14 changes: 7 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
kotlin.code.style=official
logbackVersion=1.4.5
ktorVersion=2.2.1
ktorVersion=2.2.3
kotlinxSerializationVersion=1.4.1
arrowVersion=1.1.3
arrowVersion=1.1.5
kotlinxDateTimeVersion=0.4.0
kotlinxCoroutinesVersion=1.6.4
kodeinVersion=7.17.0
kodeinVersion=7.18.0
exposedVersion=0.41.1
postgresDriverVersion=42.5.1
liquibaseVersion=4.18.0
postgresDriverVersion=42.5.3
liquibaseVersion=4.19.0
webauthn4jVersion=0.20.7.RELEASE
slf4jVersion=2.0.6
junitVersion=5.9.1
junitVersion=5.9.2
assertKVersion=0.25
mockitoKotlinVersion=4.1.0
mockitoJunitVersion=4.11.0
mockitoJunitVersion=5.1.1
testcontainersVersion=1.17.6
2 changes: 1 addition & 1 deletion persistence/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val testcontainersVersion: String by project

plugins {
kotlin("jvm")
kotlin("plugin.serialization") version "1.8.0"
kotlin("plugin.serialization") version "1.8.10"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val webauthn4jVersion: String by project

plugins {
kotlin("jvm")
kotlin("plugin.serialization") version "1.8.0"
kotlin("plugin.serialization") version "1.8.10"
}

dependencies {
Expand Down

0 comments on commit 911370c

Please sign in to comment.