File tree 2 files changed +11
-4
lines changed
2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Release in-progress
4
4
* Switch from travis-ci to GitHub Actions #46
5
+ * Latest qa-parent and project dependencies
5
6
6
7
## 1.0.7
7
8
Original file line number Diff line number Diff line change 10
10
<parent >
11
11
<groupId >com.github.bordertech.common</groupId >
12
12
<artifactId >qa-parent</artifactId >
13
- <version >1.0.17 </version >
13
+ <version >1.0.19 </version >
14
14
</parent >
15
15
16
16
<packaging >jar</packaging >
53
53
<dependency >
54
54
<groupId >org.apache.commons</groupId >
55
55
<artifactId >commons-lang3</artifactId >
56
- <version >3.11 </version >
56
+ <version >3.12.0 </version >
57
57
</dependency >
58
58
<dependency >
59
59
<groupId >org.apache.commons</groupId >
60
60
<artifactId >commons-text</artifactId >
61
61
<version >1.9</version >
62
+ <exclusions >
63
+ <exclusion >
64
+ <groupId >org.apache.commons</groupId >
65
+ <artifactId >commons-lang3</artifactId >
66
+ </exclusion >
67
+ </exclusions >
62
68
</dependency >
63
69
<dependency >
64
70
<groupId >commons-io</groupId >
65
71
<artifactId >commons-io</artifactId >
66
- <version >2.8 .0</version >
72
+ <version >2.11 .0</version >
67
73
</dependency >
68
74
<!-- Junit -->
69
75
<dependency >
74
80
<dependency >
75
81
<groupId >org.awaitility</groupId >
76
82
<artifactId >awaitility</artifactId >
77
- <version >4.0.3 </version >
83
+ <version >4.1.1 </version >
78
84
<scope >test</scope >
79
85
</dependency >
80
86
You can’t perform that action at this time.
0 commit comments