Skip to content

Commit b91d7d7

Browse files
authored
Merge pull request #133 from IAGrig/fix-apache-commons-lang-vulnerability
Upgrade Apache Commons Lang version to fix vulnerability
2 parents df1642d + 45904e8 commit b91d7d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>io.github.neodix42</groupId>
88
<artifactId>top</artifactId>
99
<packaging>pom</packaging>
10-
<version>1.3.1</version>
10+
<version>1.3.2</version>
1111

1212
<modules>
1313
<module>bitstring</module>
@@ -48,7 +48,7 @@
4848
<gson.version>2.9.0</gson.version>
4949
<okhttp.version>4.12.0</okhttp.version>
5050
<jna.version>5.15.0</jna.version>
51-
<lang3.version>3.17.0</lang3.version>
51+
<lang3.version>3.18.0</lang3.version>
5252
<surefire.plugin.version>3.0.0-M7</surefire.plugin.version>
5353
<maven.compiler.plugin>3.10.1</maven.compiler.plugin>
5454
<maven.deploy.plugin>3.1.3</maven.deploy.plugin>

0 commit comments

Comments
 (0)