This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/master by this push:
new e73a986 [OLINGO-1502] Updated dependency versions
e73a986 is described below
commit e73a9860e80aa236f63e7bcabb06058e04d648f8
Author: mibo <[email protected]>
AuthorDate: Mon Dec 14 20:15:50 2020 +0100
[OLINGO-1502] Updated dependency versions
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index ca97421..ab0f3a8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -72,8 +72,8 @@
</modules>
<properties>
- <commons.codec.version>1.12</commons.codec.version>
- <commons.io.version>2.6</commons.io.version>
+ <commons.codec.version>1.15</commons.codec.version>
+ <commons.io.version>2.8.0</commons.io.version>
<commons.lang3.version>3.9</commons.lang3.version>
<commons.logging.version>1.2</commons.logging.version>
@@ -91,8 +91,8 @@
<maven-plugin-plugin.version>3.6.0</maven-plugin-plugin.version>
<hc.client.version>4.5.8</hc.client.version>
<hc.core.version>4.4.11</hc.core.version>
- <jackson.version>2.10.0</jackson.version>
- <jackson-databind.version>2.10.0</jackson-databind.version>
+ <jackson.version>2.11.3</jackson.version>
+ <jackson-databind.version>2.11.4</jackson-databind.version>
<aalto-xml.version>0.9.11</aalto-xml.version>
<android.platform.version>4.1.1.4</android.platform.version>