Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
darbyjack committed Jun 9, 2024
1 parent 4ff35db commit ce59260
Show file tree
Hide file tree
Showing 3 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
@@ -1,7 +1,7 @@
plugins {
id("org.springframework.boot") version "3.2.1"
id("io.spring.dependency-management") version "1.1.4"
id("com.github.ben-manes.versions") version "0.50.0"
id("org.springframework.boot") version "3.3.0"
id("io.spring.dependency-management") version "1.1.5"
id("com.github.ben-manes.versions") version "0.51.0"
id("java")
}

Expand All @@ -20,16 +20,16 @@ repositories {
}

dependencies {
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.0"))
implementation(platform("org.springframework.cloud:spring-cloud-dependencies:2023.0.2"))

implementation("org.springframework.boot:spring-boot-starter-web")
implementation("org.springframework.boot:spring-boot-starter-cache")
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
implementation("dev.triumphteam:triumph-cmd-jda-slash:2.0.0-SNAPSHOT")
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
implementation("com.google.guava:guava:33.0.0-jre")
implementation("com.fasterxml.jackson.core:jackson-databind:2.17.1")
implementation("com.google.guava:guava:33.2.1-jre")

developmentOnly("org.springframework.boot:spring-boot-devtools")
}
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
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 @@
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.8-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit ce59260

Please sign in to comment.