diff --git a/.gitignore b/.gitignore index 1a238e6..8b688b0 100644 --- a/.gitignore +++ b/.gitignore @@ -37,3 +37,4 @@ src/main/resources/log4j2.xml .classpath .project .settings/ +.vscode/ diff --git a/build.gradle b/build.gradle index 1ac5dda..6ffd2d0 100644 --- a/build.gradle +++ b/build.gradle @@ -31,9 +31,9 @@ sourceSets { dependencies { // Logging - runtime 'org.apache.logging.log4j:log4j-api:2.11.1' - runtime 'org.apache.logging.log4j:log4j-core:2.11.1' - compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1' + runtime 'org.apache.logging.log4j:log4j-api:2.15.0' + runtime 'org.apache.logging.log4j:log4j-core:2.15.0' + compile 'org.apache.logging.log4j:log4j-slf4j-impl:2.15.0' // HTTP Framework compile 'io.javalin:javalin:3.6.0' diff --git a/src/main/resources/version.properties b/src/main/resources/version.properties index cc7ffc6..8b7b7ee 100644 --- a/src/main/resources/version.properties +++ b/src/main/resources/version.properties @@ -1,5 +1,5 @@ -#Sat Jul 24 10:59:39 BST 2021 -app.build.date=2021-07-24T10\:59\:39 +#Tue Dec 14 08:37:18 GMT 2021 +app.build.date=2021-12-14T08\:37\:18 app.build.os=Windows 10 -app.build.user=Stark +app.build.user=jagfi app.version=2.3.1