Skip to content

Commit 5e5f832

Browse files
committed
fix(deps): update dependencies
1 parent 06fcd60 commit 5e5f832

1 file changed

Lines changed: 22 additions & 20 deletions

File tree

build.gradle

Lines changed: 22 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,30 @@ repositories {
1313
mavenCentral()
1414
}
1515

16-
group 'com.factset.sdk'
17-
version '1.1.4'
16+
group = 'com.factset.sdk'
17+
version = '1.1.4'
1818

1919
dependencies {
20-
implementation 'org.slf4j:slf4j-api:1.7.36'
21-
implementation 'com.nimbusds:nimbus-jose-jwt:10.3'
22-
implementation 'org.json:json:20250107'
23-
implementation 'com.nimbusds:oauth2-oidc-sdk:11.23'
24-
25-
testImplementation 'org.mockito:mockito-core:4.9.0'
26-
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
27-
testImplementation 'ch.qos.logback:logback-classic:1.2.11'
28-
testImplementation "com.github.tomakehurst:wiremock-jre8-standalone:2.35.0"
29-
testImplementation "org.assertj:assertj-core:3.26.0"
30-
testImplementation "org.hamcrest:hamcrest:2.2"
31-
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
32-
testRuntimeOnly 'ch.qos.logback:logback-core:1.2.11'
33-
34-
compileOnly 'org.projectlombok:lombok:1.18.38'
35-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
36-
testCompileOnly 'org.projectlombok:lombok:1.18.38'
37-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
20+
implementation('org.slf4j:slf4j-api:1.7.36')
21+
implementation('com.nimbusds:nimbus-jose-jwt:10.5')
22+
implementation('org.json:json:20250517')
23+
implementation('com.nimbusds:oauth2-oidc-sdk:11.29.1')
24+
25+
testImplementation(platform('org.junit:junit-bom:5.13.4'))
26+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
27+
testRuntimeOnly('org.junit.platform:junit-platform-launcher:1.9.3')
28+
29+
testImplementation('org.mockito:mockito-core:4.11.0')
30+
testImplementation('ch.qos.logback:logback-classic:1.3.15')
31+
testImplementation('com.github.tomakehurst:wiremock-jre8-standalone:2.35.2')
32+
testImplementation('org.assertj:assertj-core:3.27.6')
33+
testImplementation('org.hamcrest:hamcrest:2.2')
34+
testRuntimeOnly('ch.qos.logback:logback-core:1.3.15')
35+
36+
compileOnly('org.projectlombok:lombok:1.18.42')
37+
annotationProcessor('org.projectlombok:lombok:1.18.42')
38+
testCompileOnly('org.projectlombok:lombok:1.18.42')
39+
testAnnotationProcessor('org.projectlombok:lombok:1.18.42')
3840
}
3941

4042
tasks.register('sourcesJar', Jar) {

0 commit comments

Comments
 (0)