Skip to content
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

Upgrade jackson dependency versions #40419

Merged
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
10 changes: 5 additions & 5 deletions distribution/zip/jballerina-tools/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ ballerina-xmlutils-1.1.0.jar
amqp-client-5.7.3.jar bundle apache2 + mpl11
ballerina-client-generator-1.1.0.jar jar apache2
jnats-2.6.0.jar bundle apache2
jackson-core-2.8.6.jar bundle apache2
jackson-core-2.14.0.jar bundle apache2
socket.jar jar apache2
stax2-api-3.1.1.jar bundle bsd
jackson-databind-2.13.4.2.jar bundle apache2
jackson-databind-2.14.0.jar bundle apache2
oauth2.jar jar apache2
module_push.jar jar apache2
openapi-to-ballerina-generator-1.1.0.jar jar apache2
Expand Down Expand Up @@ -156,7 +156,7 @@ map-1.1.0.jar
websub.jar jar apache2
ballerina-streams-1.1.0.jar jar apache2
ballerina-packerina-1.1.0.jar jar apache2
jackson-dataformat-yaml-2.8.8.jar bundle apache2
jackson-dataformat-yaml-2.14.0.jar bundle apache2
config.jar jar apache2
task.jar jar apache2
picocli-4.0.1.jar bundle apache2
Expand Down Expand Up @@ -191,11 +191,11 @@ broker-common-0.970.0.jar
integer-1.1.0.jar jar apache2
openapi-validator-1.1.0.jar jar apache2
lang.array.jar jar apache2
jackson-datatype-jsr310-2.9.5.jar bundle apache2
jackson-datatype-jsr310-2.14.0.jar bundle apache2
array-1.1.0.jar jar apache2
crypto.jar jar apache2
ballerina-crypto-1.1.0.jar jar apache2
jackson-annotations-2.8.0.jar bundle apache2
jackson-annotations-2.14.0.jar bundle apache2
ballerina-backend-jvm-1.1.0.jar jar apache2
org.wso2.carbon.core-5.1.0.jar bundle apache2
transactions.jar jar apache2
Expand Down
10 changes: 5 additions & 5 deletions distribution/zip/jballerina-tools/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ configurations {

dependencies {
dist 'org.bytedeco:javacpp:1.4.2'
dist 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
dist 'com.fasterxml.jackson.core:jackson-core:2.13.1'
dist 'com.fasterxml.jackson.core:jackson-annotations:2.13.1'
dist 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1'
dist 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1'
dist 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
dist 'com.fasterxml.jackson.core:jackson-core:2.14.0'
dist 'com.fasterxml.jackson.core:jackson-annotations:2.14.0'
dist 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0'
dist 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.0'
// dist 'org.ow2.asm:asm:6.2.1'
dist 'com.fasterxml.woodstox:woodstox-core:6.5.0'
dist 'org.codehaus.woodstox:stax2-api:4.2.1'
Expand Down
10 changes: 5 additions & 5 deletions distribution/zip/jballerina/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ ballerina-xmlutils-1.1.0.jar
amqp-client-5.7.3.jar bundle apache2 + mpl11
ballerina-client-generator-1.1.0.jar jar apache2
jnats-2.6.0.jar bundle apache2
jackson-core-2.8.6.jar bundle apache2
jackson-core-2.14.0.jar bundle apache2
socket.jar jar apache2
stax2-api-3.1.1.jar bundle bsd
jackson-databind-2.13.4.2.jar bundle apache2
jackson-databind-2.14.0.jar bundle apache2
oauth2.jar jar apache2
module_push.jar jar apache2
openapi-to-ballerina-generator-1.1.0.jar jar apache2
Expand Down Expand Up @@ -156,7 +156,7 @@ map-1.1.0.jar
websub.jar jar apache2
ballerina-streams-1.1.0.jar jar apache2
ballerina-packerina-1.1.0.jar jar apache2
jackson-dataformat-yaml-2.8.8.jar bundle apache2
jackson-dataformat-yaml-2.14.0.jar bundle apache2
config.jar jar apache2
task.jar jar apache2
picocli-4.0.1.jar bundle apache2
Expand Down Expand Up @@ -191,11 +191,11 @@ broker-common-0.970.0.jar
integer-1.1.0.jar jar apache2
openapi-validator-1.1.0.jar jar apache2
lang.array.jar jar apache2
jackson-datatype-jsr310-2.9.5.jar bundle apache2
jackson-datatype-jsr310-2.14.0.jar bundle apache2
array-1.1.0.jar jar apache2
crypto.jar jar apache2
ballerina-crypto-1.1.0.jar jar apache2
jackson-annotations-2.8.0.jar bundle apache2
jackson-annotations-2.14.0.jar bundle apache2
ballerina-backend-jvm-1.1.0.jar jar apache2
org.wso2.carbon.core-5.1.0.jar bundle apache2
transactions.jar jar apache2
Expand Down
8 changes: 4 additions & 4 deletions gradle/javaProject.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ dependencies {
implementation 'commons-logging:commons-logging:1.1.1'
implementation 'com.atlassian.commonmark:commonmark:0.11.0'
implementation 'com.atlassian.commonmark:commonmark-ext-gfm-tables:0.11.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.4.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.14.0'
implementation 'com.h2database:h2:1.4.199'
implementation 'org.hsqldb:hsqldb:2.2.7'
implementation 'com.wix:wix-embedded-mysql:4.6.1'
Expand Down Expand Up @@ -128,8 +128,8 @@ dependencies {
implementation 'io.opentracing:opentracing-util:0.33.0'
implementation 'io.opentracing:opentracing-mock:0.33.0'
implementation 'io.swagger.core.v3:swagger-models:2.1.11'
implementation 'io.swagger.parser.v3:swagger-parser-v2-converter:2.0.28'
implementation 'io.swagger.parser.v3:swagger-parser:2.0.28'
implementation 'io.swagger.parser.v3:swagger-parser-v2-converter:2.1.10'
implementation 'io.swagger.parser.v3:swagger-parser:2.1.10'
implementation 'me.tongfei:progressbar:0.7.4'
implementation 'org.jline:jline:3.11.0'

Expand Down
Loading