mirror of https://github.com/jenkinsci/jenkins.git
Use Jackson 2 API 2.19.2-408.x
Label conflicting PRs / main (push) Has been cancelled
Details
Label conflicting PRs / main (push) Has been cancelled
Details
Remove Jackson 2 exclusion for Renovate - resolved
This commit is contained in:
parent
8e445d25b9
commit
e138f493ae
|
@ -107,16 +107,6 @@
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"description": "maven-metadata.xml is missing for this really old package which is required by renovate"
|
"description": "maven-metadata.xml is missing for this really old package which is required by renovate"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"description": "Jackson 2.19.0 causes issues with Kubernetes client. See https://github.com/jenkinsci/bom/pull/5114",
|
|
||||||
"matchManagers": [
|
|
||||||
"maven"
|
|
||||||
],
|
|
||||||
"allowedVersions": "<2.19.0",
|
|
||||||
"matchPackageNames": [
|
|
||||||
"org.jenkins-ci.plugins:jackson2-api"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -362,7 +362,7 @@ THE SOFTWARE.
|
||||||
<!-- dependency of junit and echarts-api -->
|
<!-- dependency of junit and echarts-api -->
|
||||||
<groupId>org.jenkins-ci.plugins</groupId>
|
<groupId>org.jenkins-ci.plugins</groupId>
|
||||||
<artifactId>jackson2-api</artifactId>
|
<artifactId>jackson2-api</artifactId>
|
||||||
<version>2.18.3-402.v74c4eb_f122b_2</version>
|
<version>2.19.2-408.v18248a_324cfe</version>
|
||||||
<type>hpi</type>
|
<type>hpi</type>
|
||||||
</artifactItem>
|
</artifactItem>
|
||||||
<artifactItem>
|
<artifactItem>
|
||||||
|
|
Loading…
Reference in New Issue