Commit ff7d047
Fix Cosmos Spark BannedDependencies enforcer failure - update scala-jackson.version to 2.18.6 (#48812)
* Fix Cosmos Spark BannedDependencies enforcer failure by updating scala-jackson.version
The recent Jackson dependency update (8a671dd) bumped Jackson from 2.18.4
to 2.18.6 in all Cosmos Spark child modules but missed updating the
scala-jackson.version property in the parent POM. This caused the
maven-enforcer-plugin BannedDependencies rule to reject
jackson-module-scala_2.12 and _2.13 at version 2.18.6.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* add whitespace
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 004a000 commit ff7d047
2 files changed
Lines changed: 2 additions & 1 deletion
File tree
- sdk/cosmos
- azure-cosmos-spark_3
- azure-cosmos/src/main/java/com/azure/cosmos/implementation
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1651 | 1651 | | |
1652 | 1652 | | |
1653 | 1653 | | |
| 1654 | + | |
1654 | 1655 | | |
1655 | 1656 | | |
1656 | 1657 | | |
| |||
0 commit comments