Skip to content

Commit 1ef7546

Browse files
fix(deps): update multiple dependencies (#1232)
* fix(deps): update dependency com.networknt:json-schema-validator to v1.5.9 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update dependency com.google.code.gson:gson to v2.13.2 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * chore(deps): update actions/github-script action to v8 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update swaggercoreversion to v2.2.37 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update dependency org.junit.jupiter:junit-jupiter to v5.13.4 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update dependency org.apache.commons:commons-text to v1.14.0 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update swaggerversion to v2.1.34 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * fix(deps): update dependency com.diffplug.spotless:spotless-plugin-gradle to v7.2.1 Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> * Force error_prone_annotations to version catalog version Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: mend-for-github-com[bot] <mend-for-github-com[bot]@users.noreply.github.com> Signed-off-by: Daniel Widdis <[email protected]> Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> Co-authored-by: Daniel Widdis <[email protected]>
1 parent b95e42e commit 1ef7546

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/workflows/add-untriaged.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
apply-label:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/github-script@v7
11+
- uses: actions/github-script@v8
1212
with:
1313
script: |
1414
github.rest.issues.addLabels({

build.gradle

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ buildscript {
4040
awsCryptoMaterialProvidersVersion = "1.11.0"
4141
dafnyRuntimeVersion = "4.11.0"
4242
smithyDafnyVersion = "0.1.1"
43-
gsonVersion = "2.13.1"
44-
junitJupiterVersion = "5.13.3"
43+
gsonVersion = "2.13.2"
44+
junitJupiterVersion = "5.13.4"
4545
jakartaJsonBindVersion = "3.0.1"
4646
jakartaJsonVersion = "2.0.1"
47-
commonsTextVersion = "1.10.0"
47+
commonsTextVersion = "1.14.0"
4848
yassonVersion = "3.0.4"
4949
parssonVersion = "1.1.7"
50-
swaggerVersion = "2.1.30"
51-
swaggerCoreVersion = "2.2.34"
50+
swaggerVersion = "2.1.34"
51+
swaggerCoreVersion = "2.2.37"
5252
}
5353

5454
repositories {
@@ -62,7 +62,7 @@ buildscript {
6262

6363
dependencies {
6464
classpath "org.opensearch.gradle:build-tools:${opensearch_version}"
65-
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.0.4"
65+
classpath "com.diffplug.spotless:spotless-plugin-gradle:7.2.1"
6666
}
6767
}
6868

@@ -205,7 +205,7 @@ dependencies {
205205
exclude group: 'net.minidev', module: 'json-smart'
206206
}
207207
// needed to use MLIndex class mappings at (test) runtime but must be provided by calling plugins
208-
compileOnly('com.networknt:json-schema-validator:1.4.0') {
208+
compileOnly('com.networknt:json-schema-validator:1.5.9') {
209209
exclude group: 'com.fasterxml.jackson.core', module: 'jackson-databind'
210210
exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-yaml'
211211
exclude group: 'org.yml', module: 'snakeyaml'
@@ -264,6 +264,7 @@ dependencies {
264264
// Some other plugin dependencies that don't use version catalog conflict here
265265
force("com.google.guava:guava:${versions.guava}")
266266
force("org.slf4j:slf4j-api:${versions.slf4j}")
267+
force("com.google.errorprone:error_prone_annotations:${versions.error_prone_annotations}")
267268

268269
if (System.getenv('REMOTE_METADATA_SDK_IMPL') == 'ddb-client') {
269270
// OpenSearch Java client brings in different versions of the below dependencies.

0 commit comments

Comments
 (0)