Skip to content

Commit

Permalink
Merge pull request #103 from Jake-Moore/dependabot/gradle/jacksonVers…
Browse files Browse the repository at this point in the history
…ion-2.18.1

Bump jacksonVersion from 2.18.0 to 2.18.1
  • Loading branch information
Jake-Moore authored Nov 16, 2024
2 parents 3365dfe + 8b8c4fe commit 36e81e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-jar/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {

// Dependency Version Configuration
val slf4jVersion = "2.0.16"
val jacksonVersion = "2.18.0"
val jacksonVersion = "2.18.1"
dependencies {
api(project(":shared-utils"))

Expand Down

0 comments on commit 36e81e0

Please sign in to comment.