Skip to content

Commit

Permalink
Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent 2f0538c commit 99cbbc9
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 @@ -53,7 +53,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1' // JSON 라이브러리
implementation 'org.springdoc:springdoc-openapi-starter-webmvc-ui:2.3.0' // Swagger
implementation 'commons-io:commons-io:2.16.1' // Apache Commons IO
implementation 'com.google.guava:guava:33.2.1-jre' // Google Core Libraries For Java
implementation 'com.google.guava:guava:33.3.0-jre' // Google Core Libraries For Java

// Test
testImplementation 'org.springframework.boot:spring-boot-starter-test' // Spring Boot Test
Expand Down

0 comments on commit 99cbbc9

Please sign in to comment.