update multi-tenant library to 1.2.4
diff --git a/build.gradle b/build.gradle
index 6f3c4df..0447958 100644
--- a/build.gradle
+++ b/build.gradle
@@ -8,8 +8,8 @@
     id 'org.jetbrains.kotlin.plugin.spring' version '1.3.31' apply false
     id 'org.jetbrains.kotlin.plugin.jpa' version '1.3.31' apply false
     id 'com.gradle.build-scan' version '2.0.2'
-    id "com.palantir.git-version" version "0.12.0-rc2"
-    id 'com.palantir.docker' version '0.22.1' apply false
+    id "com.palantir.git-version" version "0.12.2"
+    id 'com.palantir.docker' version '0.22.2' apply false
 }
 
 bootJar {
@@ -102,7 +102,7 @@
             springSocialVersion = '1.1.6.RELEASE'
             springKafkaVersion = '2.2.8.RELEASE'
             postgresVersion = '42.2.5'
-            multiTenantLibVersion = '1.1.17'
+            multiTenantLibVersion = '1.2.4'
         }
         implementation "org.jetbrains.kotlin:kotlin-reflect"
         implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
@@ -131,12 +131,6 @@
         annotationProcessor "org.projectlombok:lombok:${lombokVersion}"
         compileOnly "org.projectlombok:lombok:${lombokVersion}"
 
-        //    implementation "javax.el:javax.el-api:${javaELVersion}"
-        //    implementation "javax.servlet:javax.servlet-api:4.0.1"
-//        testImplementation 'org.springframework:spring-test'
-//        testImplementation 'org.springframework.boot:spring-boot-test'
-//    implementation "javax.servlet:jstl:1.2"
-//    implementation "taglibs:standard:1.1.2"
 
         testImplementation("org.springframework.boot:spring-boot-starter-test") {
             exclude group: "junit", module: "junit"