|
4 | 4 |
|
5 | 5 | <groupId>io.zeko</groupId> |
6 | 6 | <artifactId>zeko-data-mapper</artifactId> |
7 | | - <version>1.6.2-SNAPSHOT</version> |
| 7 | + <version>1.6.3-SNAPSHOT</version> |
8 | 8 | <packaging>jar</packaging> |
9 | 9 |
|
10 | 10 | <name>${project.groupId}:${project.artifactId}</name> |
|
42 | 42 | <connection>scm:git:https://github.com/darkredz/Zeko-Data-Mapper.git</connection> |
43 | 43 | <developerConnection>scm:git:ssh://github.com/darkredz/Zeko-Data-Mapper.git</developerConnection> |
44 | 44 | <url>https://github.com/darkredz/Zeko-Data-Mapper</url> |
45 | | - <tag>1.5.8</tag> |
| 45 | + <tag>1.6.2</tag> |
46 | 46 | </scm> |
47 | 47 |
|
48 | 48 | <distributionManagement> |
|
81 | 81 | </pluginRepositories> |
82 | 82 |
|
83 | 83 | <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> |
86 | 86 | <spek.version>2.0.9</spek.version> |
87 | 87 | <jupiter.version>5.2.0</jupiter.version> |
88 | 88 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
|
138 | 138 | <dependency> |
139 | 139 | <groupId>com.github.jasync-sql</groupId> |
140 | 140 | <artifactId>jasync-common</artifactId> |
141 | | - <version>1.0.17</version> |
| 141 | + <version>1.1.5</version> |
142 | 142 | </dependency> |
143 | 143 | <dependency> |
144 | 144 | <groupId>joda-time</groupId> |
|
147 | 147 | </dependency> |
148 | 148 | <dependency> |
149 | 149 | <groupId>io.vertx</groupId> |
150 | | - <artifactId>vertx-sql-common</artifactId> |
| 150 | + <artifactId>vertx-jdbc-client</artifactId> |
151 | 151 | <version>${vertx.version}</version> |
152 | 152 | </dependency> |
| 153 | + <dependency> |
| 154 | + <groupId>com.fasterxml.jackson.core</groupId> |
| 155 | + <artifactId>jackson-databind</artifactId> |
| 156 | + <version>2.9.10.3</version> |
| 157 | + </dependency> |
153 | 158 | <dependency> |
154 | 159 | <groupId>org.jetbrains.kotlin</groupId> |
155 | 160 | <artifactId>kotlin-stdlib-jdk8</artifactId> |
|
0 commit comments