From 4955e71675bcb05be2ce068a526092df6075dd87 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Thu, 29 Feb 2024 14:34:32 +0000 Subject: [PATCH] [APPENG-763] Update matrix tests to run with SB 3.2 (#26) * updated matrix tests to support boot 3.2 Signed-off-by: Jordan Hasgul * updated changelog and bumped version Signed-off-by: Jordan Hasgul * fix changelog Signed-off-by: Jordan Hasgul * bumped guava and base-utils Signed-off-by: Jordan Hasgul --------- Signed-off-by: Jordan Hasgul --- .github/workflows/build.yml | 1 + CHANGELOG.md | 6 ++++++ build.libraries.gradle | 4 ++-- gradle.properties | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8645917..52ef091 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,6 +18,7 @@ jobs: max-parallel: 100 matrix: spring_boot_version: + - 3.2.2 - 3.1.2 - 3.0.7 env: diff --git a/CHANGELOG.md b/CHANGELOG.md index c93cba6..95f76c6 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). +## [3.0.2] - 2024-02-29 + +### Changed +- Added support for Spring Boot 3.2. + - Updated dependencies. + ## [3.0.1] - 2023-08-01 ### Added diff --git a/build.libraries.gradle b/build.libraries.gradle index a06a3c6..cf11985 100644 --- a/build.libraries.gradle +++ b/build.libraries.gradle @@ -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', diff --git a/gradle.properties b/gradle.properties index bad42ed..c9517d1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=3.0.1 +version=3.0.2