Skip to content

Commit

Permalink
Merge branch 'main' into chore/remove-k8s-dependent-labelSelectors
Browse files Browse the repository at this point in the history
  • Loading branch information
EricWittmann authored Jan 28, 2025
2 parents d229372 + 4772a0d commit 935b0af
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 206 deletions.
2 changes: 1 addition & 1 deletion examples/serdes-with-references/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<projectRoot>${project.basedir}/../..</projectRoot>
<protobuf.version>3.25.5</protobuf.version>
<proto-plugin.version>0.6.1</proto-plugin.version>
<protobuf.googleapi.types.version>2.50.1</protobuf.googleapi.types.version>
<protobuf.googleapi.types.version>2.51.0</protobuf.googleapi.types.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<icu4j.version>76.1</icu4j.version>
<protobuf.version>3.25.5</protobuf.version>
<xmlsec.version>4.0.3</xmlsec.version>
<protobuf.googleapi.types.version>2.50.1</protobuf.googleapi.types.version>
<protobuf.googleapi.types.version>2.51.0</protobuf.googleapi.types.version>
<wsdl4j.version>1.6.3</wsdl4j.version>
<google.truth.extension.version>1.4.4</google.truth.extension.version>

Expand Down Expand Up @@ -211,7 +211,7 @@

<!-- Dependency versions -->
<lombok.version>1.18.36</lombok.version>
<commons-codec.version>1.17.2</commons-codec.version>
<commons-codec.version>1.18.0</commons-codec.version>
<apicurio-common-rest-client.version>0.1.18.Final</apicurio-common-rest-client.version>
<kafka-clients.version>3.6.0</kafka-clients.version>
<debezium.version>2.6.2.Final</debezium.version>
Expand Down
96 changes: 48 additions & 48 deletions typescript-sdk/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions typescript-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"devDependencies": {
"@apicurio/eslint-config": "0.3.0",
"@kiota-community/kiota-gen": "1.0.2",
"@types/node": "22.10.10",
"@types/node": "22.12.0",
"@types/react": "18.3.18",
"@types/react-dom": "18.3.5",
"@typescript-eslint/eslint-plugin": "8.21.0",
"@typescript-eslint/parser": "8.21.0",
"@typescript-eslint/eslint-plugin": "8.22.0",
"@typescript-eslint/parser": "8.22.0",
"@vitejs/plugin-react": "4.3.4",
"cross-env": "7.0.3",
"eslint": "8.57.1",
Expand Down
Loading

0 comments on commit 935b0af

Please sign in to comment.