Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,16 +107,6 @@
"enabled": false,
"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": [
{
Expand Down
4 changes: 2 additions & 2 deletions war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,14 +362,14 @@ THE SOFTWARE.
<!-- dependency of junit and echarts-api -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>jackson2-api</artifactId>
<version>2.18.3-402.v74c4eb_f122b_2</version>
<version>2.19.2-408.v18248a_324cfe</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
<!-- dependency of junit -->
<groupId>io.jenkins.plugins</groupId>
<artifactId>echarts-api</artifactId>
<version>6.0.0-1146.v5c8f3b_8f0573</version>
<version>6.0.0-1165.vd1283a_3e37d4</version>
<type>hpi</type>
</artifactItem>
<artifactItem>
Expand Down
Loading