Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-annotations to v…
Browse files Browse the repository at this point in the history
…2.15.3
  • Loading branch information
renovate[bot] committed Oct 13, 2023
1 parent 6738a84 commit eef0382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-annotations:2.15.3")
}

configure<JavaPluginExtension> {
Expand Down

0 comments on commit eef0382

Please sign in to comment.