From 3e543c3800fd409ecfc92a752efcc97148c64658 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Thu, 22 Feb 2024 14:21:21 +0000 Subject: [PATCH] [APPENG-763] Update matrix tests to run with SB 3.2 (#31) * updated matrix tests for boot 3.2 and removed boot 2.6 Signed-off-by: Jordan Hasgul * updated dependency versions Signed-off-by: Jordan Hasgul * updated changlog and bumped version Signed-off-by: Jordan Hasgul --------- Signed-off-by: Jordan Hasgul --- .github/workflows/build.yml | 2 +- CHANGELOG.md | 6 ++++++ build.libraries.gradle | 4 ++-- gradle.properties | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49fb20d..82a26fa 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 }} steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index 64e8642..ec53101 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.6.2] - 2024-02-22 + +### Changed +* - Added support for Spring Boot 3.2. + - Updated dependencies. + ## [1.6.1] - 2023-08-03 ### Added diff --git a/build.libraries.gradle b/build.libraries.gradle index 4c0a5bf..8b4fa62 100644 --- a/build.libraries.gradle +++ b/build.libraries.gradle @@ -6,8 +6,8 @@ ext { spockCore : "org.spockframework:spock-core:2.3-groovy-4.0", 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", - twContext : "com.transferwise.common:tw-context:0.12.0", + twBaseUtils : "com.transferwise.common:tw-base-utils:1.12.3", + twContext : "com.transferwise.common:tw-context:1.0.1", // versions managed by spring-boot-dependencies platform diff --git a/gradle.properties b/gradle.properties index 5c24438..af4708f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.6.1 +version=1.6.2