Skip to content

Commit cff1e16

Browse files
committed
Upgrade all dependencies/plugins to latest version
1 parent 8f9d28f commit cff1e16

1 file changed

Lines changed: 5 additions & 12 deletions

File tree

build.gradle

Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'java-library'
55
id 'signing'
66
id 'checkstyle'
7-
id 'com.diffplug.spotless' version '6.25.0'
7+
id 'com.diffplug.spotless' version '8.4.0'
88
}
99

1010
group = 'com.ringcentral'
@@ -15,8 +15,8 @@ repositories {
1515
}
1616

1717
dependencies {
18-
api 'com.google.code.gson:gson:2.10.1'
19-
api 'com.squareup.okhttp3:okhttp:4.11.0'
18+
api 'com.google.code.gson:gson:2.13.2'
19+
api 'com.squareup.okhttp3:okhttp:5.3.2'
2020
testImplementation 'junit:junit:4.13.2'
2121
}
2222

@@ -66,13 +66,6 @@ publishing {
6666
}
6767
}
6868
repositories {
69-
// maven {
70-
// url = "https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/"
71-
// credentials {
72-
// username = ossrhUsername
73-
// password = ossrhPassword
74-
// }
75-
// }
7669
maven {
7770
name = 'LocalStaging'
7871
url = uri("$buildDir/staging-deploy")
@@ -99,7 +92,7 @@ test {
9992
spotless {
10093
java {
10194
target 'src/*/java/**/*.java'
102-
googleJavaFormat('1.17.0').aosp()
95+
googleJavaFormat('1.35.0').aosp()
10396
formatAnnotations()
10497
removeUnusedImports()
10598
trimTrailingWhitespace()
@@ -108,7 +101,7 @@ spotless {
108101
}
109102

110103
checkstyle {
111-
toolVersion = '10.17.0'
104+
toolVersion = '13.4.0'
112105
configFile = file('config/checkstyle/checkstyle.xml')
113106
}
114107

0 commit comments

Comments
 (0)