|
@@ -6,13 +6,13 @@
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
<version>0.0.1-SNAPSHOT</version>
|
|
|
|
|
|
<properties>
|
|
<properties>
|
|
- <maven.compiler.source>11</maven.compiler.source>
|
|
|
|
- <maven.compiler.target>11</maven.compiler.target>
|
|
|
|
|
|
+ <maven.compiler.source>17</maven.compiler.source>
|
|
|
|
+ <maven.compiler.target>17</maven.compiler.target>
|
|
<!-- the main class -->
|
|
<!-- the main class -->
|
|
<main.class>vertx.App</main.class>
|
|
<main.class>vertx.App</main.class>
|
|
- <stack.version>4.3.5</stack.version>
|
|
|
|
- <jackson.version>2.14.0</jackson.version>
|
|
|
|
- <netty.version>4.1.85.Final</netty.version>
|
|
|
|
|
|
+ <stack.version>4.3.8</stack.version>
|
|
|
|
+ <jackson.version>2.14.2</jackson.version>
|
|
|
|
+ <netty.version>4.1.89.Final</netty.version>
|
|
</properties>
|
|
</properties>
|
|
|
|
|
|
<dependencies>
|
|
<dependencies>
|
|
@@ -51,17 +51,17 @@
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
<groupId>com.github.ben-manes.caffeine</groupId>
|
|
<artifactId>caffeine</artifactId>
|
|
<artifactId>caffeine</artifactId>
|
|
- <version>3.1.1</version>
|
|
|
|
|
|
+ <version>3.1.3</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>com.fizzed</groupId>
|
|
<groupId>com.fizzed</groupId>
|
|
<artifactId>rocker-compiler</artifactId>
|
|
<artifactId>rocker-compiler</artifactId>
|
|
- <version>1.2.1</version>
|
|
|
|
|
|
+ <version>1.3.0</version>
|
|
</dependency>
|
|
</dependency>
|
|
<dependency>
|
|
<dependency>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<groupId>javax.xml.bind</groupId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
<artifactId>jaxb-api</artifactId>
|
|
- <version>2.2.12</version>
|
|
|
|
|
|
+ <version>2.3.1</version>
|
|
</dependency>
|
|
</dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
@@ -70,7 +70,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
- <version>3.8.0</version>
|
|
|
|
|
|
+ <version>3.10.1</version>
|
|
<configuration>
|
|
<configuration>
|
|
<debug>false</debug>
|
|
<debug>false</debug>
|
|
</configuration>
|
|
</configuration>
|
|
@@ -78,7 +78,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>com.fizzed</groupId>
|
|
<groupId>com.fizzed</groupId>
|
|
<artifactId>rocker-maven-plugin</artifactId>
|
|
<artifactId>rocker-maven-plugin</artifactId>
|
|
- <version>1.2.1</version>
|
|
|
|
|
|
+ <version>1.3.0</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<id>generate-rocker-templates</id>
|
|
<id>generate-rocker-templates</id>
|
|
@@ -87,7 +87,7 @@
|
|
<goal>generate</goal>
|
|
<goal>generate</goal>
|
|
</goals>
|
|
</goals>
|
|
<configuration>
|
|
<configuration>
|
|
- <javaVersion>11</javaVersion>
|
|
|
|
|
|
+ <javaVersion>17</javaVersion>
|
|
<templateDirectory>${basedir}/src/main/templates</templateDirectory>
|
|
<templateDirectory>${basedir}/src/main/templates</templateDirectory>
|
|
<outputDirectory>${basedir}/target/generated-sources/rocker</outputDirectory>
|
|
<outputDirectory>${basedir}/target/generated-sources/rocker</outputDirectory>
|
|
<discardLogicWhitespace>false</discardLogicWhitespace>
|
|
<discardLogicWhitespace>false</discardLogicWhitespace>
|
|
@@ -101,7 +101,7 @@
|
|
<plugin>
|
|
<plugin>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
<artifactId>maven-shade-plugin</artifactId>
|
|
- <version>2.3</version>
|
|
|
|
|
|
+ <version>2.4.1</version>
|
|
<executions>
|
|
<executions>
|
|
<execution>
|
|
<execution>
|
|
<phase>package</phase>
|
|
<phase>package</phase>
|