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 Jul 27, 2024
1 parent f1ae5df commit f0662a8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("org.springframework.boot") version "3.3.1"
id("org.springframework.boot") version "3.3.2"
id("io.spring.dependency-management") version "1.1.6"
id("com.github.ben-manes.versions") version "0.51.0"
id("java")
Expand Down Expand Up @@ -28,9 +28,9 @@ dependencies {
implementation("org.springframework.cloud:spring-cloud-starter-netflix-eureka-client")
implementation("org.springframework.cloud:spring-cloud-starter-openfeign")
implementation("com.github.ben-manes.caffeine:caffeine:3.1.8")
implementation("org.mariadb.jdbc:mariadb-java-client:3.4.0")
implementation("org.flywaydb:flyway-mysql:10.15.2")
implementation("org.flywaydb:flyway-core:10.15.2")
implementation("org.mariadb.jdbc:mariadb-java-client:3.4.1")
implementation("org.flywaydb:flyway-mysql:10.16.0")
implementation("org.flywaydb:flyway-core:10.16.0")
implementation("io.jsonwebtoken:jjwt-api:0.12.6")
implementation("com.github.xMrAfonso:Hangar4J:1.2.3") {
exclude(group = "com.google.code.gson", module = "gson")
Expand Down

0 comments on commit f0662a8

Please sign in to comment.