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 @@ -32,26 +32,26 @@ _Requires Java 8 or greater._
3232<dependency >
3333 <groupId >io.github.cdimascio</groupId >
3434 <artifactId >dotenv-java</artifactId >
35- <version >2.3.1 </version >
35+ <version >2.3.2 </version >
3636</dependency >
3737```
3838
3939### Gradle <4.10
4040
4141``` groovy
42- compile 'io.github.cdimascio:dotenv-java:2.3.1 '
42+ compile 'io.github.cdimascio:dotenv-java:2.3.2 '
4343```
4444
4545### Gradle >=4.10
4646
4747``` groovy
48- implementation 'io.github.cdimascio:dotenv-java:2.3.1 '
48+ implementation 'io.github.cdimascio:dotenv-java:2.3.2 '
4949```
5050
5151### Gradle Kotlin DSL
5252
5353``` kotlin
54- implementation(" io.github.cdimascio:dotenv-java:2.3.1 " )
54+ implementation(" io.github.cdimascio:dotenv-java:2.3.2 " )
5555```
5656
5757Looking 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