Skip to content

Commit

Permalink
add moudle authorization server.
Browse files Browse the repository at this point in the history
  • Loading branch information
vnobo committed Mar 6, 2024
1 parent d325c6a commit 369c046
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boot/authorization/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@ plugins {
id 'org.springframework.boot'
id 'io.spring.dependency-management'
id 'org.graalvm.buildtools.native'
id 'org.hibernate.orm' version '6.4.4.Final'
id 'org.hibernate.orm' version '6.4.2.Final'
}

ext['hibernate.version']='6.4.2.Final'

java {
sourceCompatibility = '21'
targetCompatibility = '21'
Expand Down

0 comments on commit 369c046

Please sign in to comment.