Skip to content

Commit

Permalink
Update dependency com.google.guava:guava to v33.2.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 5, 2024
1 parent e00d14b commit 289ff3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
}
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
implementation 'com.fasterxml.jackson.core:jackson-annotations'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.2.1-jre'
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
implementation group: 'org.hibernate.validator', name: 'hibernate-validator', version: '6.2.5.Final'
implementation 'commons-beanutils:commons-beanutils'
Expand Down

0 comments on commit 289ff3c

Please sign in to comment.