diff --git a/build.gradle b/build.gradle index 3e102a8..b3f2e76 100644 --- a/build.gradle +++ b/build.gradle @@ -18,13 +18,13 @@ dependencies { api 'com.github.kattlo:piemok:v0.13.0' - implementation 'org.springframework.boot:spring-boot-starter:2.4.3' + implementation 'org.springframework.boot:spring-boot-starter:3.0.4' implementation 'org.springframework.kafka:spring-kafka:2.6.6' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1' testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.1' - testImplementation 'org.springframework.boot:spring-boot-starter-test:2.4.3' + testImplementation 'org.springframework.boot:spring-boot-starter-test:3.0.4' compileOnly 'org.projectlombok:lombok:1.18.18' annotationProcessor 'org.projectlombok:lombok:1.18.16'