Skip to content

Commit

Permalink
feat: Support Spring Boot 3.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahoo-Wang committed Jul 30, 2024
1 parent 70daf6f commit c623653
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ kotlin.code.style=official
ksp.incremental=true
ksp.incremental.log=true
group=me.ahoo.coapi
version=1.6.8
version=0.6.5
description=Streamlining HTTP client definition in Spring 6, CoApi provides zero boilerplate code auto-configuration for more convenient and efficient interface calls.
website=https://github.com/Ahoo-Wang/CoApi
issues=https://github.com/Ahoo-Wang/CoApi/issues
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
# libraries
springBoot = "3.3.2"
springCloud = "2023.0.3"
springBoot = "3.1.12"
springCloud = "2022.0.4"
hamcrest = "2.2"
mockk = "1.13.12"
javaJwt = "4.4.0"
Expand Down

0 comments on commit c623653

Please sign in to comment.