Skip to content

Commit c0b37b1

Browse files
dependabot[bot]cwperksRyanL1997
authored
Bump com.fasterxml.jackson.core:jackson-databind from 2.18.2 to 2.19.0 (#5292)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Craig Perkins <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Craig Perkins <[email protected]> Co-authored-by: Jialiang Liang <[email protected]>
1 parent 835f899 commit c0b37b1

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

sample-resource-plugin/build.gradle

+3-9
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,15 @@ repositories {
6060

6161
configurations.all {
6262
resolutionStrategy {
63-
force 'com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.8.3',
64-
'org.hamcrest:hamcrest:2.2',
65-
'org.apache.httpcomponents:httpclient:4.5.14',
66-
'org.apache.httpcomponents:httpcore:4.4.16',
67-
'org.mockito:mockito-core:5.17.0',
68-
'net.bytebuddy:byte-buddy:1.17.5',
69-
'commons-codec:commons-codec:1.18.0',
70-
'com.fasterxml.jackson.core:jackson-databind:2.18.2'
63+
force 'org.apache.httpcomponents:httpclient:4.5.14'
64+
force 'org.apache.httpcomponents:httpcore:4.4.16'
65+
force 'commons-codec:commons-codec:1.18.0'
7166
}
7267
}
7368

7469
dependencies {
7570
// Main implementation dependencies
7671
compileOnly project(path: ":${rootProject.name}-spi", configuration: 'shadow')
77-
compileOnly "com.fasterxml.jackson.core:jackson-databind:${versions.jackson_databind}"
7872

7973
// Integration test dependencies
8074
integrationTestImplementation rootProject.sourceSets.integrationTest.output

0 commit comments

Comments
 (0)