Skip to content

Commit d178006

Browse files
fix(security): update dependency org.apache.commons:commons-lang3 to v3.18.0 [security] (#1512)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 012a85f commit d178006

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

providers/env-var/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>org.apache.commons</groupId>
3333
<artifactId>commons-lang3</artifactId>
34-
<version>3.17.0</version>
34+
<version>3.18.0</version>
3535
</dependency>
3636
</dependencies>
3737
</project>

providers/flagd/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
<dependency>
118118
<groupId>org.apache.commons</groupId>
119119
<artifactId>commons-lang3</artifactId>
120-
<version>3.17.0</version>
120+
<version>3.18.0</version>
121121
</dependency>
122122

123123
<dependency>

tools/flagd-http-connector/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>org.apache.commons</groupId>
3737
<artifactId>commons-lang3</artifactId>
38-
<version>3.17.0</version>
38+
<version>3.18.0</version>
3939
</dependency>
4040

4141
<dependency>

tools/junit-openfeature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>org.apache.commons</groupId>
3131
<artifactId>commons-lang3</artifactId>
32-
<version>3.17.0</version>
32+
<version>3.18.0</version>
3333
</dependency>
3434

3535
<dependency>

0 commit comments

Comments
 (0)