|
3 | 3 | <modelVersion>4.0.0</modelVersion> |
4 | 4 | <groupId>org.aarboard.nextcloud</groupId> |
5 | 5 | <artifactId>nextcloud-api</artifactId> |
6 | | - <version>11.4.0</version> |
| 6 | + <version>11.4.1</version> |
7 | 7 | <packaging>jar</packaging> |
8 | 8 | <properties> |
9 | 9 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
10 | 10 | <maven.compiler.source>1.8</maven.compiler.source> |
11 | 11 | <maven.compiler.target>1.8</maven.compiler.target> |
12 | | - <httpcore.version>4.4.13</httpcore.version> |
| 12 | + <httpcore.version>4.4.14</httpcore.version> |
13 | 13 | <httpasyncclient.version>4.1.4</httpasyncclient.version> |
14 | | - <httpclient.version>4.5.11</httpclient.version> |
| 14 | + <httpclient.version>4.5.13</httpclient.version> |
15 | 15 | <slf4j-api.version>1.7.30</slf4j-api.version> |
16 | 16 | <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> |
19 | 19 | <jakarta.xml.bind-api.version>2.3.3</jakarta.xml.bind-api.version> |
| 20 | + <jaxb-runtime.version>2.3.4</jaxb-runtime.version> |
20 | 21 | <netbeans.hint.license>gpl30</netbeans.hint.license> |
21 | 22 | </properties> |
22 | 23 | <name>NextCloud Java API library</name> |
|
95 | 96 | <dependency> |
96 | 97 | <groupId>org.glassfish.jaxb</groupId> |
97 | 98 | <artifactId>jaxb-runtime</artifactId> |
98 | | - <version>${jakarta.xml.bind-api.version}</version> |
| 99 | + <version>${jaxb-runtime.version}</version> |
99 | 100 | </dependency> |
100 | 101 |
|
101 | 102 | <dependency> |
|
0 commit comments