Skip to content

Commit b5cc593

Browse files
committed
Security update - commons-lang3 version
Signed-off-by: David Matějček <[email protected]>
1 parent 178083a commit b5cc593

File tree

2 files changed

+3
-2
lines changed
  • appserver/tests/tck/microprofile/rest-client
  • nucleus/parent

2 files changed

+3
-2
lines changed

appserver/tests/tck/microprofile/rest-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<dependency>
122122
<groupId>org.apache.commons</groupId>
123123
<artifactId>commons-lang3</artifactId>
124-
<version>3.18.0</version>
124+
<version>${commons-lang3.version}</version>
125125
</dependency>
126126
</dependencies>
127127
</plugin>

nucleus/parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@
131131

132132
<!-- 3rd party dependencies -->
133133
<commons-io.version>2.18.0</commons-io.version>
134+
<commons-lang3.version>3.18.0</commons-lang3.version>
134135
<jboss.logging.annotation.version>3.0.4.Final</jboss.logging.annotation.version>
135136
<jboss.logging.version>3.6.1.Final</jboss.logging.version>
136137
<javassist.version>3.30.2-GA</javassist.version>
@@ -746,7 +747,7 @@
746747
<dependency>
747748
<groupId>org.apache.commons</groupId>
748749
<artifactId>commons-lang3</artifactId>
749-
<version>3.17.0</version>
750+
<version>${commons-lang3.version}</version>
750751
<scope>test</scope>
751752
</dependency>
752753
<dependency>

0 commit comments

Comments
 (0)