Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-core to v2.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 13, 2023
1 parent dbc1739 commit 38560d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ plugins {

dependencies {
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-core:2.15.2")
implementation("com.fasterxml.jackson.core:jackson-core:2.15.3")
compileOnly("org.projectlombok:lombok:1.18.28")
compileOnly("org.geysermc.geyser:api:2.1.1-SNAPSHOT")
}
Expand Down

0 comments on commit 38560d7

Please sign in to comment.