Skip to content

Commit 001686a

Browse files
committed
update some dependencies
1 parent dd5b088 commit 001686a

3 files changed

Lines changed: 5 additions & 27 deletions

File tree

pom.xml

Lines changed: 3 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -53,28 +53,6 @@
5353
<mobile>+7-909-677-11-16</mobile>
5454
</properties>
5555
</developer>
56-
<developer>
57-
<id>chernatkin</id>
58-
<name>Sergey Chernatkin</name>
59-
<email>s.chernatkin@hh.ru</email>
60-
<organization>hh.ru</organization>
61-
<organizationUrl>http://hh.ru</organizationUrl>
62-
<roles>
63-
<role>all</role>
64-
</roles>
65-
<timezone>+3</timezone>
66-
</developer>
67-
<developer>
68-
<id>igaranina</id>
69-
<name>Irina Garanina</name>
70-
<email>i.garanina@hh.ru</email>
71-
<organization>hh.ru</organization>
72-
<organizationUrl>http://hh.ru</organizationUrl>
73-
<roles>
74-
<role>all</role>
75-
</roles>
76-
<timezone>+3</timezone>
77-
</developer>
7856
</developers>
7957

8058
<dependencies>
@@ -103,7 +81,7 @@
10381
<plugin>
10482
<groupId>org.apache.felix</groupId>
10583
<artifactId>maven-bundle-plugin</artifactId>
106-
<version>3.3.0</version>
84+
<version>3.5.0</version>
10785
<executions>
10886
<execution>
10987
<id>bundle-manifest</id>
@@ -132,7 +110,7 @@
132110
<dependency>
133111
<groupId>com.puppycrawl.tools</groupId>
134112
<artifactId>checkstyle</artifactId>
135-
<version>8.4</version>
113+
<version>8.7</version>
136114
</dependency>
137115
</dependencies>
138116
</plugin>
@@ -193,7 +171,7 @@
193171
<plugin>
194172
<groupId>org.apache.maven.plugins</groupId>
195173
<artifactId>maven-javadoc-plugin</artifactId>
196-
<version>2.10.4</version>
174+
<version>3.0.0</version>
197175
<configuration>
198176
<encoding>UTF-8</encoding>
199177
</configuration>

scribejava-httpclient-ahc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.asynchttpclient</groupId>
2525
<artifactId>async-http-client</artifactId>
26-
<version>2.0.37</version>
26+
<version>2.0.38</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.github.scribejava</groupId>

scribejava-httpclient-apache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>org.apache.httpcomponents</groupId>
2525
<artifactId>httpclient</artifactId>
26-
<version>4.5.3</version>
26+
<version>4.5.4</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>org.apache.httpcomponents</groupId>

0 commit comments

Comments
 (0)