Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions quotes-backend/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "2.2.21"
kotlin("plugin.serialization") version "2.2.21"
id("io.ktor.plugin") version "3.3.3"
kotlin("jvm") version "2.3.0"
kotlin("plugin.serialization") version "2.3.0"
id("io.ktor.plugin") version "3.4.0"
application
id("com.github.ben-manes.versions") version "0.53.0"
}
Expand Down Expand Up @@ -29,15 +29,15 @@ repositories {
maven("https://jitpack.io") // For Ktor-OpenAPI-Generator
}

val ktorVersion = "3.3.3"
val kotlinxSerializationVersion = "1.9.0"
val logbackVersion = "1.5.22"
val ktorVersion = "3.4.0"
val kotlinxSerializationVersion = "1.10.0"
val logbackVersion = "1.5.27"
val logstashLogbackEncoderVersion = "9.0"
val opentelemetryVersion = "2.23.0-alpha"
val kotlinTestVersion = "2.2.21"
val exposedVersion = "0.57.0"
val postgresqlVersion = "42.7.5"
val hikariVersion = "6.2.1"
val opentelemetryVersion = "2.24.0-alpha"
val kotlinTestVersion = "2.3.0"
val exposedVersion = "1.0.0"
val postgresqlVersion = "42.7.9"
val hikariVersion = "7.0.2"

dependencies {
// Ktor
Expand Down Expand Up @@ -74,7 +74,7 @@ dependencies {
testImplementation("io.ktor:ktor-client-content-negotiation:$ktorVersion")
testImplementation("io.ktor:ktor-client-mock:$ktorVersion")
testImplementation("org.jetbrains.kotlin:kotlin-test:$kotlinTestVersion")
testImplementation("com.h2database:h2:2.3.232")
testImplementation("com.h2database:h2:2.4.240")
}

tasks.withType<Test> {
Expand Down
Binary file modified quotes-backend/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion quotes-backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
5 changes: 1 addition & 4 deletions quotes-backend/gradlew

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions quotes-backend/gradlew.bat
100644 → 100755

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading