|
12 | 12 |
|
13 | 13 | <properties> |
14 | 14 | <!-- Compiler options --> |
15 | | - <maven.compiler.source>11</maven.compiler.source> |
16 | | - <maven.compiler.target>11</maven.compiler.target> |
| 15 | + <maven.compiler.source>25</maven.compiler.source> |
| 16 | + <maven.compiler.target>25</maven.compiler.target> |
17 | 17 |
|
18 | 18 | <!-- Dependency versions --> |
19 | | - <armeria.version>1.24.3</armeria.version> |
| 19 | + <armeria.version>1.33.4</armeria.version> |
20 | 20 | </properties> |
21 | 21 |
|
22 | 22 | <dependencies> |
|
28 | 28 | <dependency> |
29 | 29 | <groupId>org.apache.logging.log4j</groupId> |
30 | 30 | <artifactId>log4j-slf4j-impl</artifactId> |
31 | | - <version>2.12.1</version> |
| 31 | + <version>2.25.2</version> |
32 | 32 | </dependency> |
33 | 33 | <dependency> |
34 | 34 | <groupId>org.postgresql</groupId> |
35 | 35 | <artifactId>postgresql</artifactId> |
36 | | - <version>42.7.2</version> |
| 36 | + <version>42.7.8</version> |
37 | 37 | </dependency> |
38 | 38 | <dependency> |
39 | 39 | <groupId>com.github.spullara.mustache.java</groupId> |
40 | 40 | <artifactId>compiler</artifactId> |
41 | | - <version>0.9.6</version> |
| 41 | + <version>0.9.14</version> |
42 | 42 | </dependency> |
43 | 43 | <dependency> |
44 | 44 | <groupId>com.zaxxer</groupId> |
45 | 45 | <artifactId>HikariCP</artifactId> |
46 | | - <version>3.3.1</version> |
| 46 | + <version>7.0.2</version> |
47 | 47 | <scope>compile</scope> |
48 | 48 | </dependency> |
49 | 49 | </dependencies> |
|
53 | 53 | <plugin> |
54 | 54 | <groupId>org.apache.maven.plugins</groupId> |
55 | 55 | <artifactId>maven-compiler-plugin</artifactId> |
56 | | - <version>3.8.0</version> |
| 56 | + <version>3.14.1</version> |
57 | 57 | <configuration> |
58 | 58 | <debug>false</debug> |
59 | 59 | </configuration> |
|
62 | 62 | <plugin> |
63 | 63 | <groupId>org.springframework.boot</groupId> |
64 | 64 | <artifactId>spring-boot-maven-plugin</artifactId> |
65 | | - <version>2.1.8.RELEASE</version> |
| 65 | + <version>3.5.6</version> |
66 | 66 | <executions> |
67 | 67 | <execution> |
68 | 68 | <goals> |
|
0 commit comments