Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.11.0 to 2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asolntsev committed Oct 24, 2024
1 parent 52d2b14 commit 7b324d1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
* #412 Remove unused java sources from folders "src" and "flying-saucer-examples/nomaven" (#417)
* #409 remove unneeded module "flying-saucer-swt-examples" (#418)
* Bump org.apache.xmlgraphics:fop from 2.9 to 2.10 (#408)
* Bump commons-io:commons-io from 2.11.0 to 2.17.0

## 9.9.5 (30.09.2024) - see https://github.com/flyingsaucerproject/flyingsaucer/milestone/21?closed=1
* #392 Fix transparent background of resized base64 encoded images - thanks to @Openhelios (#393)
Expand Down
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@
<artifactId>openpdf</artifactId>
<version>${openpdf.version}</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down Expand Up @@ -289,6 +294,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<openpdf.version>2.0.3</openpdf.version>
<commons-io.version>2.17.0</commons-io.version>
<junit.version>5.11.3</junit.version>
<slf4j.version>2.0.16</slf4j.version>
<assertj.version>3.26.3</assertj.version>
Expand Down

0 comments on commit 7b324d1

Please sign in to comment.