From 8175f9cd770b0791af01dc30673954df41a15c20 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 5 Oct 2023 15:21:52 +0300 Subject: [PATCH] Update dependencies. --- README.md | 2 +- build.gradle | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- installAndRun.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 77b2a64..01f4d5a 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ This service is designed to respond as fast as possible, by caching the relevant - Execute the ```installAndRun.sh``` script which builds and runs the app.
If you want to just run the app, then run the script with the argument "1": ```./installAndRun.sh 1```.
If you want to build and run the app on a **Docker Container**, then run the script with the argument "0" followed by the argument "1": ```./installAndRun.sh 0 1```.
-
\ No newline at end of file +
diff --git a/build.gradle b/build.gradle index 33c38cf..60f7da5 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { id 'java' - id 'org.springframework.boot' version '2.7.15' + id 'org.springframework.boot' version '2.7.16' id 'io.spring.dependency-management' version '1.1.3' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 65b1efe..9e889ca 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.3-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip validateDistributionUrl=true networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME diff --git a/installAndRun.sh b/installAndRun.sh index d7c42ec..23b3214 100644 --- a/installAndRun.sh +++ b/installAndRun.sh @@ -26,7 +26,7 @@ if [[ justInstall -eq 1 && shouldRunInDocker -eq 1 ]]; then justInstall=0 fi -gradleVersion="8.3" +gradleVersion="8.4" if [[ justInstall -eq 0 ]]; then