Skip to content

Commit

Permalink
Bumped dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Jan 31, 2023
1 parent 34577b7 commit ea8f1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
implementation("org.flywaydb:flyway-core")
implementation("org.postgresql:postgresql")
implementation("com.h2database:h2:1.4.199")
implementation("com.h2database:h2:2.1.214")
implementation("com.google.guava:guava:28.1-jre")
implementation("org.apache.commons:commons-lang3:3.9")
testImplementation("org.springframework.boot:spring-boot-starter-test")
Expand Down

0 comments on commit ea8f1c8

Please sign in to comment.