Skip to content

Commit 7120779

Browse files
Merge pull request #48 from BorderTech/latest-qa
Latest qa-parent and project dependencies
2 parents cbbe06f + b3716e6 commit 7120779

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Release in-progress
44
* Switch from travis-ci to GitHub Actions #46
5+
* Latest qa-parent and project dependencies
56

67
## 1.0.7
78

pom.xml

+10-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.github.bordertech.common</groupId>
1212
<artifactId>qa-parent</artifactId>
13-
<version>1.0.17</version>
13+
<version>1.0.19</version>
1414
</parent>
1515

1616
<packaging>jar</packaging>
@@ -53,17 +53,23 @@
5353
<dependency>
5454
<groupId>org.apache.commons</groupId>
5555
<artifactId>commons-lang3</artifactId>
56-
<version>3.11</version>
56+
<version>3.12.0</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.commons</groupId>
6060
<artifactId>commons-text</artifactId>
6161
<version>1.9</version>
62+
<exclusions>
63+
<exclusion>
64+
<groupId>org.apache.commons</groupId>
65+
<artifactId>commons-lang3</artifactId>
66+
</exclusion>
67+
</exclusions>
6268
</dependency>
6369
<dependency>
6470
<groupId>commons-io</groupId>
6571
<artifactId>commons-io</artifactId>
66-
<version>2.8.0</version>
72+
<version>2.11.0</version>
6773
</dependency>
6874
<!-- Junit -->
6975
<dependency>
@@ -74,7 +80,7 @@
7480
<dependency>
7581
<groupId>org.awaitility</groupId>
7682
<artifactId>awaitility</artifactId>
77-
<version>4.0.3</version>
83+
<version>4.1.1</version>
7884
<scope>test</scope>
7985
</dependency>
8086

0 commit comments

Comments
 (0)