|
7 | 7 | <version>2.12-SNAPSHOT</version> |
8 | 8 | <name>ConvertAPI Java Client</name> |
9 | 9 | <description> |
10 | | - The ConvertAPI helps converting various file formats. |
11 | | - Creating PDF and Images from various sources like Word, Excel, Powerpoint, images, web pages or raw HTML codes. |
| 10 | + The ConvertAPI helps to convert various file formats. |
| 11 | + Creating PDF and Images from various sources like Word, Excel, PowerPoint, images, web pages or raw HTML codes. |
12 | 12 | Merge, Encrypt, Split, Repair and Decrypt PDF files. |
13 | | - And many others files manipulations. |
| 13 | + And many others file manipulations. |
14 | 14 | In just few minutes you can integrate it into your application and use it easily. |
15 | 15 | The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to |
16 | 16 | build your own API calls. |
|
71 | 71 | <dependency> |
72 | 72 | <groupId>com.google.code.gson</groupId> |
73 | 73 | <artifactId>gson</artifactId> |
74 | | - <version>2.8.9</version> |
| 74 | + <version>2.11.0</version> |
75 | 75 | </dependency> |
76 | 76 | <dependency> |
77 | 77 | <groupId>com.squareup.okhttp3</groupId> |
78 | 78 | <artifactId>okhttp</artifactId> |
79 | | - <version>4.9.2</version> |
| 79 | + <version>4.12.0</version> |
80 | 80 | </dependency> |
81 | 81 | </dependencies> |
82 | 82 |
|
|
95 | 95 | <plugin> |
96 | 96 | <groupId>org.apache.maven.plugins</groupId> |
97 | 97 | <artifactId>maven-jar-plugin</artifactId> |
98 | | - <version>2.1</version> |
| 98 | + <version>3.4.2</version> |
99 | 99 | <configuration> |
100 | 100 | <archive> |
101 | 101 | <manifest> |
|
107 | 107 |
|
108 | 108 | <plugin> |
109 | 109 | <artifactId>maven-deploy-plugin</artifactId> |
110 | | - <version>2.8.2</version> |
| 110 | + <version>3.1.3</version> |
111 | 111 | <executions> |
112 | 112 | <execution> |
113 | 113 | <id>default-deploy</id> |
|
122 | 122 | <plugin> |
123 | 123 | <groupId>org.apache.maven.plugins</groupId> |
124 | 124 | <artifactId>maven-release-plugin</artifactId> |
125 | | - <version>2.5.3</version> |
| 125 | + <version>3.1.1</version> |
126 | 126 | <configuration> |
127 | 127 | <localCheckout>true</localCheckout> |
128 | 128 | <pushChanges>false</pushChanges> |
|
133 | 133 | <dependency> |
134 | 134 | <groupId>org.apache.maven.scm</groupId> |
135 | 135 | <artifactId>maven-scm-provider-gitexe</artifactId> |
136 | | - <version>1.9.5</version> |
| 136 | + <version>2.1.0</version> |
137 | 137 | </dependency> |
138 | 138 | </dependencies> |
139 | 139 | </plugin> |
140 | 140 |
|
141 | 141 | <plugin> |
142 | 142 | <groupId>org.sonatype.plugins</groupId> |
143 | 143 | <artifactId>nexus-staging-maven-plugin</artifactId> |
144 | | - <version>1.6.7</version> |
| 144 | + <version>1.7.0</version> |
145 | 145 | <extensions>true</extensions> |
146 | 146 | <configuration> |
147 | 147 | <serverId>ossrh</serverId> |
|
153 | 153 | <plugin> |
154 | 154 | <groupId>org.apache.maven.plugins</groupId> |
155 | 155 | <artifactId>maven-source-plugin</artifactId> |
156 | | - <version>3.1.0</version> |
| 156 | + <version>3.3.1</version> |
157 | 157 | <executions> |
158 | 158 | <execution> |
159 | 159 | <id>attach-sources</id> |
|
167 | 167 | <plugin> |
168 | 168 | <groupId>org.apache.maven.plugins</groupId> |
169 | 169 | <artifactId>maven-javadoc-plugin</artifactId> |
170 | | - <version>3.1.1</version> |
| 170 | + <version>3.10.0</version> |
171 | 171 | <executions> |
172 | 172 | <execution> |
173 | 173 | <id>attach-javadocs</id> |
|
198 | 198 | <plugin> |
199 | 199 | <groupId>org.apache.maven.plugins</groupId> |
200 | 200 | <artifactId>maven-gpg-plugin</artifactId> |
201 | | - <version>1.6</version> |
| 201 | + <version>3.2.5</version> |
202 | 202 | <executions> |
203 | 203 | <execution> |
204 | 204 | <id>sign-artifacts</id> |
|
0 commit comments