|
20 | 20 | <surefire-report-plugin.version>2.22.0</surefire-report-plugin.version>
|
21 | 21 | <maven-source-plugin.version>2.2.1</maven-source-plugin.version>
|
22 | 22 | <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> |
25 | 25 | <retrofit-source.version>2.9.0</retrofit-source.version>
|
26 | 26 | <converter-gson-source.version>2.9.0</converter-gson-source.version>
|
27 | 27 | <loggin.version>4.9.3</loggin.version>
|
28 | 28 | <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> |
30 | 30 | <junit-jupiter.version>5.8.2</junit-jupiter.version>
|
31 | 31 | <junit-jupiter-engine.version>5.8.0-M1</junit-jupiter-engine.version>
|
32 | 32 | <junit-vintage-engine.version>5.8.2</junit-vintage-engine.version>
|
|
37 | 37 | <maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
|
38 | 38 | <nexus-staging-maven-plugin.version>1.6.7</nexus-staging-maven-plugin.version>
|
39 | 39 | <maven-release-plugin.version>2.5.3</maven-release-plugin.version>
|
40 |
| - <json-version>20211205</json-version> |
| 40 | + <json-version>20220320</json-version> |
41 | 41 | <jacoco-maven-plugin-version>0.8.7</jacoco-maven-plugin-version>
|
42 | 42 | <maven-release-plugin-version>2.5.3</maven-release-plugin-version>
|
43 | 43 | <nexus-staging-maven-plugin-version>1.6.7</nexus-staging-maven-plugin-version>
|
|
117 | 117 | </dependency>
|
118 | 118 | <dependency>
|
119 | 119 | <groupId>io.github.cdimascio</groupId>
|
120 |
| - <artifactId>java-dotenv</artifactId> |
| 120 | + <artifactId>dotenv-java</artifactId> |
121 | 121 | <version>${dotenv-source.version}</version>
|
122 | 122 | <scope>runtime</scope>
|
123 | 123 | </dependency>
|
|
0 commit comments