Skip to content

Bumping Jackson to 2.14.1 #1504

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 31, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 45 additions & 45 deletions NOTICE.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:4.10.0'
api 'io.github.rburgst:okhttp-digest:2.7'
api 'org.slf4j:slf4j-api:1.7.36'
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
api 'org.hsqldb:hsqldb:2.5.2'
api 'org.jdom:jdom2:2.0.6.1'
api 'dom4j:dom4j:1.6.1'
Expand Down
14 changes: 7 additions & 7 deletions marklogic-client-api-functionaltests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,16 @@ task testSandbox(type:Test) {

dependencies {
implementation project (':marklogic-client-api')
implementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'
implementation group: 'org.slf4j', name: 'slf4j-api', version:'1.7.36'
implementation 'org.skyscreamer:jsonassert:1.5.0'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'commons-io:commons-io:2.11.0'
implementation group: 'com.squareup.okhttp3', name: 'okhttp', version:'4.10.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'com.squareup.okhttp3:okhttp:4.10.0'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation "org.jdom:jdom2:2.0.6.1"
implementation "com.marklogic:ml-app-deployer:4.3.6"
implementation "com.marklogic:ml-app-deployer:4.4.0"

testImplementation group: 'ch.qos.logback', name: 'logback-classic', version:'1.2.11'
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
testImplementation 'org.xmlunit:xmlunit-legacy:2.9.0'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
Expand Down
18 changes: 9 additions & 9 deletions marklogic-client-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies {
implementation 'com.sun.mail:javax.mail:1.6.2'
implementation 'javax.ws.rs:javax.ws.rs-api:2.1.1'
implementation 'org.slf4j:slf4j-api:1.7.36'
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.13.4'
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv:2.14.1'

// Only used by extras (which some examples then depend on)
compileOnly 'org.apache.httpcomponents:httpclient:4.5.14'
compileOnly 'org.jdom:jdom2:2.0.6.1'
Expand All @@ -40,10 +40,10 @@ dependencies {
// version, but that should not have any impact on the tests.
testImplementation "com.marklogic:ml-app-deployer:4.4.0"

testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.4'
testImplementation "org.mockito:mockito-core:4.9.0"
testImplementation "org.mockito:mockito-inline:4.9.0"
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.1'
testImplementation "org.mockito:mockito-core:4.10.0"
testImplementation "org.mockito:mockito-inline:4.10.0"
testImplementation 'ch.qos.logback:logback-classic:1.3.5'
// schema validation issue with testImplementation 'xerces:xercesImpl:2.12.0'
testImplementation 'org.opengis.cite.xerces:xercesImpl-xsd11:2.12-beta-r1667115'
testImplementation 'org.apache.commons:commons-lang3:3.12.0'
Expand Down
4 changes: 2 additions & 2 deletions ml-development-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ dependencies {
compileOnly gradleApi()
implementation project(':marklogic-client-api')
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.6.20'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.13.4'
implementation 'com.networknt:json-schema-validator:1.0.73'
implementation 'com.fasterxml.jackson.module:jackson-module-kotlin:2.14.1'
implementation 'com.networknt:json-schema-validator:1.0.76'

// Not yet migrating this project to JUnit 5. Will reconsider it once we have a reason to enhance
// this project.
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,25 +70,25 @@ It is not intended to be used to build this project.
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.2</version>
<version>2.14.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-csv</artifactId>
<version>2.13.4</version>
<version>2.14.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
Expand Down