Skip to content

Commit

Permalink
upgraded kotlin and lib versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sunitparekhtw committed Mar 28, 2023
1 parent 2ff55c4 commit a337fbb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ dataanon.log
data/
.gradle
.kotlintest
.vscode
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.dataanon</groupId>
<artifactId>data-anon</artifactId>
<version>0.9.9</version>
<version>0.9.10</version>
<packaging>jar</packaging>

<name>data-anon</name>
Expand All @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.0</kotlin.version>
<kotlin.version>1.8.0</kotlin.version>
<version.jacoco>0.8.8</version.jacoco>
</properties>

Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>io.projectreactor</groupId>
<artifactId>reactor-core</artifactId>
<version>3.4.22</version>
<version>3.5.4</version>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
Expand All @@ -108,7 +108,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.5.1</version>
<version>42.6.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit a337fbb

Please sign in to comment.