From 3ec1a0d2d7fa29da98f9f4ad54003c982db33d0c Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Thu, 22 Feb 2024 11:07:53 +0000 Subject: [PATCH] [APPENG-763] Update matrix tests to run with SB 3.2 (#23) * update matrix tests for 3.2 and remove 2.6 Signed-off-by: Jordan Hasgul * update dependencies Signed-off-by: Jordan Hasgul * update changelog and bump 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 0e033c0..ae3936a 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.7 - 2.7.13 - - 2.6.15 container: image: azul/zulu-openjdk:17 env: diff --git a/CHANGELOG.md b/CHANGELOG.md index f5cea11..b9514e4 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.10.2] - 2024-02-21 + +### Changed +* - Added support for Spring Boot 3.2. + - Updated dependencies. + ## [1.10.1] - 2023-08-01 ### Added diff --git a/build.libraries.gradle b/build.libraries.gradle index c020108..95604c9 100644 --- a/build.libraries.gradle +++ b/build.libraries.gradle @@ -10,9 +10,9 @@ ext { spotbugsAnnotations : "com.github.spotbugs:spotbugs-annotations:${spotbugs.toolVersion.get()}", springBootDependencies : "org.springframework.boot:spring-boot-dependencies:${springBootVersion}", testContainers : 'org.testcontainers:testcontainers:1.18.0', - twBaseUtils : 'com.transferwise.common:tw-base-utils:1.10.1', - twContext : 'com.transferwise.common:tw-context:0.12.0', - twCuratorStarter : 'com.transferwise.common:tw-curator-starter:0.5.0', + twBaseUtils : 'com.transferwise.common:tw-base-utils:1.12.3', + twContext : 'com.transferwise.common:tw-context:1.0.1', + twCuratorStarter : 'com.transferwise.common:tw-curator-starter:0.5.1', // versions managed by spring-boot-dependencies platform commonsLang3 : 'org.apache.commons:commons-lang3', diff --git a/gradle.properties b/gradle.properties index 679ef80..4378e2e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -version=1.10.1 +version=1.10.2