From daa6aeb496858bb730db4db184fb55f4ff8ebd81 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Wed, 21 Feb 2024 14:34:59 +0000 Subject: [PATCH 1/3] update matrix tests for 3.2 and remove 2.6 Signed-off-by: Jordan Hasgul --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: From 76d805b90106eb7236b3f733f1ec020d20723ace Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Wed, 21 Feb 2024 14:35:10 +0000 Subject: [PATCH 2/3] update dependencies Signed-off-by: Jordan Hasgul --- build.libraries.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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', From aa1d1d2b37711fec15258fb8e219d2e2fbf2aaf6 Mon Sep 17 00:00:00 2001 From: Jordan Hasgul Date: Wed, 21 Feb 2024 14:37:35 +0000 Subject: [PATCH 3/3] update changelog and bump version Signed-off-by: Jordan Hasgul --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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/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