Skip to content

Commit

Permalink
fix: fix java 21 support
Browse files Browse the repository at this point in the history
  • Loading branch information
cardoeng committed Oct 9, 2023
1 parent 8351590 commit b2edfd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {
implementation 'org.projectlombok:lombok'
implementation 'org.hsqldb:hsqldb:2.7.2'
runtimeOnly 'com.mysql:mysql-connector-j'
annotationProcessor 'org.projectlombok:lombok'
annotationProcessor 'org.projectlombok:lombok:1.18.30'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'org.springframework.security:spring-security-test'
testImplementation 'com.h2database:h2:2.1.214'
Expand Down

0 comments on commit b2edfd2

Please sign in to comment.