Skip to content

Commit cf4fd24

Browse files
authored
Merge branch 'chore/renovateBaseBranch' into renovate/golang-1.x
2 parents 53977a0 + 82acae7 commit cf4fd24

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
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/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
29+
uses: gradle/actions/[email protected] # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
3030
with:
3131
validate-wrappers: true
3232
add-job-summary: 'on-failure'

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/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected] # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
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/setup-gradle@ac638b010cf58a27ee6c972d7336334ccaf61c96 # Pinned to v4.4.1 v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
24+
uses: gradle/actions/[email protected] # v4.4.2 fails because it uses Gradle 9.0 which is not compatible with Java < 17
2525

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.1.21"
2+
kotlin = "2.2.10"
33
ktor = "3.2.3"
44

55
[libraries]

clients/algoliasearch-client-python/README.md

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

88
<p align="center">
99
<a href="https://pypi.org/project/algoliasearch"><img src="https://img.shields.io/pypi/v/algoliasearch.svg" alt="PyPI"></img></a>
10-
<a href="https://pypi.org/project/algoliasearch"><img src="https://img.shields.io/pypi/pyversions/ansicolortags.svg" alt="Python versions"></img></a>
10+
<a href="https://pypi.org/project/algoliasearch"><img src="https://img.shields.io/badge/python-3.8|3.9|3.10|3.11|3.12-blue" alt="Python versions"></img></a>
1111
<a href="https://pypi.org/project/algoliasearch"><img src="https://img.shields.io/pypi/l/ansicolortags.svg" alt="License"></a>
1212
</p>
1313
</p>

playground/kotlin/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
2-
kotlin("jvm") version "2.1.21"
3-
kotlin("plugin.serialization") version "2.1.21"
2+
kotlin("jvm") version "2.2.10"
3+
kotlin("plugin.serialization") version "2.2.10"
44
id("application")
55
}
66

templates/kotlin/snippets/build.gradle.mustache

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import com.diffplug.gradle.spotless.SpotlessExtension
22

33
plugins {
4-
kotlin("jvm") version "2.0.21"
5-
kotlin("plugin.serialization") version "2.0.21"
4+
kotlin("jvm") version "2.2.10"
5+
kotlin("plugin.serialization") version "2.2.10"
66
alias(libs.plugins.spotless)
77
}
88

templates/kotlin/snippets/libs.versions.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21"
2+
kotlin = "2.2.10"
33
coroutines = "1.7.3"
44
serialization = "1.5.0"
55
ktor = "3.0.0"

tests/output/kotlin/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.1.21"
2+
kotlin = "2.2.10"
33
coroutines = "1.10.2"
44
serialization = "1.5.0"
55
ktor = "3.2.3"

0 commit comments

Comments
 (0)