Skip to content

Commit

Permalink
Merge pull request #129 from Ragin-LundF/develop
Browse files Browse the repository at this point in the history
Release 1.45.0
  • Loading branch information
Ragin-LundF authored Apr 1, 2022
2 parents be0e0ad + 7febf29 commit c60f185
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Release 1.45.0
- Updated Spring Boot to 2.6.6 to avoid issues with Spring Shell.

# Release 1.44.0
- Disable redirects for HTTP client.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ plugins {
id "java-library"
id "maven-publish"
id "signing"
id "org.springframework.boot" version "2.6.4"
id "org.springframework.boot" version "2.6.6"
id "io.spring.dependency-management" version "1.0.11.RELEASE"
id "org.liquibase.gradle" version "2.1.1"
id "org.sonarqube" version "3.3"
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group=io.github.ragin-lundf
version=1.44.0
version=1.45.0

systemProp.sonar.host.url=https://sonarcloud.io/
systemProp.sonar.organization=ragin-lundf-github
Expand Down

0 comments on commit c60f185

Please sign in to comment.