|
|
|
@ -5,7 +5,7 @@
|
|
|
|
<parent>
|
|
|
|
<parent>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>3.5.8</version>
|
|
|
|
<version>3.5.14</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
<groupId>wanijo</groupId>
|
|
|
|
<groupId>wanijo</groupId>
|
|
|
|
@ -14,8 +14,8 @@
|
|
|
|
<name>wanijo2</name>
|
|
|
|
<name>wanijo2</name>
|
|
|
|
<description>Wanijo, second edition</description>
|
|
|
|
<description>Wanijo, second edition</description>
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
<java.version>21</java.version>
|
|
|
|
<kotlin.version>1.9.25</kotlin.version>
|
|
|
|
<kotlin.version>2.3.21</kotlin.version>
|
|
|
|
<jdbi.version>3.47.0</jdbi.version>
|
|
|
|
<jdbi.version>3.47.0</jdbi.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
@ -45,12 +45,12 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
|
|
<groupId>nz.net.ultraq.thymeleaf</groupId>
|
|
|
|
<artifactId>thymeleaf-layout-dialect</artifactId>
|
|
|
|
<artifactId>thymeleaf-layout-dialect</artifactId>
|
|
|
|
<version>3.3.0</version>
|
|
|
|
<version>4.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.commonmark</groupId>
|
|
|
|
<groupId>org.commonmark</groupId>
|
|
|
|
<artifactId>commonmark</artifactId>
|
|
|
|
<artifactId>commonmark</artifactId>
|
|
|
|
<version>0.25.0</version>
|
|
|
|
<version>0.28.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- DATABASE -->
|
|
|
|
<!-- DATABASE -->
|
|
|
|
|