Skip to content

Commit

Permalink
fix(deps): update all dependencies (#16)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2024
1 parent 8bbca55 commit 7c8858f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version = "2.2.0"

plugins {
`maven-publish`
kotlin("jvm") version "2.0.21"
kotlin("jvm") version "2.1.0"
application
id("org.jreleaser") version "1.15.0"
id("org.jreleaser.jdks") version "1.15.0"
Expand Down Expand Up @@ -36,8 +36,8 @@ dependencies {
implementation("org.jcommander:jcommander:2.0")
implementation("com.felipebz.zpa:zpa-core:3.6.0")
implementation("com.felipebz.zpa:zpa-checks:3.6.0")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.1")
implementation("org.pf4j:pf4j:3.12.1")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.2")
implementation("org.pf4j:pf4j:3.13.0")
implementation("org.slf4j:slf4j-jdk14:2.0.16")
implementation("me.lucko:jar-relocator:1.7")
testImplementation(kotlin("test"))
Expand Down

0 comments on commit 7c8858f

Please sign in to comment.