Skip to content

Commit

Permalink
chore: bump dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
overcat committed Aug 15, 2024
1 parent c4d124b commit 70160c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ plugins {
id("signing")
id("maven-publish")
id("project-report")
id("com.diffplug.spotless") version "6.24.0"
id("com.github.ben-manes.versions") version "0.50.0"
id("io.freefair.lombok") version "8.4"
id("com.gradleup.nmcp") version "0.0.4"
id("com.diffplug.spotless") version "6.25.0"
id("com.github.ben-manes.versions") version "0.51.0"
id("io.freefair.lombok") version "8.7.1"
id("com.gradleup.nmcp") version "0.0.9"
}

group = "network.lightsail"
Expand Down Expand Up @@ -40,11 +40,11 @@ dependencies {
implementation("org.bouncycastle:bcprov-jdk18on:1.78.1")
implementation("commons-codec:commons-codec:1.17.1")

testImplementation("org.mockito:mockito-core:5.9.0")
testImplementation("org.mockito:mockito-core:5.12.0")
testImplementation("com.squareup.okhttp3:mockwebserver:${okhttpVersion}")
testImplementation("junit:junit:4.13.2")
testImplementation("org.bouncycastle:bcpkix-jdk18on:1.78.1") // mock https
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.10.1")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.11.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu Sep 14 18:53:02 CST 2023
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 70160c7

Please sign in to comment.