File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -32,14 +32,14 @@ _Requires Java 8 or greater._
32
32
<dependency >
33
33
<groupId >io.github.cdimascio</groupId >
34
34
<artifactId >dotenv-java</artifactId >
35
- <version >2.2.3 </version >
35
+ <version >2.2.4 </version >
36
36
</dependency >
37
37
```
38
38
39
39
### Gradle
40
40
41
41
``` groovy
42
- compile 'io.github.cdimascio:dotenv-java:2.2.3 '
42
+ compile 'io.github.cdimascio:dotenv-java:2.2.4 '
43
43
```
44
44
45
45
Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
Original file line number Diff line number Diff line change 11
11
12
12
<groupId >io.github.cdimascio</groupId >
13
13
<artifactId >dotenv-java</artifactId >
14
- <version >2.2.2 </version >
14
+ <version >2.2.4 </version >
15
15
16
16
<licenses >
17
17
<license >
230
230
<fileSets >
231
231
<fileSet >
232
232
<sourceFile >${project.basedir} /pom.xml</sourceFile >
233
- <destinationFile >${project.build.directory} /dotenv-java-2.2.2 .pom</destinationFile >
233
+ <destinationFile >${project.build.directory} /dotenv-java-2.2.4 .pom</destinationFile >
234
234
</fileSet >
235
235
</fileSets >
236
236
</configuration >
260
260
<id >ossrh</id >
261
261
<url >https://oss.sonatype.org/content/repositories/snapshots</url >
262
262
</snapshotRepository >
263
- <!-- <repository>-->
264
- <!-- <id>ossrh</id>-->
265
- <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
266
- <!-- </repository>-->
267
263
<repository >
268
- <id >github</id >
269
- <name >Carmine M DiMascio</name >
270
- <url >https://maven.pkg.github.com/cdimascio/dotenv-java</url >
264
+ <id >ossrh</id >
265
+ <url >https://oss.sonatype.org/service/local/staging/deploy/maven2/</url >
271
266
</repository >
267
+ <!-- <repository>-->
268
+ <!-- <id>github</id>-->
269
+ <!-- <name>Carmine M DiMascio</name>-->
270
+ <!-- <url>https://maven.pkg.github.com/cdimascio/dotenv-java</url>-->
271
+ <!-- </repository>-->
272
272
</distributionManagement >
273
273
<profiles >
274
274
<profile >
You can’t perform that action at this time.
0 commit comments