Skip to content

Commit

Permalink
[jOOQ/jOOQ#9127] Update jOOQ-mcve dependency versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaseder authored Sep 2, 2019
1 parent 8b11670 commit 0c8b1e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<org.jooq.version>3.11.11</org.jooq.version>
<org.jooq.version>3.12.1</org.jooq.version>
<db.url>jdbc:h2:~/mcve</db.url>
<db.username>sa</db.username>
<db.password></db.password>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>1.4.197</version>
<version>1.4.199</version>
</dependency>

<!-- Logging -->
Expand All @@ -53,8 +53,8 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<source>10</source>
<target>10</target>
<source>11</source>
<target>11</target>
</configuration>
</plugin>

Expand Down

0 comments on commit 0c8b1e8

Please sign in to comment.