Skip to content

Commit 9a60f6d

Browse files
larrysingletongarethahealy
authored andcommitted
Upgrade to beanutils-1.9.4 (#768)
1 parent 2114be1 commit 9a60f6d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bom-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<properties>
3636
<!-- Dependency versions; alphabetical order -->
3737
<cglib-nodep.version>3.2.9</cglib-nodep.version>
38-
<commons-beanutils.version>1.9.3</commons-beanutils.version>
38+
<commons-beanutils.version>1.9.4</commons-beanutils.version>
3939
<commons-lang3.version>3.7</commons-lang3.version>
4040
<commons-io.version>2.5</commons-io.version>
4141
<javax.el.version>3.0.0</javax.el.version>

core/src/test/java/com/github/dozermapper/core/util/ReflectionUtilsTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public void testGetInterfacePropertyDescriptors() {
101101
assertEquals(1, descriptors.length);
102102

103103
descriptors = ReflectionUtils.getInterfacePropertyDescriptors(TestClass.class);
104-
assertEquals(4, descriptors.length);
104+
assertEquals(3, descriptors.length);
105105
}
106106

107107
@Test

tests/dozer-osgi-tests/src/test/java/com/github/dozermapper/osgitests/support/BundleOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public final class BundleOptions {
3838
public static Option coreBundles() {
3939
return composite(
4040
// Commons
41-
localBundle("org.apache.commons.beanutils.link"),
41+
localBundle("org.apache.commons.commons-beanutils.link"),
4242
localBundle("org.apache.commons.collections.link"),
4343
localBundle("org.apache.commons.lang3.link"),
4444
localBundle("org.apache.commons.io.link"),

0 commit comments

Comments
 (0)