Skip to content

Commit

Permalink
[OLINGO-1603] Dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mibo committed Sep 23, 2023
1 parent e39c1de commit 647d684
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
<version>24</version>
<version>30</version>
</parent>

<licenses>
Expand Down Expand Up @@ -72,27 +72,27 @@
</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>
<esigate.version>4.4</esigate.version>
<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>
Expand Down

0 comments on commit 647d684

Please sign in to comment.