mbeddr / mps-build-backends

Command-line utilities used e.g. by Gradle plugins to generate or check models.
Apache License 2.0
3 stars 4 forks source link

Upgrade Jackson to non-vulnerable version compatible with MPS 2022.2 #21

Closed wjglerum closed 7 months ago

alexanderpann commented 7 months ago

I am not sure if this change is possible. See #15 which we also had to revert.

wjglerum commented 7 months ago

I am not sure if this change is possible. See #15 which we also had to revert.

I read those comments earlier today and I think it should be possible as we stay on Jackson 2.13.x, this should be compatibel with MPS 2022.2 as you mentioned there:

The IntelliJ platform contains the jackson-databind library in version 2.13.1 for MPS 2022.2

alexanderpann commented 7 months ago

Oh, I think I misread the version that you want to update to, my bad.

sergej-koscejev commented 7 months ago

Ok let's try this, we can always revert if it goes wrong.