|
5 | 5 | <groupId>net.dontcode.common</groupId> |
6 | 6 | <artifactId>parent</artifactId> |
7 | 7 | <name>Dont-code Quarkus Mongo</name> |
8 | | - <version>0.3.1</version> |
| 8 | + <version>0.4.0</version> |
9 | 9 | <packaging>pom</packaging> |
10 | 10 | <properties> |
11 | | - <compiler-plugin.version>3.12.1</compiler-plugin.version> |
12 | | - <source-plugin.version>3.2.1</source-plugin.version> |
13 | | - <javadoc-plugin.version>3.3.0</javadoc-plugin.version> |
| 11 | + <compiler-plugin.version>3.14.1</compiler-plugin.version> |
| 12 | + <source-plugin.version>3.3.0</source-plugin.version> |
| 13 | + <javadoc-plugin.version>3.6.3</javadoc-plugin.version> |
14 | 14 | <gpg-plugin.version>3.2.1</gpg-plugin.version> |
15 | | - <maven.compiler.release>17</maven.compiler.release> |
| 15 | + <maven.compiler.release>25</maven.compiler.release> |
16 | 16 | <jandex-plugin.version>3.1.7</jandex-plugin.version> |
17 | 17 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
18 | 18 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> |
19 | 19 | <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> |
20 | 20 | <quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id> |
21 | | - <quarkus.platform.version>3.9.1</quarkus.platform.version> |
| 21 | + <quarkus.platform.version>3.31.4</quarkus.platform.version> |
22 | 22 | <skipITs>true</skipITs> |
23 | | - <surefire-plugin.version>3.2.5</surefire-plugin.version> |
24 | | - <dontcode-core.version>0.3.1</dontcode-core.version> |
| 23 | + <surefire-plugin.version>3.5.4</surefire-plugin.version> |
| 24 | + <dontcode-core.version>0.4.0</dontcode-core.version> |
25 | 25 | </properties> |
26 | 26 | <dependencyManagement> |
27 | 27 | <dependencies> |
|
120 | 120 | <plugin> |
121 | 121 | <groupId>io.smallrye</groupId> |
122 | 122 | <artifactId>jandex-maven-plugin</artifactId> |
123 | | - <version>3.1.7</version> |
| 123 | + <version>${jandex-plugin.version}</version> |
124 | 124 | <executions> |
125 | 125 | <execution> |
126 | 126 | <id>make-index</id> |
|
0 commit comments