File tree 15 files changed +356
-370
lines changed
examples/serdes-with-references
15 files changed +356
-370
lines changed Original file line number Diff line number Diff line change 127
127
<plugin >
128
128
<groupId >org.codehaus.mojo</groupId >
129
129
<artifactId >build-helper-maven-plugin</artifactId >
130
- <version >3.5 .0</version >
130
+ <version >3.6 .0</version >
131
131
<executions >
132
132
<execution >
133
133
<id >addSource</id >
Original file line number Diff line number Diff line change 15
15
<properties >
16
16
<protobuf .version>4.26.1</protobuf .version>
17
17
<proto-plugin .version>0.6.1</proto-plugin .version>
18
- <protobuf .googleapi.types.version>2.39.0 </protobuf .googleapi.types.version>
18
+ <protobuf .googleapi.types.version>2.39.1 </protobuf .googleapi.types.version>
19
19
</properties >
20
20
21
21
<dependencies >
Original file line number Diff line number Diff line change 28
28
<plugin >
29
29
<groupId >org.codehaus.mojo</groupId >
30
30
<artifactId >exec-maven-plugin</artifactId >
31
- <version >3.2 .0</version >
31
+ <version >3.3 .0</version >
32
32
<executions >
33
33
<execution >
34
34
<goals >
Original file line number Diff line number Diff line change 26
26
<modelVersion >4.0.0</modelVersion >
27
27
<artifactId >apicurio-registry-java-sdk</artifactId >
28
28
<properties >
29
- <kiota .libs.version>1.1.11 </kiota .libs.version>
29
+ <kiota .libs.version>1.1.12 </kiota .libs.version>
30
30
<kiota .community.version>0.0.16</kiota .community.version>
31
31
<kiota .base.url>https://github.com/microsoft/kiota/releases/download</kiota .base.url>
32
32
</properties >
Original file line number Diff line number Diff line change 62
62
<plugin >
63
63
<groupId >org.codehaus.mojo</groupId >
64
64
<artifactId >build-helper-maven-plugin</artifactId >
65
- <version >3.5 .0</version >
65
+ <version >3.6 .0</version >
66
66
<executions >
67
67
<execution >
68
68
<id >addSource</id >
Original file line number Diff line number Diff line change 26
26
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
27
27
<awaitility .version>4.2.1</awaitility .version>
28
28
<kubernetes-client-java-gen .version>6.12.1</kubernetes-client-java-gen .version>
29
- <assertj .core.version>3.25.3 </assertj .core.version>
29
+ <assertj .core.version>3.26.0 </assertj .core.version>
30
30
<bouncycastle .version>1.70</bouncycastle .version>
31
31
<!-- ATTENTION! The Quarkus version needs to be aligned with the Quarkus Operator SDK -->
32
32
<!-- TODO: possibly stabilize on something shared with the rest of the repo -->
Original file line number Diff line number Diff line change 149
149
<icu4j .version>75.1</icu4j .version>
150
150
<protobuf .version>3.19.6</protobuf .version>
151
151
<xmlsec .version>4.0.2</xmlsec .version>
152
- <protobuf .googleapi.types.version>2.39.0 </protobuf .googleapi.types.version>
152
+ <protobuf .googleapi.types.version>2.39.1 </protobuf .googleapi.types.version>
153
153
<wsdl4j .version>1.6.3</wsdl4j .version>
154
154
<google .truth.extension.version>1.4.2</google .truth.extension.version>
155
155
175
175
<apicurio-data-models .version>2.0.4</apicurio-data-models .version>
176
176
177
177
<!-- GraphQL -->
178
- <graphql .version>22.0 </graphql .version>
178
+ <graphql .version>22.1 </graphql .version>
179
179
180
180
<!-- JSON Schema Validator -->
181
181
<org .everit.json.schema.version>1.14.4</org .everit.json.schema.version><!-- TODO unification -->
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ microsoft-kiota-serialization-text = "^1.0.0"
27
27
[tool .poetry .group .test .dependencies ]
28
28
pytest = " ^7.3.1"
29
29
pytest-asyncio = " ^0.21.0"
30
- requests = " 2.31 .0"
30
+ requests = " 2.32 .0"
31
31
32
32
33
33
[tool .poetry .group .dev .dependencies ]
You can’t perform that action at this time.
0 commit comments