Skip to content

Commit d3e11ae

Browse files
committed
Updated dependency to fix security problem in commons-io
Updated other libs too
1 parent c6d2acc commit d3e11ae

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pom.xml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>org.aarboard.nextcloud</groupId>
55
<artifactId>nextcloud-api</artifactId>
6-
<version>11.4.0</version>
6+
<version>11.4.1</version>
77
<packaging>jar</packaging>
88
<properties>
99
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1010
<maven.compiler.source>1.8</maven.compiler.source>
1111
<maven.compiler.target>1.8</maven.compiler.target>
12-
<httpcore.version>4.4.13</httpcore.version>
12+
<httpcore.version>4.4.14</httpcore.version>
1313
<httpasyncclient.version>4.1.4</httpasyncclient.version>
14-
<httpclient.version>4.5.11</httpclient.version>
14+
<httpclient.version>4.5.13</httpclient.version>
1515
<slf4j-api.version>1.7.30</slf4j-api.version>
1616
<slf4j-simple.version>1.7.30</slf4j-simple.version>
17-
<sardine.version>5.9</sardine.version>
18-
<commons-io.version>2.7</commons-io.version>
17+
<sardine.version>5.10</sardine.version>
18+
<commons-io.version>2.8.0</commons-io.version>
1919
<jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version>
20+
<jaxb-runtime.version>2.3.4</jaxb-runtime.version>
2021
<netbeans.hint.license>gpl30</netbeans.hint.license>
2122
</properties>
2223
<name>NextCloud Java API library</name>
@@ -95,7 +96,7 @@
9596
<dependency>
9697
<groupId>org.glassfish.jaxb</groupId>
9798
<artifactId>jaxb-runtime</artifactId>
98-
<version>${jakarta.xml.bind-api.version}</version>
99+
<version>${jaxb-runtime.version}</version>
99100
</dependency>
100101

101102
<dependency>

0 commit comments

Comments
 (0)