Skip to content

Commit

Permalink
chore: update guava dependency to version 33.3.0-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
devondragon committed Aug 18, 2024
1 parent 1b2ff6c commit b926098
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dependencies {
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.4.1'
runtimeOnly 'org.postgresql:postgresql'
implementation 'org.passay:passay:1.6.4'
implementation 'com.google.guava:guava:33.2.1-jre'
implementation 'com.google.guava:guava:33.3.0-jre'
implementation 'org.springframework.boot:spring-boot-starter-actuator'

compileOnly 'javax.validation:validation-api:2.0.1.Final'
Expand Down

0 comments on commit b926098

Please sign in to comment.