Skip to content

Commit

Permalink
Merge pull request #57 from B-urb/renovate/all-minor-patch
Browse files Browse the repository at this point in the history
fix(deps): update all non-major dependencies
  • Loading branch information
B-urb authored Feb 22, 2024
2 parents b6040a2 + 60fea5c commit b5cc6ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ val prometeus_version: String by project
var viteProcess: Process? = null

plugins {
kotlin("jvm") version "1.9.0"
kotlin("jvm") version "1.9.22"
id("io.ktor.plugin") version "2.3.8"
id("org.jetbrains.kotlin.plugin.serialization") version "1.9.22"
}
Expand Down Expand Up @@ -37,7 +37,7 @@ dependencies {
implementation("io.ktor:ktor-server-content-negotiation-jvm:$ktor_version")
implementation("io.ktor:ktor-serialization-kotlinx-json-jvm:$ktor_version")
implementation("io.ktor:ktor-server-html-builder-jvm:$ktor_version")
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.129-kotlin-1.4.20")
implementation("org.jetbrains:kotlin-css-jvm:1.0.0-pre.156-kotlin-1.5.0")
implementation("io.ktor:ktor-server-cio-jvm")
implementation("io.ktor:ktor-server-call-logging-jvm")
implementation("io.ktor:ktor-server-call-id-jvm")
Expand All @@ -46,20 +46,20 @@ dependencies {
implementation("io.ktor:ktor-server-metrics-micrometer-jvm")
implementation("io.micrometer:micrometer-registry-prometheus:$prometeus_version")
// Injection
implementation("io.insert-koin:koin-ktor:3.4.1")
implementation("io.insert-koin:koin-ktor:3.5.3")
// https://mvnrepository.com/artifact/io.insert-koin/koin-logger-slf4j

implementation("io.insert-koin:koin-logger-slf4j:3.4.1")
implementation("io.insert-koin:koin-logger-slf4j:3.5.3")

// Database Surreal DB
implementation("com.surrealdb:surrealdb-driver:$surrealdbVersion")
// SurrealDB java needs Java websockets
implementation("org.java-websocket:Java-WebSocket:1.5.4")
implementation("org.java-websocket:Java-WebSocket:1.5.6")

implementation("ch.qos.logback:logback-classic:$logback_version")
testImplementation("io.ktor:ktor-server-tests-jvm:$ktor_version")
testImplementation("io.ktor:ktor-client-content-negotiation:$ktor_version")
testImplementation("io.insert-koin:koin-test:3.4.1")
testImplementation("io.insert-koin:koin-test:3.5.3")
testImplementation("org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version")
}

Expand Down

0 comments on commit b5cc6ec

Please sign in to comment.