This is an automated email from the ASF dual-hosted git repository.
mibo pushed a commit to branch OLINGO-1603-Release-4.10.0
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git
The following commit(s) were added to refs/heads/OLINGO-1603-Release-4.10.0 by
this push:
new 5a7d7c73c [OLINGO-1603] Dependecy updates
5a7d7c73c is described below
commit 5a7d7c73cdd0804fb837d9c676a9baa14bf591ca
Author: mibo <[email protected]>
AuthorDate: Sat Sep 23 18:34:04 2023 +0200
[OLINGO-1603] Dependecy updates
---
pom.xml | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index e26863525..9cd113141 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>24</version>
+ <version>30</version>
</parent>
<licenses>
@@ -72,9 +72,9 @@
</modules>
<properties>
- <commons.codec.version>1.15</commons.codec.version>
- <commons.io.version>2.11.0</commons.io.version>
- <commons.lang3.version>3.12.0</commons.lang3.version>
+ <commons.codec.version>1.16.0</commons.codec.version>
+ <commons.io.version>2.13.0</commons.io.version>
+ <commons.lang3.version>3.13.0</commons.lang3.version>
<commons.logging.version>1.2</commons.logging.version>
<commons.vfs.version>2.0</commons.vfs.version>
@@ -82,17 +82,17 @@
<servlet.version>3.1.0</servlet.version>
<cxf.version>3.0.16</cxf.version>
<spring.version>4.0.9.RELEASE</spring.version>
- <netty.version>4.1.84.Final</netty.version>
+ <netty.version>4.1.97.Final</netty.version>
<velocity.version>1.7</velocity.version>
<maven.plugin.api.version>3.6.1</maven.plugin.api.version>
<maven.plugin.tools.version>3.6.1</maven.plugin.tools.version>
<maven.bundle.plugin.version>2.5.4</maven.bundle.plugin.version>
- <hc.client.version>4.5.13</hc.client.version>
- <hc.core.version>4.4.11</hc.core.version>
+ <hc.client.version>4.5.14</hc.client.version>
+ <hc.core.version>4.4.16</hc.core.version>
<jackson.version>2.14.0</jackson.version>
- <jackson-databind.version>2.14.0</jackson-databind.version>
- <aalto-xml.version>1.3.1</aalto-xml.version>
+ <jackson-databind.version>2.14.3</jackson-databind.version>
+ <aalto-xml.version>1.3.2</aalto-xml.version>
<xmlunit.version>1.6</xmlunit.version>
<mockito-all.version>1.10.19</mockito-all.version>
<junit.version>4.13.2</junit.version>