Skip to content

Commit

Permalink
Merge pull request #1835 from cherylking/bumpCommonsIO
Browse files Browse the repository at this point in the history
update commons-io version
  • Loading branch information
cherylking authored Oct 4, 2024
2 parents 7dfa0c4 + d5b088d commit b5b0586
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/binary-scanner-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.10.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/dev-container-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/dev-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public void testLooseApplicationFileContent() throws Exception {
nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET);
assertEquals("Number of <archive/> element ==>", 3, nodes.getLength());
// test runtime scope dependency to be included in the ?WEB-INF/lib
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar",
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar",
nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,9 @@ public void testLooseApplicationFileContent() throws Exception {
nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET);
assertEquals("Number of <archive/> element ==>", 5, nodes.getLength());
// test runtime scope dependency to be included in the ?WEB-INF/lib
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar",
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar",
nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue());
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar",
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar",
nodes.item(4).getAttributes().getNamedItem("targetInArchive").getNodeValue());
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@ public void testLooseApplicationFileContent() throws Exception {
nodes = (NodeList) xPath.compile(expression).evaluate(inputDoc, XPathConstants.NODESET);
assertEquals("Number of <archive/> element ==>", 5, nodes.getLength());
// test runtime scope dependency to be included in the ?WEB-INF/lib
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar",
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar",
nodes.item(2).getAttributes().getNamedItem("targetInArchive").getNodeValue());
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.11.0.jar",
assertEquals("file targetInArchive attribute value", "/WEB-INF/lib/commons-io-2.14.0.jar",
nodes.item(4).getAttributes().getNamedItem("targetInArchive").getNodeValue());
}
}
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/ear-project-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.11.0</version>
<version>2.14.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/generate-features-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.10.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/loose-war-ejb-it/war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>junit</groupId>
Expand Down
2 changes: 1 addition & 1 deletion liberty-maven-plugin/src/it/verify-user-feature-it/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.8.0</version>
<version>2.14.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b5b0586

Please sign in to comment.