Skip to content

Commit 11b480c

Browse files
dependabot[bot]jainadc9z-sztrom
authored
Bump commons-io from 2.6 to 2.7 (#48)
* Bump commons-io from 2.6 to 2.7 Bumps commons-io from 2.6 to 2.7. Signed-off-by: dependabot[bot] <support@github.com> * Migrated travis jobs to github actions (#51) * Created main.yml to migrate from travis to github actions * Fixed failing tests and removed travis configuration * Bump junit from 4.12 to 4.13.1 (#46) * Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> * Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> * Bump junit from 4.12 to 4.13.1 Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Bump commons-io from 2.6 to 2.7 Bumps commons-io from 2.6 to 2.7. Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jainadc9 <93383550+jainadc9@users.noreply.github.com> Co-authored-by: z-sztrom <106370045+z-sztrom@users.noreply.github.com>
1 parent 4c104c2 commit 11b480c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-commons-java</artifactId>
9-
<version>0.0.16</version>
10-
9+
<version>0.0.17</version>
1110
<name>eiffel commons java</name>
1211
<description>A shared library for eiffel components</description>
1312

@@ -27,7 +26,7 @@
2726
<dependency>
2827
<groupId>commons-io</groupId>
2928
<artifactId>commons-io</artifactId>
30-
<version>2.6</version>
29+
<version>2.7</version>
3130
</dependency>
3231

3332
<dependency>

0 commit comments

Comments
 (0)