Compare commits

..

14 Commits

Author SHA1 Message Date
027eb33e75 fix(deps): update dependency org.jetbrains.kotlin:kotlin-reflect to v2.1.21 2025-06-21 09:13:29 +09:00
ab6394d11b fix(deps): update dependency com.google.protobuf:protobuf-java to v3.25.8 2025-06-21 09:11:40 +09:00
983f4d9451 chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v2.1.21
All checks were successful
Run PR Checks / lint (pull_request) Successful in 45s
Run PR Checks / unit (pull_request) Successful in 1m3s
2025-06-21 00:02:12 +00:00
4d98b492fa chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.21
All checks were successful
Run PR Checks / lint (pull_request) Successful in 2m34s
Run PR Checks / unit (pull_request) Successful in 1m8s
2025-06-20 05:17:20 +00:00
c3526dc807 fix(deps): update dependency com.charleskorn.kaml:kaml to v0.74.0 (#715)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 18:56:14 +00:00
a24abad7ad fix(deps): update kotestversion to v6.0.0.m3 (#714)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-31 06:25:34 +00:00
ef92254b99 fix(deps): update dependency joda-time:joda-time to v2.14.0 (#711)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-29 13:46:55 +00:00
0ef755a0f4 fix(deps): update ktor to v3.1.2 (#710)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-27 12:31:59 +00:00
1d16bcccd6 fix(deps): update dependency com.charleskorn.kaml:kaml to v0.73.0 (#709)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 21:59:12 +00:00
90d78a1898 fix(deps): update dependency org.jetbrains.kotlin:kotlin-reflect to v2.1.20 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 20:04:48 +00:00
797fdabf5d chore(deps): update plugin org.jetbrains.kotlin.jvm to v2.1.20 (#706)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 15:13:24 +00:00
140130fd34 chore(deps): update plugin org.jetbrains.kotlin.plugin.serialization to v2.1.20 (#707)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-20 11:59:45 +00:00
b449545460 chore(deps): update plugin com.vanniktech.maven.publish to v0.31.0 (#703)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-06 12:04:09 +00:00
8f711bbd62 fix(deps): update slf4j monorepo to v2.0.17 (#701)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-25 22:43:33 +00:00
4 changed files with 11 additions and 11 deletions

View File

@ -3,11 +3,11 @@ import io.bkbn.sourdough.gradle.library.jvm.LibraryJvmPlugin
import io.bkbn.sourdough.gradle.library.jvm.LibraryJvmExtension import io.bkbn.sourdough.gradle.library.jvm.LibraryJvmExtension
plugins { plugins {
kotlin("jvm") version "2.1.10" apply false kotlin("jvm") version "2.1.21" apply false
kotlin("plugin.serialization") version "2.1.10" apply false kotlin("plugin.serialization") version "2.1.21" apply false
id("io.bkbn.sourdough.library.jvm") version "0.13.1" apply false id("io.bkbn.sourdough.library.jvm") version "0.13.1" apply false
id("io.bkbn.sourdough.application.jvm") version "0.13.1" apply false id("io.bkbn.sourdough.application.jvm") version "0.13.1" apply false
id("com.vanniktech.maven.publish") version "0.30.0" apply false id("com.vanniktech.maven.publish") version "0.31.0" apply false
id("io.bkbn.sourdough.root") version "0.13.1" id("io.bkbn.sourdough.root") version "0.13.1"
id("org.jetbrains.kotlinx.kover") version "0.9.1" id("org.jetbrains.kotlinx.kover") version "0.9.1"
} }

View File

@ -11,8 +11,8 @@ org.gradle.jvmargs=-Xmx2000m
org.gradle.parallel=true org.gradle.parallel=true
# Dependencies # Dependencies
kotlinVersion=2.1.10 kotlinVersion=2.1.21
kotlinSerializeVersion=1.8.0 kotlinSerializeVersion=1.8.0
ktorVersion=3.1.1 ktorVersion=3.1.2
kotestVersion=6.0.0.M2 kotestVersion=6.0.0.M3
detektVersion=1.23.8 detektVersion=1.23.8

View File

@ -36,14 +36,14 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0") implementation("org.apache.logging.log4j:log4j-api-kotlin:1.5.0")
implementation("org.apache.logging.log4j:log4j-api:2.24.3") implementation("org.apache.logging.log4j:log4j-api:2.24.3")
implementation("org.apache.logging.log4j:log4j-core:2.24.3") implementation("org.apache.logging.log4j:log4j-core:2.24.3")
implementation("org.slf4j:slf4j-api:2.0.16") implementation("org.slf4j:slf4j-api:2.0.17")
implementation("org.slf4j:slf4j-simple:2.0.16") implementation("org.slf4j:slf4j-simple:2.0.17")
// YAML // YAML
implementation("com.charleskorn.kaml:kaml:0.72.0") implementation("com.charleskorn.kaml:kaml:0.74.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2") implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.6.2")
implementation("joda-time:joda-time:2.13.1") implementation("joda-time:joda-time:2.14.0")
} }

View File

@ -23,7 +23,7 @@ dependencies {
val kotlinSerializeVersion: String by project val kotlinSerializeVersion: String by project
implementation(projects.kompendiumJsonSchema) implementation(projects.kompendiumJsonSchema)
implementation("com.google.protobuf:protobuf-java:3.25.6") implementation("com.google.protobuf:protobuf-java:3.25.8")
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion") implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion") implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:$kotlinSerializeVersion")