From 660fd7b8845ad357bb37a15684660aac9cf47bd8 Mon Sep 17 00:00:00 2001 From: Valentin Valchev Date: Mon, 5 Dec 2022 16:29:02 +0200 Subject: [PATCH] update dependencies, make ready for qoddi platform --- README.md | 3 ++- pom.xml | 32 ++++++-------------------------- system.properties | 1 + 3 files changed, 9 insertions(+), 27 deletions(-) create mode 100644 system.properties diff --git a/README.md b/README.md index d67360e..7126dd7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -[![Deploy](https://www.herokucdn.com/deploy/button.svg)](https://heroku.com/deploy) + + # Клюкарник Целта на тази задача е да създадем един клюкарник, където всеки може да праща клюкини и да следи клюкините на своите приятели. (Подобие на Twitter) diff --git a/pom.xml b/pom.xml index 4161d4f..e6934c0 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.2.6.RELEASE + 2.7.6 bg.codeacademy.spring @@ -15,7 +15,7 @@ Клюкарник - 1.8 + 17 @@ -38,7 +38,7 @@ org.postgresql postgresql - 42.2.12 + 42.5.1 @@ -53,23 +53,11 @@ org.springframework.boot spring-boot-starter-test test - - - org.junit.vintage - junit-vintage-engine - - - - - org.testng - testng - 7.4.0 - test io.rest-assured rest-assured - 3.3.0 + 5.3.0 test @@ -87,15 +75,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.0.0 - - - - com.github.spotbugs - spotbugs - 4.0.3 - - + 4.7.3.0 spotbugs-check @@ -110,7 +90,7 @@ org.jacoco jacoco-maven-plugin - 0.8.5 + 0.8.8 diff --git a/system.properties b/system.properties new file mode 100644 index 0000000..eafd676 --- /dev/null +++ b/system.properties @@ -0,0 +1 @@ +java.runtime.version=17