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

Update jackson modules to #1256

Closed
vadeg opened this issue Jun 9, 2021 · 1 comment
Closed

Update jackson modules to #1256

vadeg opened this issue Jun 9, 2021 · 1 comment

Comments

@vadeg
Copy link
Contributor

vadeg commented Jun 9, 2021

Update jackson

implementation("com.fasterxml.jackson.module:jackson-module-parameter-names:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2")
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.12.2")
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.2")

Enforce json-schema-core

force("com.github.java-json-tools:json-schema-core:1.2.14")

Remove the explicit dependency of kotlin-reflect

implementation("org.jetbrains.kotlin:kotlin-reflect:1.4.32")

After the change, the error in #1255 will appear.
Triggered by #1254

@vadeg vadeg added the type: bug label Jun 9, 2021
@vadeg
Copy link
Contributor Author

vadeg commented Jun 10, 2021

Will be done in #1254

@vadeg vadeg closed this as completed Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant