Skip to content

Commit 1f49238

Browse files
authored
Merge branch 'main' into feat/user-interface-3.x
2 parents d8e961d + 8d060a2 commit 1f49238

File tree

15 files changed

+356
-370
lines changed

15 files changed

+356
-370
lines changed

common/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
<plugin>
128128
<groupId>org.codehaus.mojo</groupId>
129129
<artifactId>build-helper-maven-plugin</artifactId>
130-
<version>3.5.0</version>
130+
<version>3.6.0</version>
131131
<executions>
132132
<execution>
133133
<id>addSource</id>

examples/serdes-with-references/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<properties>
1616
<protobuf.version>4.26.1</protobuf.version>
1717
<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>
1919
</properties>
2020

2121
<dependencies>

go-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<plugin>
2929
<groupId>org.codehaus.mojo</groupId>
3030
<artifactId>exec-maven-plugin</artifactId>
31-
<version>3.2.0</version>
31+
<version>3.3.0</version>
3232
<executions>
3333
<execution>
3434
<goals>

java-sdk/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>apicurio-registry-java-sdk</artifactId>
2828
<properties>
29-
<kiota.libs.version>1.1.11</kiota.libs.version>
29+
<kiota.libs.version>1.1.12</kiota.libs.version>
3030
<kiota.community.version>0.0.16</kiota.community.version>
3131
<kiota.base.url>https://github.com/microsoft/kiota/releases/download</kiota.base.url>
3232
</properties>

operator/model/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<plugin>
6363
<groupId>org.codehaus.mojo</groupId>
6464
<artifactId>build-helper-maven-plugin</artifactId>
65-
<version>3.5.0</version>
65+
<version>3.6.0</version>
6666
<executions>
6767
<execution>
6868
<id>addSource</id>

operator/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
2727
<awaitility.version>4.2.1</awaitility.version>
2828
<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>
3030
<bouncycastle.version>1.70</bouncycastle.version>
3131
<!-- ATTENTION! The Quarkus version needs to be aligned with the Quarkus Operator SDK -->
3232
<!-- TODO: possibly stabilize on something shared with the rest of the repo -->

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@
149149
<icu4j.version>75.1</icu4j.version>
150150
<protobuf.version>3.19.6</protobuf.version>
151151
<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>
153153
<wsdl4j.version>1.6.3</wsdl4j.version>
154154
<google.truth.extension.version>1.4.2</google.truth.extension.version>
155155

@@ -175,7 +175,7 @@
175175
<apicurio-data-models.version>2.0.4</apicurio-data-models.version>
176176

177177
<!-- GraphQL -->
178-
<graphql.version>22.0</graphql.version>
178+
<graphql.version>22.1</graphql.version>
179179

180180
<!-- JSON Schema Validator -->
181181
<org.everit.json.schema.version>1.14.4</org.everit.json.schema.version><!-- TODO unification -->

python-sdk/poetry.lock

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

python-sdk/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ microsoft-kiota-serialization-text = "^1.0.0"
2727
[tool.poetry.group.test.dependencies]
2828
pytest = "^7.3.1"
2929
pytest-asyncio = "^0.21.0"
30-
requests = "2.31.0"
30+
requests = "2.32.0"
3131

3232

3333
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)