Skip to content

Commit 0e64f73

Browse files
shubhamkumarguptaTCSShubham Gupta C
andauthored
Uplifted GSON dependency version to 2.9.1 (#309)
* Excluded the logback-classic dependency * Merged log4j to slf4j changes. * uplifted gson dependency version from 2.8.4 to 2.9.1 * Removed older changes related to logback-classic * Uplifted pom.xml version from 3.0.2 to 3.0.3 Co-authored-by: Shubham Gupta C <shubham.c.gupta@ericsson.com>
1 parent c6c4880 commit 0e64f73

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
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.github.ericsson</groupId>
88
<artifactId>eiffel-intelligence-frontend</artifactId>
9-
<version>3.0.2</version>
9+
<version>3.0.3</version>
1010
<packaging>war</packaging>
1111

1212
<parent>
@@ -116,7 +116,7 @@
116116
<dependency>
117117
<groupId>com.google.code.gson</groupId>
118118
<artifactId>gson</artifactId>
119-
<version>2.8.4</version>
119+
<version>2.9.1</version>
120120
</dependency>
121121
<!-- https://mvnrepository.com/artifact/junit/junit -->
122122
<dependency>

0 commit comments

Comments
 (0)