Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 24, 2023
1 parent 79f9c8f commit ebbd952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playwright-e2e-tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
e2eTestImplementation(platform('org.junit:junit-bom:5.9.2'))
e2eTestImplementation('org.junit.jupiter:junit-jupiter')
e2eTestImplementation('org.assertj:assertj-core:3.24.2')
e2eTestImplementation('com.fasterxml.jackson.core:jackson-databind:2.14.2')
e2eTestImplementation('com.fasterxml.jackson.core:jackson-databind:2.16.1')
e2eTestImplementation('com.microsoft.playwright:playwright:1.32.0')
}

Expand Down

0 comments on commit ebbd952

Please sign in to comment.