Skip to content

Commit

Permalink
[APPENG-763] Update matrix tests to run with SB 3.2 (#26)
Browse files Browse the repository at this point in the history
* updated matrix tests to support boot 3.2

Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>

* updated changelog and bumped version

Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>

* fix changelog

Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>

* bumped guava and base-utils

Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>

---------

Signed-off-by: Jordan Hasgul <jordan.hasgul@transferwise.com>
  • Loading branch information
jordanhasgul authored Feb 29, 2024
1 parent dc72e64 commit 4955e71
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.2.2
- 3.1.2
- 3.0.7
env:
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.0.2] - 2024-02-29

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

## [3.0.1] - 2023-08-01

### Added
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
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.0.1
version=3.0.2

0 comments on commit 4955e71

Please sign in to comment.