Skip to content

Commit 323e06d

Browse files
algolia-botrenovate[bot]Fluf22
authored
chore(deps): dependencies 2025-09-15 (#5341)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Thomas Raffray <[email protected]>
1 parent fabffc5 commit 323e06d

File tree

20 files changed

+112
-88
lines changed

20 files changed

+112
-88
lines changed

.github/actions/setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ runs:
2626

2727
- name: Setup gradle
2828
if: inputs.type != 'minimal'
29-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
29+
uses: gradle/actions/[email protected].3
3030
with:
3131
validate-wrappers: true
3232
add-job-summary: 'on-failure'

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ jobs:
586586
echo 'BREAKING_CHANGES_SECTION<<EOF'
587587
echo "# 💥 Breaking changes detected !!"
588588
echo "Either this PR or a previous PR not released yet introduced breaking changes, be careful when merging."
589-
echo "You can find the details in the 'client java@17' CI job."
589+
echo "You can find the details in the 'client java@21' CI job."
590590
echo 'EOF'
591591
} >> "$GITHUB_OUTPUT"
592592

clients/algoliasearch-client-java/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version-file: .java-version
2222

2323
- name: Setup Gradle
24-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected].3
2525

2626
- name: Upload Artifacts
2727
run: ./gradlew publishAllPublicationsToMavenCentral --no-configuration-cache

clients/algoliasearch-client-kotlin/.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
java-version: 11
2222

2323
- name: Setup Gradle
24-
uses: gradle/actions/[email protected].1 # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected].3
2525

2626
- name: Upload Artifacts
2727
run: ./gradlew publishAndReleaseToMavenCentral --no-configuration-cache

clients/algoliasearch-client-kotlin/gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
2-
kotlin = "2.2.10"
3-
ktor = "3.2.3"
2+
kotlin = "2.2.20"
3+
ktor = "3.3.0"
44

55
[libraries]
66
# Kotlin

config/.csharp-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.304
1+
9.0.305

config/.dart-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.2
1+
3.9.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"eslint-plugin-yml": "1.18.0",
4040
"husky": "9.1.7",
4141
"lint-staged": "16.1.6",
42-
"oxlint": "1.14.0",
42+
"oxlint": "1.15.0",
4343
"prettier": "3.6.2",
4444
"prettier-plugin-java": "2.7.4",
4545
"prettier-plugin-organize-imports": "4.2.0",

playground/csharp/Playground/Playground.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
<ItemGroup>
1717
<PackageReference Include="dotenv.net" Version="4.0.0"/>
18-
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.8"/>
19-
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.8"/>
18+
<PackageReference Include="Microsoft.Extensions.Configuration" Version="9.0.9"/>
19+
<PackageReference Include="Microsoft.Extensions.Hosting" Version="9.0.9"/>
2020
</ItemGroup>
2121

2222
</Project>

playground/javascript/browser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@eslint/js": "9.35.0",
21-
"@types/react": "19.1.12",
21+
"@types/react": "19.1.13",
2222
"@types/react-dom": "19.1.9",
2323
"@vitejs/plugin-react-swc": "3.11.0",
2424
"eslint": "9.35.0",
@@ -27,7 +27,7 @@
2727
"globals": "16.1.0",
2828
"typescript": "5.9.2",
2929
"typescript-eslint": "8.33.0",
30-
"vite": "7.1.4"
30+
"vite": "7.1.5"
3131
},
3232
"packageManager": "[email protected]"
3333
}

0 commit comments

Comments
 (0)