Skip to content

Commit

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

Signed-off-by: Jordan Hasgul <[email protected]>

* bumped dependencies

Signed-off-by: Jordan Hasgul <[email protected]>

* updated changelog and bumped version

Signed-off-by: Jordan Hasgul <[email protected]>

---------

Signed-off-by: Jordan Hasgul <[email protected]>
  • Loading branch information
jordanhasgul authored Feb 23, 2024
1 parent a1a1e99 commit 7ac0c5c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.2.2
- 3.1.2
- 3.0.9
- 2.7.14
- 2.6.15
env:
SPRING_BOOT_VERSION: ${{ matrix.spring_boot_version }}
GRADLE_OPTS: "-Djava.security.egd=file:/dev/./urandom -Dorg.gradle.parallel=true"
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).

## [1.2.2] - 2024-02-23

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

## [1.2.1] - 2023-08-15

### Added
Expand Down
6 changes: 3 additions & 3 deletions build.libraries.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ ext {
spockSpring : 'org.spockframework:spock-spring:2.4-M1-groovy-4.0',

springBootDependencies : "org.springframework.boot:spring-boot-dependencies:${springBootVersion}",
twGracefulShutdown : 'com.transferwise.common:tw-graceful-shutdown:2.11.0',
twGracefulShutdownInterfaces : 'com.transferwise.common:tw-graceful-shutdown-interfaces:2.11.0',
twBaseUtils : 'com.transferwise.common:tw-base-utils:1.10.1',
twGracefulShutdown : 'com.transferwise.common:tw-graceful-shutdown:2.14.2',
twGracefulShutdownInterfaces : 'com.transferwise.common:tw-graceful-shutdown-interfaces:2.14.2',
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=1.2.1
version=1.2.2

0 comments on commit 7ac0c5c

Please sign in to comment.