|
8 | 8 | <properties>
|
9 | 9 | <compiler-plugin.version>3.13.0</compiler-plugin.version>
|
10 | 10 | <fj-doc-ext-kotlin-version>0.4.2</fj-doc-ext-kotlin-version>
|
11 |
| - <fj-doc-version>8.9.3</fj-doc-version> |
| 11 | + <fj-doc-version>8.11.5</fj-doc-version> |
12 | 12 | <kotlin.version>2.0.21</kotlin.version>
|
13 | 13 | <maven.compiler.release>21</maven.compiler.release>
|
14 | 14 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
15 | 15 | <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
16 | 16 | <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
|
17 | 17 | <quarkus.platform.group-id>io.quarkus.platform</quarkus.platform.group-id>
|
18 |
| - <quarkus.platform.version>3.15.1</quarkus.platform.version> |
| 18 | + <quarkus.platform.version>3.17.4</quarkus.platform.version> |
19 | 19 | <skipITs>true</skipITs>
|
20 | 20 | <surefire-plugin.version>3.3.1</surefire-plugin.version>
|
21 | 21 | <versions.jacoco>0.8.12</versions.jacoco>
|
|
117 | 117 | <dependency>
|
118 | 118 | <groupId>org.jetbrains.kotlin</groupId>
|
119 | 119 | <artifactId>kotlin-stdlib</artifactId>
|
120 |
| - <version>${kotlin.version}</version> |
121 | 120 | </dependency>
|
122 | 121 | <dependency>
|
123 | 122 | <groupId>org.jetbrains.kotlin</groupId>
|
|
127 | 126 | <dependency>
|
128 | 127 | <groupId>org.jetbrains.kotlin</groupId>
|
129 | 128 | <artifactId>kotlin-script-runtime</artifactId>
|
130 |
| - <version>${kotlin.version}</version> |
131 | 129 | </dependency>
|
132 | 130 | <dependency>
|
133 | 131 | <groupId>org.jetbrains.kotlin</groupId>
|
134 | 132 | <artifactId>kotlin-scripting-common</artifactId>
|
135 |
| - <version>${kotlin.version}</version> |
136 | 133 | </dependency>
|
137 | 134 | <dependency>
|
138 | 135 | <groupId>org.jetbrains.kotlin</groupId>
|
139 | 136 | <artifactId>kotlin-scripting-jvm</artifactId>
|
140 |
| - <version>${kotlin.version}</version> |
141 | 137 | </dependency>
|
142 | 138 | <dependency>
|
143 | 139 | <groupId>org.jetbrains.kotlin</groupId>
|
144 | 140 | <artifactId>kotlin-scripting-jvm-host</artifactId>
|
145 |
| - <version>${kotlin.version}</version> |
146 | 141 | </dependency>
|
147 | 142 | <dependency>
|
148 | 143 | <groupId>org.jetbrains.kotlin</groupId>
|
149 | 144 | <artifactId>kotlin-compiler-embeddable</artifactId>
|
150 |
| - <version>${kotlin.version}</version> |
151 | 145 | </dependency>
|
152 | 146 | <dependency>
|
153 | 147 | <groupId>org.jetbrains.kotlin</groupId>
|
154 | 148 | <artifactId>kotlin-reflect</artifactId>
|
155 |
| - <version>${kotlin.version}</version> |
156 | 149 | </dependency>
|
157 | 150 | <dependency>
|
158 | 151 | <groupId>org.junit.jupiter</groupId>
|
|
0 commit comments