Move spring-core pom deps versions to the parent pom
Also update the spring could function context to 4.1.1 and jsonchema to 4.35.0
This commit is contained in:
3
pom.xml
3
pom.xml
@@ -114,6 +114,7 @@
|
||||
<maven.compiler.target>17</maven.compiler.target>
|
||||
|
||||
<!-- production dependencies -->
|
||||
<spring-cloud-function-context.version>4.1.1</spring-cloud-function-context.version>
|
||||
<spring-boot.version>3.2.4</spring-boot.version>
|
||||
<spring-framework.version>6.1.4</spring-framework.version>
|
||||
<stringtemplate.version>4.0.2</stringtemplate.version>
|
||||
@@ -128,6 +129,8 @@
|
||||
<qdrant.version>1.7.1</qdrant.version>
|
||||
<spring-retry.version>2.0.5</spring-retry.version>
|
||||
<ibm.sdk.version>9.20.0</ibm.sdk.version>
|
||||
<jsonschema.version>4.35.0</jsonschema.version>
|
||||
<swagger-annotations.version>2.2.20</swagger-annotations.version>
|
||||
|
||||
<!-- Protobuf -->
|
||||
<protobuf-java.version>3.25.2</protobuf-java.version>
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
</scm>
|
||||
|
||||
<properties>
|
||||
<jsonschema.version>4.31.1</jsonschema.version>
|
||||
<antlr.version>4.13.1</antlr.version>
|
||||
</properties>
|
||||
|
||||
@@ -29,19 +28,19 @@
|
||||
<dependency>
|
||||
<groupId>io.swagger.core.v3</groupId>
|
||||
<artifactId>swagger-annotations</artifactId>
|
||||
<version>2.2.20</version>
|
||||
<version>${swagger-annotations.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.github.victools</groupId>
|
||||
<artifactId>jsonschema-module-swagger-2</artifactId>
|
||||
<version>4.33.1</version>
|
||||
<version>${jsonschema.version}</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-function-context</artifactId>
|
||||
<version>4.1.0</version>
|
||||
<version>${spring-cloud-function-context.version}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- production dependencies -->
|
||||
|
||||
Reference in New Issue
Block a user