diff --git a/build.gradle.kts b/build.gradle.kts index 3c828dd..a3fb4b6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { // Spring Boot - id("org.springframework.boot") version "3.5.6" + id("org.springframework.boot") version "3.5.14" // Spring 의존성 관리(BOM) id("io.spring.dependency-management") version "1.1.7" @@ -26,16 +26,12 @@ repositories { dependencies { // Spring Boot 스타터들 implementation("org.springframework.boot:spring-boot-starter-web") - implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-validation") // https://mvnrepository.com/artifact/org.springframework.batch/spring-batch-core - implementation("org.springframework.batch:spring-batch-core:5.2.3") -// implementation("org.springframework.boot:spring-boot-starter-batch:5.2.0") - testImplementation("org.springframework.batch:spring-batch-test:5.2.3") - + implementation("org.springframework.boot:spring-boot-starter-batch") // JWT implementation("io.jsonwebtoken:jjwt-api:0.11.5")