|
177 | 177 | <kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget> |
178 | 178 |
|
179 | 179 | <!-- production dependencies --> |
180 | | - <spring-boot.version>3.3.6</spring-boot.version> |
| 180 | + <spring-boot.version>3.4.2</spring-boot.version> |
181 | 181 | <ST4.version>4.3.4</ST4.version> |
182 | 182 | <azure-open-ai-client.version>1.0.0-beta.13</azure-open-ai-client.version> |
183 | 183 | <jtokkit.version>1.1.0</jtokkit.version> |
|
207 | 207 | <sap.hanadb.version>2.20.11</sap.hanadb.version> |
208 | 208 | <coherence.version>24.09</coherence.version> |
209 | 209 | <milvus.version>2.3.5</milvus.version> |
210 | | - <oracle.free.version>1.19.8</oracle.free.version> |
211 | 210 | <gemfire.testcontainers.version>2.3.0</gemfire.testcontainers.version> |
212 | 211 | <pinecone.version>0.8.0</pinecone.version> |
213 | 212 | <fastjson.version>2.0.46</fastjson.version> |
|
223 | 222 | <mariadb.version>3.5.1</mariadb.version> |
224 | 223 | <commonmark.version>0.22.0</commonmark.version> |
225 | 224 |
|
226 | | - <!-- also managed by boot bom --> |
227 | | - <oracle.version>23.4.0.24.05</oracle.version> |
228 | | - <postgresql.version>42.7.2</postgresql.version> |
229 | | - <cassandra.java-driver.version>4.18.1</cassandra.java-driver.version> |
230 | | - <elasticsearch-java.version>8.13.3</elasticsearch-java.version> |
231 | | - <spring-retry.version>2.0.9</spring-retry.version> |
232 | | - <jackson.version>2.16.1</jackson.version> |
233 | | - <!-- not sure if jsonSchema is also managed by boot bom --> |
234 | | - <jackson-module-jsonSchema.version>2.17.2</jackson-module-jsonSchema.version> |
235 | | - <!-- check on kotlin version as managed by boot bom --> |
236 | | - <kotlin.version>1.9.25</kotlin.version> |
237 | | - |
238 | | - |
239 | | - <!-- testing dependencies also managed by boot bom--> |
240 | | - <httpclient5.version>5.3.1</httpclient5.version> |
241 | | - <testcontainers.version>1.20.1</testcontainers.version> |
242 | | - |
243 | 225 |
|
244 | 226 | <!-- testing dependencies --> |
245 | | - <testcontainers.opensearch.version>2.0.1</testcontainers.opensearch.version> |
246 | 227 | <okhttp3.version>4.12.0</okhttp3.version> |
247 | 228 |
|
248 | | - <!-- documentation dependencies --> |
249 | | - <io.spring.maven.antora-version>0.0.4</io.spring.maven.antora-version> |
250 | | - <org.maven.antora-version>1.0.0-alpha.4</org.maven.antora-version> |
251 | | - <asciidoctorj-pdf.version>1.6.2</asciidoctorj-pdf.version> <!-- FIXME build failure with |
252 | | - version 2.3.9 --> |
253 | | - <asciidoctorj-epub.version>1.5.1</asciidoctorj-epub.version> |
254 | | - <spring-asciidoctor-backends.version>0.0.6</spring-asciidoctor-backends.version> |
255 | | - |
256 | 229 | <!-- MCP--> |
257 | 230 | <mcp.sdk.version>0.7.0-SNAPSHOT</mcp.sdk.version> |
258 | 231 |
|
259 | 232 | <!-- plugin versions --> |
| 233 | + <antlr.version>4.13.1</antlr.version> |
260 | 234 | <maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version> |
261 | 235 | <maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version> |
262 | 236 | <maven-failsafe-plugin.version>3.5.2</maven-failsafe-plugin.version> |
|
268 | 242 | <asciidoctor-maven-plugin.version>2.2.3</asciidoctor-maven-plugin.version> |
269 | 243 | <maven-assembly-plugin.version>3.7.0</maven-assembly-plugin.version> |
270 | 244 | <maven-dependency-plugin.version>3.5.0</maven-dependency-plugin.version> |
271 | | - <!-- <maven-site-plugin.version>3.12.1</maven-site-plugin.version> --> |
272 | 245 | <maven-site-plugin.version>4.0.0-M13</maven-site-plugin.version> |
273 | 246 | <maven-project-info-reports-plugin.version>3.4.5</maven-project-info-reports-plugin.version> |
274 | 247 | <maven-jar-plugin.version>3.3.0</maven-jar-plugin.version> |
|
0 commit comments