We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e54696 commit 237c2efCopy full SHA for 237c2ef
build.gradle
@@ -25,8 +25,9 @@ dependencies {
25
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
26
implementation 'org.springframework.boot:spring-boot-starter-web'
27
compileOnly 'org.projectlombok:lombok'
28
- runtimeOnly 'mysql:mysql-connector-java:8.0.26'
29
- annotationProcessor 'org.projectlombok:lombok'
+ runtimeOnly 'mysql:mysql-connector-java:8.0.28'
+ testCompileOnly 'org.projectlombok:lombok'
30
+ testAnnotationProcessor 'org.projectlombok:lombok'
31
testImplementation 'org.springframework.boot:spring-boot-starter-test'
32
}
33
0 commit comments