diff --git a/flink_streaming_into_scylla/flink-app/.idea/encodings.xml b/flink_streaming_into_scylla/flink-app/.idea/encodings.xml
index b26911bd..af673e73 100644
--- a/flink_streaming_into_scylla/flink-app/.idea/encodings.xml
+++ b/flink_streaming_into_scylla/flink-app/.idea/encodings.xml
@@ -2,5 +2,7 @@
+
+
\ No newline at end of file
diff --git a/flink_streaming_into_scylla/flink-app/.idea/workspace.xml b/flink_streaming_into_scylla/flink-app/.idea/workspace.xml
index 73a9458c..0309a646 100644
--- a/flink_streaming_into_scylla/flink-app/.idea/workspace.xml
+++ b/flink_streaming_into_scylla/flink-app/.idea/workspace.xml
@@ -1,48 +1,19 @@
-
-
-
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
+
+
-
-
-
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
@@ -178,6 +72,19 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -192,89 +99,23 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/flink_streaming_into_scylla/flink-app/pom.xml b/flink_streaming_into_scylla/flink-app/pom.xml
index 1a4e1e49..95b39653 100644
--- a/flink_streaming_into_scylla/flink-app/pom.xml
+++ b/flink_streaming_into_scylla/flink-app/pom.xml
@@ -30,7 +30,7 @@ under the License.
UTF-8
- 1.5.0
+ 1.10.0
1.8
2.11
${java.version}
@@ -68,19 +68,19 @@ under the License.
org.apache.flink
- flink-table_2.11
+ flink-table-api-java-bridge_${scala.binary.version}
${flink.version}
provided
org.apache.flink
- flink-streaming-scala_2.11
+ flink-streaming-scala_${scala.binary.version}
${flink.version}
org.apache.flink
- flink-connector-cassandra_2.11
+ flink-connector-cassandra_${scala.binary.version}
${flink.version}
@@ -109,7 +109,7 @@ under the License.
org.slf4j
slf4j-log4j12
- 1.7.7
+ 1.7.30
runtime
diff --git a/flink_streaming_into_scylla/flink-app/src/main/resources/log4j.properties b/flink_streaming_into_scylla/flink-app/src/main/resources/log4j.properties
index da32ea0f..6dc8bf0f 100644
--- a/flink_streaming_into_scylla/flink-app/src/main/resources/log4j.properties
+++ b/flink_streaming_into_scylla/flink-app/src/main/resources/log4j.properties
@@ -21,3 +21,7 @@ log4j.rootLogger=INFO, console
log4j.appender.console=org.apache.log4j.ConsoleAppender
log4j.appender.console.layout=org.apache.log4j.PatternLayout
log4j.appender.console.layout.ConversionPattern=%d{HH:mm:ss,SSS} %-5p %-60c %x - %m%n
+
+#below defaults the use of SocketServer only locally to mitigate https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-17571
+#Host name or IP address of socket server
+log4j.appender.server.RemoteHost=localhost
\ No newline at end of file