File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 114
114
<maven .compiler.target>17</maven .compiler.target>
115
115
116
116
<!-- production dependencies -->
117
+ <spring-cloud-function-context .version>4.1.1</spring-cloud-function-context .version>
117
118
<spring-boot .version>3.2.4</spring-boot .version>
118
119
<spring-framework .version>6.1.4</spring-framework .version>
119
120
<stringtemplate .version>4.0.2</stringtemplate .version>
128
129
<qdrant .version>1.7.1</qdrant .version>
129
130
<spring-retry .version>2.0.5</spring-retry .version>
130
131
<ibm .sdk.version>9.20.0</ibm .sdk.version>
132
+ <jsonschema .version>4.35.0</jsonschema .version>
133
+ <swagger-annotations .version>2.2.20</swagger-annotations .version>
131
134
132
135
<!-- Protobuf -->
133
136
<protobuf-java .version>3.25.2</protobuf-java .version>
Original file line number Diff line number Diff line change 20
20
</scm >
21
21
22
22
<properties >
23
- <jsonschema .version>4.31.1</jsonschema .version>
24
23
<antlr .version>4.13.1</antlr .version>
25
24
</properties >
26
25
29
28
<dependency >
30
29
<groupId >io.swagger.core.v3</groupId >
31
30
<artifactId >swagger-annotations</artifactId >
32
- <version >2.2.20 </version >
31
+ <version >${swagger-annotations.version} </version >
33
32
</dependency >
34
33
35
34
<dependency >
36
35
<groupId >com.github.victools</groupId >
37
36
<artifactId >jsonschema-module-swagger-2</artifactId >
38
- <version >4.33.1 </version >
37
+ <version >${jsonschema.version} </version >
39
38
</dependency >
40
39
41
40
<dependency >
42
41
<groupId >org.springframework.cloud</groupId >
43
42
<artifactId >spring-cloud-function-context</artifactId >
44
- <version >4.1.0 </version >
43
+ <version >${spring-cloud-function-context.version} </version >
45
44
</dependency >
46
45
47
46
<!-- production dependencies -->
You can’t perform that action at this time.
0 commit comments