mirror of
https://github.com/plexusorg/plugin-yml.git
synced 2024-12-22 16:25:06 +00:00
Update jackson
Fixes issues when running alongside plugins which depend on a newer version
This commit is contained in:
parent
f4b107d463
commit
1c88b62fa7
1 changed files with 2 additions and 2 deletions
|
@ -13,10 +13,10 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.12.5") {
|
||||
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.0") {
|
||||
exclude(group = "org.jetbrains.kotlin")
|
||||
}
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.12.5")
|
||||
implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0")
|
||||
}
|
||||
|
||||
java {
|
||||
|
|
Loading…
Reference in a new issue