Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed May 11, 2024
1 parent 2ed24b3 commit 751d65b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ repositories {
dependencies {
compileOnlyApi("org.jspecify:jspecify:0.3.0")

implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
}

testing {
Expand Down Expand Up @@ -314,12 +314,12 @@ buildscript {
mavenCentral()
}
dependencies {
classpath("com.fasterxml.jackson.core:jackson-databind:2.16.1")
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.16.1")
classpath("com.fasterxml.jackson.core:jackson-databind:2.17.1")
classpath("com.fasterxml.jackson.module:jackson-module-kotlin:2.17.1")
classpath("com.squareup.okhttp3:okhttp:4.9.3")

classpath("org.jsoup:jsoup:1.17.2")
classpath("com.github.javaparser:javaparser-symbol-solver-core:3.25.9")
classpath("com.github.javaparser:javaparser-symbol-solver-core:3.25.10")
classpath(files(project.rootDir.path + "\\libs\\jemoji.jar"))
}
}
Expand Down

0 comments on commit 751d65b

Please sign in to comment.