mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Merge pull request #2536 from IntellectualSites/dependabot/gradle/com.squareup.okhttp3-okhttp-4.2.2
Bump okhttp from 3.14.0 to 4.2.2
This commit is contained in:
commit
46b5f01bbc
@ -49,7 +49,7 @@ shadowJar {
|
|||||||
// update notification stuff
|
// update notification stuff
|
||||||
include(dependency("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT"))
|
include(dependency("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT"))
|
||||||
include(dependency("com.squareup.retrofit2:retrofit:2.4.0"))
|
include(dependency("com.squareup.retrofit2:retrofit:2.4.0"))
|
||||||
include(dependency("com.squareup.okhttp3:okhttp:3.14.0"))
|
include(dependency("com.squareup.okhttp3:okhttp:4.2.2"))
|
||||||
include(dependency("com.squareup.okio:okio:2.4.1"))
|
include(dependency("com.squareup.okio:okio:2.4.1"))
|
||||||
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:1.3.50"))
|
include(dependency("org.jetbrains.kotlin:kotlin-stdlib:1.3.50"))
|
||||||
include(dependency("io.papermc:paperlib:1.0.2"))
|
include(dependency("io.papermc:paperlib:1.0.2"))
|
||||||
|
@ -15,7 +15,7 @@ dependencies {
|
|||||||
annotationProcessor("org.projectlombok:lombok:1.18.8")
|
annotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||||
testAnnotationProcessor("org.projectlombok:lombok:1.18.8")
|
testAnnotationProcessor("org.projectlombok:lombok:1.18.8")
|
||||||
implementation("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT")
|
implementation("com.github.Sauilitired:Jenkins4J:2.0-SNAPSHOT")
|
||||||
implementation("com.squareup.okhttp3:okhttp:3.14.0")
|
implementation("com.squareup.okhttp3:okhttp:4.2.2")
|
||||||
implementation("com.squareup.okio:okio:2.4.1")
|
implementation("com.squareup.okio:okio:2.4.1")
|
||||||
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.50")
|
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.3.50")
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user