Skip to content

Commit 074e39a

Browse files
authored
Merge branch 'main' into wip-basic-auth2
2 parents 45fd846 + da18592 commit 074e39a

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

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.10</kiota.libs.version>
29+
<kiota.libs.version>1.1.11</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>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@
825825
<plugin>
826826
<groupId>net.alchim31.maven</groupId>
827827
<artifactId>scala-maven-plugin</artifactId>
828-
<version>4.9.0</version>
828+
<version>4.9.1</version>
829829
<configuration>
830830
<recompileMode>incremental</recompileMode>
831831
<args>

ui/tests/package-lock.json

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

ui/tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
"@typescript-eslint/parser": "7.8.0",
1919
"eslint": "8.57.0",
2020
"eslint-plugin-react-hooks": "4.6.2",
21-
"eslint-plugin-react-refresh": "0.4.6"
21+
"eslint-plugin-react-refresh": "0.4.7"
2222
}
2323
}

ui/ui-docs/package-lock.json

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

ui/ui-docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vitejs/plugin-react-swc": "3.6.0",
2121
"eslint": "8.57.0",
2222
"eslint-plugin-react-hooks": "4.6.2",
23-
"eslint-plugin-react-refresh": "0.4.6",
23+
"eslint-plugin-react-refresh": "0.4.7",
2424
"rimraf": "5.0.5",
2525
"typescript": "5.4.5",
2626
"vite": "5.2.11",

0 commit comments

Comments
 (0)