Skip to content

Commit d9f2fee

Browse files
algolia-botrenovate[bot]millotp
committed
chore(deps): dependencies 2025-08-04 (generated)
algolia/api-clients-automation#5187 Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com> Co-authored-by: Algolia Bot <30854082+algolia-bot@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Millot <pierre.millot@algolia.com>
1 parent d36f800 commit d9f2fee

File tree

4 files changed

+6
-10
lines changed

4 files changed

+6
-10
lines changed

algoliasearch/build.gradle

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,24 +8,20 @@ repositories {
88
mavenCentral()
99
}
1010

11-
java {
12-
sourceCompatibility = JavaVersion.VERSION_1_8
13-
targetCompatibility = JavaVersion.VERSION_1_8
14-
}
15-
1611
dependencies {
1712
implementation 'com.google.code.findbugs:jsr305:3.0.2'
18-
api 'com.squareup.okhttp3:okhttp:4.11.0'
19-
implementation 'com.squareup.okhttp3:logging-interceptor:4.11.0'
13+
api 'com.squareup.okhttp3:okhttp:5.1.0'
14+
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
2015
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
2116
api 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
2217
api 'com.fasterxml.jackson.core:jackson-databind:2.15.2'
2318
implementation 'org.openapitools:jackson-databind-nullable:0.2.6'
2419
}
2520

26-
tasks.withType(JavaCompile) {
21+
tasks.withType(JavaCompile).configureEach {
2722
options.encoding = 'UTF-8'
2823
options.compilerArgs += ['-Xlint:deprecation', '-Xlint:unchecked', '-Xlint:cast', '-Xlint:rawtypes']
24+
options.release = 8
2925
}
3026

3127
javadoc {

gradle/wrapper/gradle-wrapper.jar

1.65 KB
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
#
4-
# Copyright © 2015-2021 the original authors.
4+
# Copyright © 2015 the original authors.
55
#
66
# Licensed under the Apache License, Version 2.0 (the "License");
77
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)