Skip to content

Commit 591c3c6

Browse files
Fixed vulnerability for AST-105531 and AST-105946
1 parent 71bba96 commit 591c3c6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Each line is a file pattern followed by one or more owners
33

44
# Specify the default owners for the entire repository
5-
* @greensd4 @AlvoBen @pedrompflopes
5+
* @cx-anurag-dalke @cx-anand-nandeshwar @cx-atish-jadhav

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.apache.commons</groupId>
2626
<artifactId>commons-lang3</artifactId>
27-
<version>3.14.0</version>
27+
<version>3.18.0</version>
2828
</dependency>
2929
<dependency>
3030
<groupId>com.googlecode.json-simple</groupId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>com.google.code.gson</groupId>
4646
<artifactId>gson</artifactId>
47-
<version>2.10.1</version>
47+
<version>2.12.0</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>org.slf4j</groupId>

0 commit comments

Comments
 (0)