Bump spring to 3.5.13 (#2985)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -17,7 +17,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.12</version>
|
<version>3.5.13</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>org.eclipse.hawkbit</groupId>
|
<groupId>org.eclipse.hawkbit</groupId>
|
||||||
@@ -56,7 +56,7 @@
|
|||||||
<java.client.version>17</java.client.version>
|
<java.client.version>17</java.client.version>
|
||||||
|
|
||||||
<!-- must be the same as the parent version -->
|
<!-- must be the same as the parent version -->
|
||||||
<spring.boot.version>3.5.12</spring.boot.version>
|
<spring.boot.version>3.5.13</spring.boot.version>
|
||||||
<spring.cloud.version>2025.0.1</spring.cloud.version>
|
<spring.cloud.version>2025.0.1</spring.cloud.version>
|
||||||
<springdoc-openapi.version>2.8.16</springdoc-openapi.version>
|
<springdoc-openapi.version>2.8.16</springdoc-openapi.version>
|
||||||
|
|
||||||
@@ -70,6 +70,9 @@
|
|||||||
<eclipselink.maven.plugin.version>3.0.2</eclipselink.maven.plugin.version>
|
<eclipselink.maven.plugin.version>3.0.2</eclipselink.maven.plugin.version>
|
||||||
<!-- Eclipselink - END -->
|
<!-- Eclipselink - END -->
|
||||||
|
|
||||||
|
<!-- Spring AI for MCP support -->
|
||||||
|
<spring-ai.version>1.1.4</spring-ai.version>
|
||||||
|
|
||||||
<!-- Misc libraries versions - START -->
|
<!-- Misc libraries versions - START -->
|
||||||
<cron-utils.version>9.2.1</cron-utils.version>
|
<cron-utils.version>9.2.1</cron-utils.version>
|
||||||
<jsoup.version>1.22.1</jsoup.version>
|
<jsoup.version>1.22.1</jsoup.version>
|
||||||
@@ -77,8 +80,7 @@
|
|||||||
<commons-io.version>2.21.0</commons-io.version>
|
<commons-io.version>2.21.0</commons-io.version>
|
||||||
<commons-collections4.version>4.5.0</commons-collections4.version>
|
<commons-collections4.version>4.5.0</commons-collections4.version>
|
||||||
<io-protostuff.version>1.8.0</io-protostuff.version>
|
<io-protostuff.version>1.8.0</io-protostuff.version>
|
||||||
<!-- Spring AI for MCP support -->
|
|
||||||
<spring-ai.version>1.1.4</spring-ai.version>
|
|
||||||
<!-- test -->
|
<!-- test -->
|
||||||
<rabbitmq.http-client.version>5.5.0</rabbitmq.http-client.version>
|
<rabbitmq.http-client.version>5.5.0</rabbitmq.http-client.version>
|
||||||
<classgraph.version>4.8.184</classgraph.version>
|
<classgraph.version>4.8.184</classgraph.version>
|
||||||
|
|||||||
Reference in New Issue
Block a user