We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 888aa23 commit 6ef33ecCopy full SHA for 6ef33ec
1 file changed
pom.xml
@@ -145,6 +145,12 @@
145
<artifactId>commons-compress</artifactId>
146
<version>1.28.0</version>
147
</dependency>
148
+ <!-- enforce update even if not used -->
149
+ <dependency>
150
+ <groupId>org.apache.commons</groupId>
151
+ <artifactId>commons-lang3</artifactId>
152
+ <version>3.18.0</version>
153
+ </dependency>
154
<dependency>
155
<groupId>commons-io</groupId>
156
<artifactId>commons-io</artifactId>
0 commit comments