From 4245fabfa8e56ab482b99ddb5f7f558b85cf92d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Apr 2024 15:57:30 +0000 Subject: [PATCH 1/3] fix(deps): bump org.slf4j:slf4j-api from 1.7.36 to 2.0.12 Bumps org.slf4j:slf4j-api from 1.7.36 to 2.0.12. --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b934dca..706ad7d 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ group 'com.factset.sdk' version '1.1.0' dependencies { - implementation 'org.slf4j:slf4j-api:1.7.36' + implementation 'org.slf4j:slf4j-api:2.0.12' implementation 'com.nimbusds:nimbus-jose-jwt:9.37.3' implementation 'org.json:json:20240303' implementation 'com.nimbusds:oauth2-oidc-sdk:11.10.1' From d49bda249de49a1b880ddc1e09beb3a61420755f Mon Sep 17 00:00:00 2001 From: Michael Matzka <14311597+mima0815@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:36:19 +0200 Subject: [PATCH 2/3] chore: update other deps --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 706ad7d..5a2abfa 100644 --- a/build.gradle +++ b/build.gradle @@ -19,12 +19,12 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testImplementation 'ch.qos.logback:logback-classic:1.2.11' - testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0" + testImplementation 'ch.qos.logback:logback-classic:1.4.14' + testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:3.0.1' testImplementation "org.assertj:assertj-core:3.25.3" testImplementation "org.hamcrest:hamcrest:2.2" testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' - testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11' + testRuntimeOnly 'ch.qos.logback:logback-core:1.4.12' compileOnly 'org.projectlombok:lombok:1.18.32' annotationProcessor 'org.projectlombok:lombok:1.18.32' From c06fe93d7f9631d0297d71700be2ae70d1ea943a Mon Sep 17 00:00:00 2001 From: Michael Matzka <14311597+mima0815@users.noreply.github.com> Date: Wed, 3 Apr 2024 18:44:54 +0200 Subject: [PATCH 3/3] chore: update other deps, revert --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 5a2abfa..17d463a 100644 --- a/build.gradle +++ b/build.gradle @@ -19,12 +19,12 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.9.0' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' - testImplementation 'ch.qos.logback:logback-classic:1.4.14' - testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:3.0.1' + testImplementation 'ch.qos.logback:logback-classic:1.2.11' + testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:2.35.0' testImplementation "org.assertj:assertj-core:3.25.3" testImplementation "org.hamcrest:hamcrest:2.2" testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2' - testRuntimeOnly 'ch.qos.logback:logback-core:1.4.12' + testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11' compileOnly 'org.projectlombok:lombok:1.18.32' annotationProcessor 'org.projectlombok:lombok:1.18.32'