Browse Source

update jooby version to 1.2.1 (#3025)

Vladimir Kirilov 7 years ago
parent
commit
b5d632eaa9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      frameworks/Java/jooby/pom.xml

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

@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.jooby</groupId>
     <artifactId>jooby-project</artifactId>
-    <version>1.1.3</version>
+    <version>1.2.1</version>
   </parent>
 
   <artifactId>jooby</artifactId>
@@ -17,7 +17,7 @@
   <name>jooby</name>
 
   <properties>
-    <jooby.version>1.1.3</jooby.version>
+    <jooby.version>1.2.1</jooby.version>
     <postgresql.version>42.1.1</postgresql.version>
     <rocker.touchFile>/dev/null</rocker.touchFile>