Skip to content

Commit

Permalink
[APPENG-849] Add support for spring boot 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Gravewalker666 committed Jul 16, 2024
1 parent 3ec1a0d commit 2ff49c8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
max-parallel: 100
matrix:
spring_boot_version:
- 3.3.1
- 3.2.2
- 3.1.2
- 3.0.7
- 2.7.13
container:
image: azul/zulu-openjdk:17
env:
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ 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.3] - 2024-07-16

### Added
* Support for spring boot 3.3

## [1.10.2] - 2024-02-21

### Changed
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.10.2
version=1.10.3

0 comments on commit 2ff49c8

Please sign in to comment.