Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Itsusinn committed Feb 1, 2024
1 parent b2c63b2 commit 81b71e1
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ java {
targetCompatibility = JavaVersion.VERSION_11
}
group = "org.mesagisto"
version = "1.6.2"
version = "1.7.0"

mavenCentralPublish {
nexusStaging {
Expand Down Expand Up @@ -38,16 +38,13 @@ dependencies {

implementation("org.ktorm:ktorm-core:3.5.0")
implementation("org.ktorm:ktorm-support-sqlite:3.5.0")
compileOnly("org.xerial:sqlite-jdbc:3.40.0.0")
compileOnly("org.xerial:sqlite-jdbc:3.45.1.0")

implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.4")

implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.3")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.13.3")

implementation("com.fasterxml.uuid:java-uuid-generator:4.0.1")

implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.16.1")
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-cbor:2.16.1")

implementation("com.fasterxml.uuid:java-uuid-generator:4.3.0")
implementation("io.nats:jnats:2.17.2")
Expand Down

0 comments on commit 81b71e1

Please sign in to comment.