Skip to content

Commit 18b4f39

Browse files
committed
Commons Lang 3.7 -> 3.8.1.
Fixes: java.lang.NullPointerException at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast (SystemUtils.java:1654)
1 parent fb492e6 commit 18b4f39

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ under the License.
151151
<dependency>
152152
<groupId>org.apache.commons</groupId>
153153
<artifactId>commons-lang3</artifactId>
154-
<version>3.7</version>
154+
<version>3.8.1</version>
155155
</dependency>
156156
<dependency>
157157
<groupId>org.ow2.asm</groupId>

src/changes/changes.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
<action type="fix" dev="ggregory" due-to="John Patrick">Use JUnit 5 assertThrows() #11, #12.</action>
2929
<action type="fix" dev="sebb">Construct nested class to avoid compilation error</action>
3030
<!-- UPDATE -->
31+
<action type="update" dev="sebb">Commons Lang 3.7 -> 3.8.1. Fixes: java.lang.NullPointerException
32+
at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast (SystemUtils.java:1654)</action>
33+
<action type="update" dev="sebb">commons.japicmp.version 0.15.1 -> 0.23.1</action>
3134
<action type="update" dev="ggregory">Update commons.japicmp.version 0.11.1 -> 0.15.1.</action>
3235
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.maven:maven-core from 3.1.0 to 3.8.1 in /maven-plugin #13.</action>
3336
<action type="update" dev="ggregory" due-to="Dependabot">Bump junit from 4.12 to 4.13.1 in /parent #9.</action>

0 commit comments

Comments
 (0)