We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 940a014 commit d71cd62Copy full SHA for d71cd62
2 files changed
.github/renovate.json
@@ -2,5 +2,10 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>jenkinsci/renovate-config"],
4
"commitMessageAction": "Bump",
5
- "ignorePaths": ["src/**"]
+ "ignorePaths": ["src/**"],
6
+ "packageRules": [
7
+ {
8
+ "matchPackageNames": ["com.j2html:j2html"],
9
+ "allowedVersions": "< 1.5.0"
10
+ },
11
}
pom.xml
@@ -46,7 +46,7 @@
46
<module.name>${project.groupId}.plugin.util.api</module.name>
47
48
<error-prone.version>2.36.0</error-prone.version>
49
- <j2html.version>1.6.0</j2html.version>
+ <j2html.version>1.4.0</j2html.version>
50
<streamex.version>0.8.4</streamex.version>
51
<testcontainers.version>2.0.5</testcontainers.version>
52
<codingstyle.library.version>6.12.0</codingstyle.library.version>
0 commit comments