Skip to content

Commit c8cfa27

Browse files
authored
update to latest dotenv-java dep (#51)
* upgrade dotenv-java * update dotenv-java dep * set compiler source and target to 1.8
1 parent c06725f commit c8cfa27

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>io.github.cdimascio</groupId>
1212
<artifactId>dotenv-kotlin</artifactId>
13-
<version>6.1.1</version>
13+
<version>6.2.0</version>
1414

1515
<licenses>
1616
<license>
@@ -50,10 +50,10 @@
5050

5151

5252
<properties>
53-
<dotenv.version>2.0.0</dotenv.version>
53+
<dotenv.version>2.1.0</dotenv.version>
5454
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
55-
<maven.compiler.target>11</maven.compiler.target>
56-
<maven.compiler.source>11</maven.compiler.source>
55+
<maven.compiler.target>1.8</maven.compiler.target>
56+
<maven.compiler.source>1.8</maven.compiler.source>
5757
<kotlin.version>1.4.0</kotlin.version>
5858
<main.class>io.cdimascio.DotenvKt</main.class>
5959
<junit.version>4.12</junit.version>

0 commit comments

Comments
 (0)