Skip to content

Commit 8a47ea6

Browse files
authored
Merge pull request #43 from ConvertAPI/develop
Bump dependencies
2 parents b4a846f + 925f217 commit 8a47ea6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<version>2.12-SNAPSHOT</version>
88
<name>ConvertAPI Java Client</name>
99
<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.
1212
Merge, Encrypt, Split, Repair and Decrypt PDF files.
13-
And many others files manipulations.
13+
And many others file manipulations.
1414
In just few minutes you can integrate it into your application and use it easily.
1515
The ConvertAPI client library makes it easier to use the Convert API from your Java 8 projects without having to
1616
build your own API calls.
@@ -71,12 +71,12 @@
7171
<dependency>
7272
<groupId>com.google.code.gson</groupId>
7373
<artifactId>gson</artifactId>
74-
<version>2.8.9</version>
74+
<version>2.11.0</version>
7575
</dependency>
7676
<dependency>
7777
<groupId>com.squareup.okhttp3</groupId>
7878
<artifactId>okhttp</artifactId>
79-
<version>4.9.2</version>
79+
<version>4.12.0</version>
8080
</dependency>
8181
</dependencies>
8282

@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-jar-plugin</artifactId>
98-
<version>2.1</version>
98+
<version>3.4.2</version>
9999
<configuration>
100100
<archive>
101101
<manifest>
@@ -107,7 +107,7 @@
107107

108108
<plugin>
109109
<artifactId>maven-deploy-plugin</artifactId>
110-
<version>2.8.2</version>
110+
<version>3.1.3</version>
111111
<executions>
112112
<execution>
113113
<id>default-deploy</id>
@@ -122,7 +122,7 @@
122122
<plugin>
123123
<groupId>org.apache.maven.plugins</groupId>
124124
<artifactId>maven-release-plugin</artifactId>
125-
<version>2.5.3</version>
125+
<version>3.1.1</version>
126126
<configuration>
127127
<localCheckout>true</localCheckout>
128128
<pushChanges>false</pushChanges>
@@ -133,15 +133,15 @@
133133
<dependency>
134134
<groupId>org.apache.maven.scm</groupId>
135135
<artifactId>maven-scm-provider-gitexe</artifactId>
136-
<version>1.9.5</version>
136+
<version>2.1.0</version>
137137
</dependency>
138138
</dependencies>
139139
</plugin>
140140

141141
<plugin>
142142
<groupId>org.sonatype.plugins</groupId>
143143
<artifactId>nexus-staging-maven-plugin</artifactId>
144-
<version>1.6.7</version>
144+
<version>1.7.0</version>
145145
<extensions>true</extensions>
146146
<configuration>
147147
<serverId>ossrh</serverId>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-source-plugin</artifactId>
156-
<version>3.1.0</version>
156+
<version>3.3.1</version>
157157
<executions>
158158
<execution>
159159
<id>attach-sources</id>
@@ -167,7 +167,7 @@
167167
<plugin>
168168
<groupId>org.apache.maven.plugins</groupId>
169169
<artifactId>maven-javadoc-plugin</artifactId>
170-
<version>3.1.1</version>
170+
<version>3.10.0</version>
171171
<executions>
172172
<execution>
173173
<id>attach-javadocs</id>
@@ -198,7 +198,7 @@
198198
<plugin>
199199
<groupId>org.apache.maven.plugins</groupId>
200200
<artifactId>maven-gpg-plugin</artifactId>
201-
<version>1.6</version>
201+
<version>3.2.5</version>
202202
<executions>
203203
<execution>
204204
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)