Skip to content

Commit 60718ab

Browse files
authored
deps: Apache BCEL 6.6.1 (#2318)
* deps: Apache BCEL 6.6.1 * Removing MaximumLinkageErrorsTest for the libraries-bom The Libraries BOM has moved to java-cloud-bom repository.
1 parent b84addb commit 60718ab

File tree

3 files changed

+1
-104
lines changed

3 files changed

+1
-104
lines changed

boms/integration-tests/src/test/java/com/google/cloud/BomContentTest.java

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,6 @@ public void testLtsBom() throws Exception {
6262
checkBom(bomPath);
6363
}
6464

65-
@Test
66-
public void testLibrariesBom() throws Exception {
67-
Path bomPath = Paths.get("..", "cloud-oss-bom", "pom.xml").toAbsolutePath();
68-
checkBom(bomPath);
69-
}
70-
7165
private void checkBom(Path bomPath) throws Exception {
7266
Bom bom = Bom.readBom(bomPath);
7367

boms/integration-tests/src/test/java/com/google/cloud/MaximumLinkageErrorsTest.java

Lines changed: 0 additions & 97 deletions
This file was deleted.

dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>org.apache.bcel</groupId>
4848
<artifactId>bcel</artifactId>
49-
<version>6.5.0</version>
49+
<version>6.6.1</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>org.apache.maven</groupId>

0 commit comments

Comments
 (0)