diff --git a/build.gradle b/build.gradle index eb6c21b2..4cbab78d 100644 --- a/build.gradle +++ b/build.gradle @@ -52,28 +52,28 @@ dependencies { api 'com.squareup.okhttp3:okhttp:5.3.2' // JUnit 6 - testImplementation(platform('org.junit:junit-bom:6.0.2')) - testImplementation('org.junit.jupiter:junit-jupiter:6.0.2') + testImplementation(platform('org.junit:junit-bom:6.0.3')) + testImplementation('org.junit.jupiter:junit-jupiter:6.0.3') // Test libs testImplementation 'org.mockito:mockito-core:4.11.0' testImplementation 'org.hamcrest:hamcrest:3.0' - testImplementation 'com.squareup.okio:okio:3.16.4' + testImplementation 'com.squareup.okio:okio:3.17.0' testImplementation 'com.squareup.okhttp3:okhttp:5.3.2' testImplementation 'com.squareup.okhttp3:mockwebserver:5.3.2' - testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0' + testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' - compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.0' + compileOnly group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.21.2' // Lombok - compileOnly 'org.projectlombok:lombok:1.18.42' - annotationProcessor 'org.projectlombok:lombok:1.18.42' - testCompileOnly 'org.projectlombok:lombok:1.18.42' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.42' + compileOnly 'org.projectlombok:lombok:1.18.44' + annotationProcessor 'org.projectlombok:lombok:1.18.44' + testCompileOnly 'org.projectlombok:lombok:1.18.44' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.44' // JWT - implementation 'com.auth0:java-jwt:4.5.0' + implementation 'com.auth0:java-jwt:4.5.1' } tasks.register('buildJar', Jar) { diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index 61285a65..d997cfc6 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 78dfb562..5b59ea8e 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-9.3.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/gradlew b/gradlew index adff685a..739907df 100755 --- a/gradlew +++ b/gradlew @@ -57,7 +57,7 @@ # Darwin, MinGW, and NonStop. # # (3) This script is generated from the Groovy template -# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt +# https://github.com/gradle/gradle/blob/2d6327017519d23b96af35865dc997fcb544fb40/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt # within the Gradle project. # # You can find Gradle at https://github.com/gradle/gradle/.