From 25c566bf686be3ad0538d8a672f698640feb4ec5 Mon Sep 17 00:00:00 2001 From: LSmyrnaios Date: Thu, 29 Jul 2021 08:44:36 +0300 Subject: [PATCH] - Change server's port. - Update dependencies. --- build.gradle | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- src/main/resources/application.properties | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build.gradle b/build.gradle index bf0a885..01d2689 100644 --- a/build.gradle +++ b/build.gradle @@ -1,11 +1,11 @@ buildscript { ext { - springSecurityVersion = "5.5.0" + springSecurityVersion = "5.5.1" } } plugins { - id 'org.springframework.boot' version '2.5.0' + id 'org.springframework.boot' version '2.5.3' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 0f80bbf..05679dc 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 6c2cf20..d699544 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -10,7 +10,7 @@ #server.error.include-stacktrace=never # HTTP CONFIGURATION -server.port = 8080 +server.port = 1880 # Server api path server.servlet.context-path=/api