File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Expand file tree Collapse file tree 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._
3232<dependency >
3333 <groupId >io.github.cdimascio</groupId >
3434 <artifactId >dotenv-java</artifactId >
35- <version >2.2.3 </version >
35+ <version >2.2.4 </version >
3636</dependency >
3737```
3838
3939### Gradle
4040
4141``` groovy
42- compile 'io.github.cdimascio:dotenv-java:2.2.3 '
42+ compile 'io.github.cdimascio:dotenv-java:2.2.4 '
4343```
4444
4545Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
Original file line number Diff line number Diff line change 1111
1212 <groupId >io.github.cdimascio</groupId >
1313 <artifactId >dotenv-java</artifactId >
14- <version >2.2.2 </version >
14+ <version >2.2.4 </version >
1515
1616 <licenses >
1717 <license >
230230 <fileSets >
231231 <fileSet >
232232 <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 >
234234 </fileSet >
235235 </fileSets >
236236 </configuration >
260260 <id >ossrh</id >
261261 <url >https://oss.sonatype.org/content/repositories/snapshots</url >
262262 </snapshotRepository >
263- <!-- <repository>-->
264- <!-- <id>ossrh</id>-->
265- <!-- <url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>-->
266- <!-- </repository>-->
267263 <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 >
271266 </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>-->
272272 </distributionManagement >
273273 <profiles >
274274 <profile >
You can’t perform that action at this time.
0 commit comments