Skip to content

Commit

Permalink
deps: pin commons-io to 2.6 for jdk 7 compatibility (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolea2 committed Feb 26, 2021
1 parent 713a263 commit aa63ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pom.xml
Expand Up @@ -96,10 +96,11 @@
<version>1.20</version>
</dependency>

<!-- pin at 2.6 for jdk 7 compatibility-->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.6</version>
</dependency>
</dependencies>
</project>
4 changes: 4 additions & 0 deletions renovate.json
Expand Up @@ -66,6 +66,10 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"packagePatterns": ["^commons-io"],
"enabled": false
}
],
"semanticCommits": true,
Expand Down

0 comments on commit aa63ef2

Please sign in to comment.