diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2d05f2d..c49c234 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -16,4 +16,3 @@ updates:
- "owenkellett"
- "spaltis"
- "ashishKhushiKumar"
- - "anishb266"
diff --git a/here-oauth-client/pom.xml b/here-oauth-client/pom.xml
index bf39377..2974f40 100644
--- a/here-oauth-client/pom.xml
+++ b/here-oauth-client/pom.xml
@@ -75,6 +75,30 @@
org.apache.maven.plugins
maven-failsafe-plugin
+
+ org.apache.maven.plugins
+ maven-enforcer-plugin
+ 3.6.1
+
+
+ enforce-dependency-convergence
+ compile
+
+
+
+ true
+
+
+ true
+
+
+
+
+ enforce
+
+
+
+
diff --git a/pom.xml b/pom.xml
index 684c379..c17fc44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -54,7 +54,7 @@
3.14.0
2.19.1
3.0.2
- 2.10.4
+ 3.11.3
2.3
2.8.2
3.2.8
@@ -65,16 +65,16 @@
4.5.14
2.12.0
- 2.19.1
+ 2.19.2
4.13.2
1.10.19
2.12.4
2.1.5
4.2.3.Final
- 1.7.30
+ 2.0.17
33.4.8-android
1.3.5
- 2.19.1
+ 2.19.2
3.18.0
@@ -88,7 +88,7 @@
${project.build.directory}/coverage-reports/jacoco-it.exec
${project.build.directory}/coverage-reports/jacoco-ut.exec
-
+
@@ -108,6 +108,12 @@
org.apache.httpcomponents
httpclient
${apache.httpclient.version}
+
+
+ commons-logging
+ commons-logging
+
+
net.lightbody.bmp
@@ -291,29 +297,26 @@
org.apache.maven.plugins
maven-enforcer-plugin
- 3.4.1
-
-
-
-
- true
-
+ 3.6.1
- enforce-rules
-
- enforce
-
- validate
+ enforce-dependency-convergence
-
+
+
+ true
+
true
+
+ enforce
+
+
org.apache.maven.plugins
maven-resources-plugin
@@ -357,7 +360,6 @@
-
org.jacoco
jacoco-maven-plugin