From 7ac0c5c68daee2f13fb5d9cf1f20a82a79718962 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Fri, 23 Feb 2024 14:06:00 +0000 Subject: [PATCH] [APPENG-763] Update matrix tests to run with SB 3.2 (#12) * updated matrix tests to support boot 3.2 and remove boot 2.6 Signed-off-by: Jordan Hasgul * bumped dependencies Signed-off-by: Jordan Hasgul * updated changelog and bumped version Signed-off-by: Jordan Hasgul --------- Signed-off-by: Jordan Hasgul --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 6 ++++++ build.libraries.gradle | 6 +++--- gradle.properties | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a32fa1a..29eea5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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" diff --git a/CHANGELOG.md b/CHANGELOG.md index c52581f..d69cd23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.libraries.gradle b/build.libraries.gradle index 814b6f1..13b6cdb 100644 --- a/build.libraries.gradle +++ b/build.libraries.gradle @@ -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', diff --git a/gradle.properties b/gradle.properties index 2d48fba..2da9394 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.2.1 +version=1.2.2