Browse Source

upgrade jooby and postresql jars to latest (#3842)

Paul Hammant 7 years ago
parent
commit
82a6b1de37
1 changed files with 3 additions and 3 deletions
  1. 3 3
      frameworks/Java/jooby/pom.xml

+ 3 - 3
frameworks/Java/jooby/pom.xml

@@ -7,7 +7,7 @@
   <parent>
   <parent>
     <groupId>org.jooby</groupId>
     <groupId>org.jooby</groupId>
     <artifactId>jooby-project</artifactId>
     <artifactId>jooby-project</artifactId>
-    <version>1.2.1</version>
+    <version>1.4.0</version>
   </parent>
   </parent>
 
 
   <artifactId>jooby</artifactId>
   <artifactId>jooby</artifactId>
@@ -17,8 +17,8 @@
   <name>jooby</name>
   <name>jooby</name>
 
 
   <properties>
   <properties>
-    <jooby.version>1.2.1</jooby.version>
-    <postgresql.version>42.1.4</postgresql.version>
+    <jooby.version>1.4.0</jooby.version>
+    <postgresql.version>42.2.2</postgresql.version>
     <rocker.touchFile>/dev/null</rocker.touchFile>
     <rocker.touchFile>/dev/null</rocker.touchFile>
 
 
     <!-- Startup class -->
     <!-- Startup class -->