Skip to content

Commit

Permalink
chore: upgrade spring boot & cloud versions (#9)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Touret <[email protected]>
  • Loading branch information
alexandre-touret and alexandre-touret authored Nov 28, 2022
1 parent 8ec0b33 commit d2c42e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,4 @@ project(':authorization-server') {
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
}
}
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
springBootVersion=2.7.5
springCloudVersion=2021.0.4
springBootVersion=2.7.6
springCloudVersion=2021.0.5
springDependencyManagementVersion=1.0.15.RELEASE
#org.gradle.daemon=false
openApiGeneratorVersion=6.2.1
mapstructVersion=1.5.3.Final
springdocVersion=1.6.12
springAuthServerVersion=0.4.0
javaFakerVersion=1.0.2
snakeYamlVersion=1.33
snakeYamlVersion=1.33

0 comments on commit d2c42e4

Please sign in to comment.