Skip to content

Commit 7443295

Browse files
pom.xml updated 🔒
1 parent e4cee12 commit 7443295

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
<surefire-report-plugin.version>2.22.0</surefire-report-plugin.version>
2121
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
2222
<maven-javadoc-plugin.version>3.3.2</maven-javadoc-plugin.version>
23-
<dotenv-source.version>5.2.2</dotenv-source.version>
24-
<rxjava-source.version>3.1.3</rxjava-source.version>
23+
<dotenv-source.version>2.2.3</dotenv-source.version>
24+
<rxjava-source.version>3.1.4</rxjava-source.version>
2525
<retrofit-source.version>2.9.0</retrofit-source.version>
2626
<converter-gson-source.version>2.9.0</converter-gson-source.version>
2727
<loggin.version>4.9.3</loggin.version>
2828
<jococo-plugin.version>0.8.5</jococo-plugin.version>
29-
<lombok-source.version>1.18.22</lombok-source.version>
29+
<lombok-source.version>1.18.24</lombok-source.version>
3030
<junit-jupiter.version>5.8.2</junit-jupiter.version>
3131
<junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
3232
<junit-vintage-engine.version>5.8.2</junit-vintage-engine.version>
@@ -37,7 +37,7 @@
3737
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3838
<nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
3939
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
40-
<json-version>20211205</json-version>
40+
<json-version>20220320</json-version>
4141
<jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
4242
<maven-release-plugin-version>2.5.3</maven-release-plugin-version>
4343
<nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version>
@@ -117,7 +117,7 @@
117117
</dependency>
118118
<dependency>
119119
<groupId>io.github.cdimascio</groupId>
120-
<artifactId>java-dotenv</artifactId>
120+
<artifactId>dotenv-java</artifactId>
121121
<version>${dotenv-source.version}</version>
122122
<scope>runtime</scope>
123123
</dependency>

src/test/java/com/contentstack/sdk/TestConfig.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
import java.net.InetSocketAddress;
99
import java.net.Proxy;
10-
import java.util.HashMap;
1110
import java.util.logging.Level;
1211
import java.util.logging.Logger;
1312

0 commit comments

Comments
 (0)