Skip to content

Commit 357d2f3

Browse files
chore(deps): dependencies 2022-11-28 (#1144)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c522a2b commit 357d2f3

File tree

6 files changed

+127
-104
lines changed

6 files changed

+127
-104
lines changed

clients/algoliasearch-client-java-2/algoliasearch-core/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ dependencies {
1212
implementation 'com.google.code.findbugs:jsr305:3.0.2'
1313
api 'com.squareup.okhttp3:okhttp:4.10.0'
1414
implementation 'com.squareup.okhttp3:logging-interceptor:4.10.0'
15-
implementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
16-
api 'com.fasterxml.jackson.core:jackson-annotations:2.13.4'
17-
api 'com.fasterxml.jackson.core:jackson-databind:2.13.4'
15+
implementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
16+
api 'com.fasterxml.jackson.core:jackson-annotations:2.14.1'
17+
api 'com.fasterxml.jackson.core:jackson-databind:2.14.1'
1818
implementation 'org.openapitools:jackson-databind-nullable:0.2.4'
1919
}
2020

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@
3434
"@openapitools/openapi-generator-cli": "2.5.1",
3535
"@prettier/plugin-php": "0.19.1",
3636
"@redocly/openapi-cli": "1.0.0-beta.94",
37-
"@typescript-eslint/eslint-plugin": "5.42.1",
38-
"@typescript-eslint/parser": "5.42.1",
37+
"@typescript-eslint/eslint-plugin": "5.44.0",
38+
"@typescript-eslint/parser": "5.44.0",
3939
"babel-eslint": "10.1.0",
4040
"eslint": "8.27.0",
4141
"eslint-config-algolia": "20.0.0",
@@ -44,16 +44,16 @@
4444
"eslint-plugin-automation-custom": "1.0.0",
4545
"eslint-plugin-eslint-comments": "3.2.0",
4646
"eslint-plugin-import": "2.26.0",
47-
"eslint-plugin-jsdoc": "39.3.25",
47+
"eslint-plugin-jsdoc": "39.6.4",
4848
"eslint-plugin-json-format": "2.0.1",
4949
"eslint-plugin-prettier": "4.2.1",
5050
"eslint-plugin-unused-imports": "2.0.0",
5151
"eslint-plugin-yml": "1.2.0",
5252
"husky": "8.0.2",
5353
"json": "11.0.0",
54-
"lint-staged": "13.0.3",
54+
"lint-staged": "13.0.4",
5555
"mustache": "4.2.0",
56-
"prettier": "2.7.1",
56+
"prettier": "2.8.0",
5757
"prettier-plugin-java": "1.6.2",
5858
"renovate-config-algolia": "2.1.10",
5959
"typescript": "4.8.3"

playground/java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation 'io.github.cdimascio:dotenv-java:2.2.4'
11+
implementation 'io.github.cdimascio:dotenv-java:2.3.1'
1212
implementation 'com.algolia:algoliasearch-client-java:0.0.1-SNAPSHOT'
1313
}
1414

scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@types/jest": "28.1.8",
2020
"@types/js-yaml": "4.0.5",
2121
"@types/micromatch": "4.0.2",
22-
"@types/mustache": "4.2.1",
22+
"@types/mustache": "4.2.2",
2323
"@types/node": "16.11.59",
2424
"@types/semver": "7.3.10",
2525
"chalk": "4.1.2",

templates/java/tests/build.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
testImplementation 'com.algolia:algoliasearch-client-java:{{packageVersion}}'
1111
testImplementation 'org.junit.jupiter:junit-jupiter:5.9.1'
1212
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
13-
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.13.4'
13+
testImplementation 'com.fasterxml.jackson.core:jackson-core:2.14.1'
1414
}
1515

1616
group = 'com.algolia'

0 commit comments

Comments
 (0)