Skip to content

Commit e73562a

Browse files
authored
Merge pull request #15 from darkredz/dev
Dev
2 parents d85772d + fd55cc9 commit e73562a

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ ps: Zeko turns out to be rabbit in Croatian, thus the logo :D
2525
<dependency>
2626
<groupId>io.zeko</groupId>
2727
<artifactId>zeko-data-mapper</artifactId>
28-
<version>1.6.1</version>
28+
<version>1.6.2</version>
2929
</dependency>
3030

3131

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.zeko</groupId>
66
<artifactId>zeko-data-mapper</artifactId>
7-
<version>1.6.2-SNAPSHOT</version>
7+
<version>1.6.3-SNAPSHOT</version>
88
<packaging>jar</packaging>
99

1010
<name>${project.groupId}:${project.artifactId}</name>
@@ -42,7 +42,7 @@
4242
<connection>scm:git:https://github.com/darkredz/Zeko-Data-Mapper.git</connection>
4343
<developerConnection>scm:git:ssh://github.com/darkredz/Zeko-Data-Mapper.git</developerConnection>
4444
<url>https://github.com/darkredz/Zeko-Data-Mapper</url>
45-
<tag>1.5.8</tag>
45+
<tag>1.6.2</tag>
4646
</scm>
4747

4848
<distributionManagement>
@@ -81,8 +81,8 @@
8181
</pluginRepositories>
8282

8383
<properties>
84-
<kotlin.version>1.3.61</kotlin.version>
85-
<vertx.version>3.9.0</vertx.version>
84+
<kotlin.version>1.4.10</kotlin.version>
85+
<vertx.version>4.0.0</vertx.version>
8686
<spek.version>2.0.9</spek.version>
8787
<jupiter.version>5.2.0</jupiter.version>
8888
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -138,7 +138,7 @@
138138
<dependency>
139139
<groupId>com.github.jasync-sql</groupId>
140140
<artifactId>jasync-common</artifactId>
141-
<version>1.0.17</version>
141+
<version>1.1.5</version>
142142
</dependency>
143143
<dependency>
144144
<groupId>joda-time</groupId>
@@ -147,9 +147,14 @@
147147
</dependency>
148148
<dependency>
149149
<groupId>io.vertx</groupId>
150-
<artifactId>vertx-sql-common</artifactId>
150+
<artifactId>vertx-jdbc-client</artifactId>
151151
<version>${vertx.version}</version>
152152
</dependency>
153+
<dependency>
154+
<groupId>com.fasterxml.jackson.core</groupId>
155+
<artifactId>jackson-databind</artifactId>
156+
<version>2.9.10.3</version>
157+
</dependency>
153158
<dependency>
154159
<groupId>org.jetbrains.kotlin</groupId>
155160
<artifactId>kotlin-stdlib-jdk8</artifactId>

0 commit comments

Comments
 (0)