diff --git a/.whitesource b/.whitesource
new file mode 100644
index 00000000..55b922e8
--- /dev/null
+++ b/.whitesource
@@ -0,0 +1,12 @@
+{
+ "scanSettings": {
+ "baseBranches": []
+ },
+ "checkRunSettings": {
+ "vulnerableCheckRunConclusionLevel": "failure",
+ "displayMode": "diff"
+ },
+ "issueSettings": {
+ "minSeverityLevel": "LOW"
+ }
+}
\ No newline at end of file
diff --git a/demo/pom.xml b/demo/pom.xml
index 962f0c8e..18caee5f 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -39,7 +39,7 @@
junit
junit
- 4.12
+ 4.13.1
org.javassist
@@ -64,12 +64,12 @@
com.fasterxml.jackson.core
jackson-databind
- 2.8.5
+ 2.9.10.8
com.fasterxml.jackson.module
jackson-module-afterburner
- 2.8.5
+ 2.10.0
com.dslplatform
@@ -79,7 +79,7 @@
org.apache.thrift
libthrift
- 0.9.1
+ 0.14.0
org.slf4j
@@ -94,7 +94,7 @@
com.alibaba
fastjson
- 1.2.22
+ 1.2.69
com.squareup.moshi
@@ -104,7 +104,7 @@
com.google.protobuf
protobuf-java
- 3.2.0rc2
+ 3.15.8
diff --git a/pom.xml b/pom.xml
index b3f817c0..7c38be6e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -46,25 +46,25 @@
org.javassist
javassist
- 3.22.0-GA
+ 3.27.0-GA
true
com.fasterxml.jackson.core
jackson-annotations
- 2.9.5
+ 2.12.3
true
com.fasterxml.jackson.core
jackson-databind
- 2.9.5
+ 2.12.3
true
com.google.code.gson
gson
- 2.8.3
+ 2.8.6
true
@@ -113,7 +113,7 @@
html
xml
-
+
diff --git a/renovate.json b/renovate.json
new file mode 100644
index 00000000..f45d8f11
--- /dev/null
+++ b/renovate.json
@@ -0,0 +1,5 @@
+{
+ "extends": [
+ "config:base"
+ ]
+}