Upgraded H2 JDBC driver version
This commit is contained in:
parent
8b16b8c996
commit
56e93ff020
@ -19,7 +19,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<h2.version>1.4.181</h2.version>
|
||||
<h2.version>1.4.193</h2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
|
||||
<db.url>jdbc:h2:~/flyway-test</db.url>
|
||||
<db.username>sa</db.username>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.3.173</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
<java.version>1.8</java.version>
|
||||
|
||||
<!-- JBoss dependency versions -->
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -21,7 +21,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<kotlin.version>1.0.0-rc-1036</kotlin.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>3.2.6.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>4.2.4.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
<java.version>1.8</java.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@ -20,7 +20,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<org.springframework.version>4.2.4.RELEASE</org.springframework.version>
|
||||
<org.jooq.version>3.9.0-SNAPSHOT</org.jooq.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
@ -36,7 +36,7 @@
|
||||
<dependency>
|
||||
<groupId>com.h2database</groupId>
|
||||
<artifactId>h2</artifactId>
|
||||
<version>1.4.184</version>
|
||||
<version>1.4.193</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.hibernate</groupId>
|
||||
|
||||
@ -16,7 +16,7 @@
|
||||
|
||||
<properties>
|
||||
<scala.version>2.10.6</scala.version>
|
||||
<org.h2.version>1.4.181</org.h2.version>
|
||||
<org.h2.version>1.4.193</org.h2.version>
|
||||
</properties>
|
||||
|
||||
<build>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user