diff --git a/Dockerfile b/Dockerfile index a42a518..239a00d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build -FROM gradle:8.10.2-jdk21-alpine AS build +FROM gradle:8.11-jdk21-alpine AS build WORKDIR /app COPY app/build.gradle . COPY app/src /app/src diff --git a/app/build.gradle b/app/build.gradle index 917f668..0efcdeb 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -45,7 +45,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test:$springVersion") { exclude group: 'org.junit.vintage', module: 'junit-vintage-engine' } - testImplementation 'org.springframework.security:spring-security-test:6.3.4' + testImplementation 'org.springframework.security:spring-security-test:6.4.0' testImplementation "org.junit.jupiter:junit-jupiter-api:$junitVersion" testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitVersion" testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.3' diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index df97d72..94113f2 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.11-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME