Skip to content

Commit

Permalink
Upgrade to beanutils-1.9.4 (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
larrysingleton authored and garethahealy committed Jan 3, 2020
1 parent 2114be1 commit 9a60f6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bom-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<properties>
<!-- Dependency versions; alphabetical order -->
<cglib-nodep.version>3.2.9</cglib-nodep.version>
<commons-beanutils.version>1.9.3</commons-beanutils.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-lang3.version>3.7</commons-lang3.version>
<commons-io.version>2.5</commons-io.version>
<javax.el.version>3.0.0</javax.el.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ public void testGetInterfacePropertyDescriptors() {
assertEquals(1, descriptors.length);

descriptors = ReflectionUtils.getInterfacePropertyDescriptors(TestClass.class);
assertEquals(4, descriptors.length);
assertEquals(3, descriptors.length);
}

@Test
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public final class BundleOptions {
public static Option coreBundles() {
return composite(
// Commons
localBundle("org.apache.commons.beanutils.link"),
localBundle("org.apache.commons.commons-beanutils.link"),
localBundle("org.apache.commons.collections.link"),
localBundle("org.apache.commons.lang3.link"),
localBundle("org.apache.commons.io.link"),
Expand Down

0 comments on commit 9a60f6d

Please sign in to comment.