Skip to content

Commit 87b94f9

Browse files
dependabot[bot]z-sztromjainadc9
authored
Bump commons-io:commons-io from 2.7 to 2.14.0 (#57)
* Bump commons-io:commons-io from 2.7 to 2.14.0 Bumps commons-io:commons-io from 2.7 to 2.14.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Project version increased due to uplift of commons-io * Fix failing test cases (#66) (#67) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Roman Szturc <roman.szturc.ext@ericsson.com> Co-authored-by: z-sztrom <106370045+z-sztrom@users.noreply.github.com> Co-authored-by: jainadc9 <93383550+jainadc9@users.noreply.github.com>
1 parent de7e230 commit 87b94f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-commons</artifactId>
9-
<version>1.0.5</version>
9+
<version>1.0.6</version>
1010
<name>eiffel commons java</name>
1111
<description>A shared library for eiffel components</description>
1212

@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>commons-io</groupId>
2828
<artifactId>commons-io</artifactId>
29-
<version>2.7</version>
29+
<version>2.14.0</version>
3030
</dependency>
3131

3232
<dependency>

0 commit comments

Comments
 (0)