Skip to content

Commit

Permalink
build(deps): update Spring boot to 2.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ricellis committed Jun 2, 2023
1 parent ba4adf7 commit e30755d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- [BREAKING CHANGE] Made only a `cloudant-spring-boot-starter` artifact and stopped making `cloudant-spring-framework` artifact.
- [BREAKING CHANGE] Changed Maven coordinates from `com.cloudant:cloudant-spring-boot-starter` to `com.ibm.cloud:cloudant-spring-boot-starter`.
- [BREAKING CHANGE] Removed `cloudant.db` and `cloudant.createDb` configuration options. Database names can be passed in user defined configuration.
- [UPGRADED] Spring Boot compilation version to 2.7.9.
- [UPGRADED] Spring Boot compilation version to 2.7.12.
- [NOTE] For application migration from `java-cloudant` to `cloudant-java-sdk` see the [migration guide](https://github.com/cloudant/java-cloudant/blob/6ea7fa2ff2a6245a05cc71d8856b3f89c2983d59/MIGRATION.md).
- [NOTE] Moved repository from [`cloudant-labs` org](https://github.com/cloudant-labs/cloudant-spring) to [`IBM` org](https://github.com/IBM/cloudant-spring).

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
compileWithBootVersion=2.7.9
compileWithBootVersion=2.7.12
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.7.9'
id 'org.springframework.boot' version '2.7.12'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
}
Expand Down

0 comments on commit e30755d

Please sign in to comment.