File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 >
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 >
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
You can’t perform that action at this time.
0 commit comments