diff --git a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
index 1301e5a077..d9b1ec4683 100644
--- a/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
+++ b/jOOQ-examples/jOOQ-spring-boot-example/pom.xml
@@ -6,7 +6,7 @@
org.springframework.boot
spring-boot-starter-parent
- 2.0.2.RELEASE
+ 2.1.6.RELEASE
org.jooq
@@ -34,6 +34,25 @@
org.springframework.boot
spring-boot-starter-jooq
+
+
+
+
+ org.jooq
+ jooq
+
+
+
+
+
+
+ org.jooq
+ jooq
+ ${jooq.version}
@@ -121,6 +140,7 @@
org.jooq
jooq-codegen-maven
+ ${jooq.version}
@@ -157,13 +177,6 @@
-
-
- com.h2database
- h2
- ${h2.version}
-
-