Skip to content

Commit bf2a1ed

Browse files
fix(deps): update dependency net.javacrumbs.json-unit:json-unit-assertj to v5 (#1055)
* fix(deps): update dependency net.javacrumbs.json-unit:json-unit-assertj to v5 * modify renovate config * restore older jsonunit for java8 compat --------- Co-authored-by: elastic-renovate-prod[bot] <174716857+elastic-renovate-prod[bot]@users.noreply.github.com> Co-authored-by: Sylvain Juge <763082+SylvainJuge@users.noreply.github.com>
1 parent 658c65d commit bf2a1ed

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
"org.apache.activemq:artemis-jms-server"
3030
],
3131
"enabled": false
32+
},
33+
{
34+
"description": "json-unit-assertj 5+ requires Java 11+, keep major version to preserve java8 compatibility",
35+
"matchPackageNames": [
36+
"net.javacrumbs.json-unit:json-unit-assertj"
37+
],
38+
"matchUpdateTypes": [
39+
"major"
40+
],
41+
"enabled": false
3242
}
3343
],
3444
"ignorePaths": [

0 commit comments

Comments
 (0)