Browse Source

jooby: 2.8.6 (#5775)

Edgar Espina 5 years ago
parent
commit
51aff8c900
2 changed files with 2 additions and 2 deletions
  1. 1 1
      frameworks/Java/jooby/pom.xml
  2. 1 1
      frameworks/Kotlin/kooby/pom.xml

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

@@ -11,7 +11,7 @@
   <name>jooby</name>
 
   <properties>
-    <jooby.version>2.8.5</jooby.version>
+    <jooby.version>2.8.6</jooby.version>
     <!-- downgrade netty and make pg-client happy -->
     <netty.version>4.1.34.Final</netty.version>
     <postgresql.version>42.2.13</postgresql.version>

+ 1 - 1
frameworks/Kotlin/kooby/pom.xml

@@ -12,7 +12,7 @@
   <name>kooby: jooby+kotlin</name>
 
   <properties>
-    <jooby.version>2.8.5</jooby.version>
+    <jooby.version>2.8.6</jooby.version>
     <postgresql.version>42.2.13</postgresql.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>1.8</maven.compiler.source>