Browse Source

jooby: 2.8.5 (#5739)

- version bump for some dependencies
Edgar Espina 5 years ago
parent
commit
862618aa32

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

@@ -11,10 +11,10 @@
   <name>jooby</name>
 
   <properties>
-    <jooby.version>2.8.4</jooby.version>
+    <jooby.version>2.8.5</jooby.version>
     <!-- downgrade netty and make pg-client happy -->
     <netty.version>4.1.34.Final</netty.version>
-    <postgresql.version>42.2.5</postgresql.version>
+    <postgresql.version>42.2.13</postgresql.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>com.fizzed</groupId>
         <artifactId>rocker-maven-plugin</artifactId>
-        <version>1.2.3</version>
+        <version>1.3.0</version>
         <executions>
           <execution>
             <id>generate-rocker-templates</id>
@@ -113,7 +113,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.2.2</version>
+        <version>3.2.4</version>
         <executions>
           <execution>
             <id>uber-jar</id>

+ 1 - 1
frameworks/Kotlin/kooby/benchmark_config.json

@@ -11,7 +11,7 @@
       "port": 8080,
       "approach": "Realistic",
       "classification": "Fullstack",
-      "framework": "jooby for kotlin",
+      "framework": "kooby: jooby+kotlin",
       "language": "Kotlin",
       "flavor": "None",
       "platform": "Undertow",

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

@@ -12,15 +12,15 @@
   <name>kooby: jooby+kotlin</name>
 
   <properties>
-    <jooby.version>2.8.4</jooby.version>
-    <postgresql.version>42.2.5</postgresql.version>
+    <jooby.version>2.8.5</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>
     <maven.compiler.target>1.8</maven.compiler.target>
 
     <!-- Startup class -->
     <application.class>kooby.AppKt</application.class>
-    <kotlin.version>1.3.61</kotlin.version>
+    <kotlin.version>1.3.72</kotlin.version>
   </properties>
 
   <dependencies>
@@ -82,7 +82,7 @@
       <plugin>
         <groupId>com.fizzed</groupId>
         <artifactId>rocker-maven-plugin</artifactId>
-        <version>1.2.3</version>
+        <version>1.3.0</version>
         <executions>
           <execution>
             <id>generate-rocker-templates</id>
@@ -164,7 +164,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-shade-plugin</artifactId>
-        <version>3.2.2</version>
+        <version>3.2.4</version>
         <executions>
           <execution>
             <id>uber-jar</id>