Skip to content

Commit

Permalink
bumped guava and base-utils
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul committed Feb 29, 2024
1 parent fa3ddee commit df859ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
- Added support for Spring Boot 3.2.
- Updated dependencies.

## [3.0.1] - 2023-08-01

Expand Down
4 changes: 2 additions & 2 deletions build.libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ ext {

libraries = [
// explicit versions
guava : 'com.google.guava:guava:31.1-jre',
guava : 'com.google.guava:guava:33.0.0-jre',
spotbugsAnnotations : "com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}",
springBootDependencies : "org.springframework.boot:spring-boot-dependencies:${springBootVersion}",
twBaseUtils : 'com.transferwise.common:tw-base-utils:1.10.1',
twBaseUtils : 'com.transferwise.common:tw-base-utils:1.12.4',

// versions managed by spring-boot-dependencies platform
commonsLang3 : 'org.apache.commons:commons-lang3',
Expand Down

0 comments on commit df859ef

Please sign in to comment.