Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit c647328

Browse files
Bump jackson-core from 2.9.8 to 2.9.9
Bumps [jackson-core](https://github.com/FasterXML/jackson-core) from 2.9.8 to 2.9.9. - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](FasterXML/jackson-core@jackson-core-2.9.8...jackson-core-2.9.9) Signed-off-by: dependabot[bot] <support@dependabot.com>
1 parent 368911d commit c647328

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

browserup-proxy-core/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161

6262
implementation 'javax.xml.bind:jaxb-api:2.3.1'
6363

64-
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.8'
64+
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.9'
6565
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
6666
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
6767
implementation 'com.google.guava:guava:27.0.1-jre'

browserup-proxy-dist/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies {
6161
implementation project(':browserup-proxy-rest')
6262

6363
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
64-
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.8'
64+
implementation 'com.fasterxml.jackson.core:jackson-core:2.9.9'
6565
implementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
6666
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.9.8'
6767
implementation 'com.google.inject:guice:4.2.2'

browserup-proxy-mitm/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
implementation 'xyz.rogfam:littleproxy:2.0.0-beta-3'
6969

7070
testImplementation 'com.fasterxml.jackson.core:jackson-annotations:2.9.9'
71-
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.9.8'
71+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.9.9'
7272
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.9.9'
7373
testImplementation 'junit:junit:4.12'
7474
testImplementation('org.apache.httpcomponents:httpclient:4.5.3') {

0 commit comments

Comments
 (0)