Skip to content

Commit

Permalink
Merge pull request #140 from renovate-bot/renovate/commons-io-commons…
Browse files Browse the repository at this point in the history
…-io-2.x

Update dependency commons-io:commons-io to v2.17.0
  • Loading branch information
devlauer authored Sep 27, 2024
2 parents 938b946 + 951beab commit b05d1e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adoc2adoc/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion docconverter-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<!-- conversion dependencies -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion html2docx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
Expand Down
2 changes: 1 addition & 1 deletion html2pdf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.17.0</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit b05d1e9

Please sign in to comment.