Skip to content

Commit 41ef861

Browse files
Merge #894
894: Revert "Bump the gradle-dependencies group across 1 directory with 7 updates" r=curquiza a=curquiza Reverts #892 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Chores - Adjusted application dependencies and build tooling to earlier versions to maintain consistency across environments. No user-facing changes expected. - Tests - Aligned test frameworks and supporting libraries to earlier versions for consistency. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: Clémentine <[email protected]>
2 parents 2494e49 + 2aae7cd commit 41ef861

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

build.gradle

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -48,29 +48,29 @@ configurations {
4848

4949
dependencies {
5050
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
51-
implementation 'com.google.code.gson:gson:2.13.2'
51+
implementation 'com.google.code.gson:gson:2.13.1'
5252
implementation 'org.json:json:20250517'
5353
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
54-
api 'com.squareup.okhttp3:okhttp:5.1.0'
54+
api 'com.squareup.okhttp3:okhttp:4.12.0'
5555

5656
// Use JUnit test framework
57-
testImplementation(platform('org.junit:junit-bom:5.13.4'))
58-
testImplementation('org.junit.jupiter:junit-jupiter:5.13.4')
57+
testImplementation(platform('org.junit:junit-bom:5.13.0'))
58+
testImplementation('org.junit.jupiter:junit-jupiter:5.13.0')
5959
// https://mvnrepository.com/artifact/org.mockito/mockito-core
6060
testImplementation 'org.mockito:mockito-core:4.11.0'
6161
testImplementation 'org.hamcrest:hamcrest:3.0'
62-
testImplementation 'com.squareup.okio:okio:3.16.0'
63-
testImplementation 'com.squareup.okhttp3:okhttp:5.1.0'
64-
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.20.0'
62+
testImplementation 'com.squareup.okio:okio:3.12.0'
63+
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
64+
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.19.0'
6565

6666
// https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind
67-
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.20.0'
67+
compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.19.0'
6868

6969
// Lombok
70-
compileOnly 'org.projectlombok:lombok:1.18.42'
71-
annotationProcessor 'org.projectlombok:lombok:1.18.42'
72-
testCompileOnly 'org.projectlombok:lombok:1.18.42'
73-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
70+
compileOnly 'org.projectlombok:lombok:1.18.38'
71+
annotationProcessor 'org.projectlombok:lombok:1.18.38'
72+
testCompileOnly 'org.projectlombok:lombok:1.18.38'
73+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
7474

7575
// Jwt
7676
implementation 'com.auth0:java-jwt:4.5.0'

0 commit comments

Comments
 (0)