File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,26 +35,26 @@ _Requires Java 8 or greater._
3535<dependency >
3636 <groupId >io.github.cdimascio</groupId >
3737 <artifactId >dotenv-java</artifactId >
38- <version >2.2.4 </version >
38+ <version >2.3.0 </version >
3939</dependency >
4040```
4141
4242### Gradle <4.10
4343
4444``` groovy
45- compile 'io.github.cdimascio:dotenv-java:2.2.4 '
45+ compile 'io.github.cdimascio:dotenv-java:2.3.0 '
4646```
4747
4848### Gradle >=4.10
4949
5050``` groovy
51- implementation 'io.github.cdimascio:dotenv-java:2.2.4 '
51+ implementation 'io.github.cdimascio:dotenv-java:2.3.0 '
5252```
5353
5454### Gradle Kotlin DSL
5555
5656``` kotlin
57- implementation(" io.github.cdimascio:dotenv-java:2.2.4 " )
57+ implementation(" io.github.cdimascio:dotenv-java:2.3.0 " )
5858```
5959
6060Looking for the Kotlin variant? ** get [ dotenv-kotlin] ( https://github.com/cdimascio/dotenv-kotlin ) ** .
You can’t perform that action at this time.
0 commit comments