Skip to content

Commit

Permalink
Merge pull request #31 from denzilferreira/kotlin-2.0.20
Browse files Browse the repository at this point in the history
Upgrade its base Kotlin to 2.0.20
  • Loading branch information
dmikurube authored Dec 12, 2024
2 parents ae3d6cf + fc5abd4 commit f8804b9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'application'
id 'org.jetbrains.kotlin.jvm' version '1.7.20' // Kotlin version
id 'org.jetbrains.kotlin.jvm' version '2.0.20' // Kotlin version
id 'com.gradleup.shadow' version '8.3.5'
}

Expand Down Expand Up @@ -46,10 +46,10 @@ dependencies {
// For SCRAM-SHA-256 passwords in PostgreSQL.
implementation "com.ongres.scram:client:2.1"

implementation "io.github.oshai:kotlin-logging-jvm:5.0.1"
implementation "org.slf4j:slf4j-api:2.0.7"
implementation "ch.qos.logback:logback-classic:1.4.8"
implementation "ch.qos.logback:logback-core:1.4.8"
implementation "io.github.oshai:kotlin-logging-jvm:7.0.3"
implementation "org.slf4j:slf4j-api:2.0.16"
implementation "ch.qos.logback:logback-classic:1.5.12"
implementation "ch.qos.logback:logback-core:1.5.12"

implementation "commons-lang:commons-lang:2.6" // Required for StringEscapeUtils

Expand Down
15 changes: 7 additions & 8 deletions gradle.lockfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# This is a Gradle generated file for dependency locking.
# Manual edits can break the build and are not advised.
# This file is expected to be part of source control.
ch.qos.logback:logback-classic:1.4.8=compileClasspath,runtimeClasspath
ch.qos.logback:logback-core:1.4.8=compileClasspath,runtimeClasspath
ch.qos.logback:logback-classic:1.5.12=compileClasspath,runtimeClasspath
ch.qos.logback:logback-core:1.5.12=compileClasspath,runtimeClasspath
com.fasterxml.jackson.core:jackson-core:2.16.1=compileClasspath,runtimeClasspath
com.fasterxml.jackson:jackson-bom:2.16.1=compileClasspath,runtimeClasspath
com.hazelcast:hazelcast:5.3.5=compileClasspath,runtimeClasspath
Expand All @@ -11,7 +11,7 @@ com.ongres.scram:common:2.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:saslprep:1.1=compileClasspath,runtimeClasspath
com.ongres.stringprep:stringprep:1.1=compileClasspath,runtimeClasspath
commons-lang:commons-lang:2.6=compileClasspath,runtimeClasspath
io.github.oshai:kotlin-logging-jvm:5.0.1=compileClasspath,runtimeClasspath
io.github.oshai:kotlin-logging-jvm:7.0.3=compileClasspath,runtimeClasspath
io.netty:netty-buffer:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-dns:4.1.115.Final=compileClasspath,runtimeClasspath
io.netty:netty-codec-http2:4.1.115.Final=compileClasspath,runtimeClasspath
Expand Down Expand Up @@ -48,11 +48,10 @@ io.vertx:vertx-web-client:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web-common:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web-templ-pebble:4.5.11=compileClasspath,runtimeClasspath
io.vertx:vertx-web:4.5.11=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-common:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:1.8.22=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk7:1.8.0=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.0=compileClasspath,runtimeClasspath
org.jetbrains.kotlin:kotlin-stdlib:2.0.21=compileClasspath,runtimeClasspath
org.jetbrains:annotations:13.0=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.7=compileClasspath,runtimeClasspath
org.slf4j:slf4j-api:2.0.16=compileClasspath,runtimeClasspath
org.unbescape:unbescape:1.1.6.RELEASE=compileClasspath,runtimeClasspath
empty=

0 comments on commit f8804b9

Please sign in to comment.