Skip to content

Commit f8f9587

Browse files
committed
update dependencies
1 parent 197c6a7 commit f8f9587

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>com.squareup.okhttp3</groupId>
6868
<artifactId>mockwebserver</artifactId>
69-
<version>4.9.1</version>
69+
<version>4.10.0</version>
7070
<scope>test</scope>
7171
</dependency>
7272
</dependencies>
@@ -76,7 +76,7 @@
7676
<plugin>
7777
<groupId>org.apache.felix</groupId>
7878
<artifactId>maven-bundle-plugin</artifactId>
79-
<version>5.1.2</version>
79+
<version>5.1.8</version>
8080
<executions>
8181
<execution>
8282
<id>bundle-manifest</id>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-jar-plugin</artifactId>
93-
<version>3.2.0</version>
93+
<version>3.2.2</version>
9494
<configuration>
9595
<archive>
9696
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
@@ -100,7 +100,7 @@
100100
<plugin>
101101
<groupId>org.apache.maven.plugins</groupId>
102102
<artifactId>maven-checkstyle-plugin</artifactId>
103-
<version>3.1.2</version>
103+
<version>3.2.0</version>
104104
<dependencies>
105105
<dependency>
106106
<groupId>com.puppycrawl.tools</groupId>
@@ -125,19 +125,19 @@
125125
<plugin>
126126
<groupId>org.apache.maven.plugins</groupId>
127127
<artifactId>maven-clean-plugin</artifactId>
128-
<version>3.1.0</version>
128+
<version>3.2.0</version>
129129
</plugin>
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-install-plugin</artifactId>
133-
<version>2.5.2</version>
133+
<version>3.0.1</version>
134134
</plugin>
135135
</plugins>
136136
</pluginManagement>
137137
<plugins>
138138
<plugin>
139139
<artifactId>maven-compiler-plugin</artifactId>
140-
<version>3.8.1</version>
140+
<version>3.10.1</version>
141141
<configuration>
142142
<encoding>UTF-8</encoding>
143143
<release>${java.release}</release>
@@ -149,7 +149,7 @@
149149
</plugin>
150150
<plugin>
151151
<artifactId>maven-deploy-plugin</artifactId>
152-
<version>2.8.2</version>
152+
<version>3.0.0</version>
153153
<executions>
154154
<execution>
155155
<id>default-deploy</id>
@@ -163,7 +163,7 @@
163163
<plugin>
164164
<groupId>org.apache.maven.plugins</groupId>
165165
<artifactId>maven-resources-plugin</artifactId>
166-
<version>3.2.0</version>
166+
<version>3.3.0</version>
167167
<configuration>
168168
<encoding>UTF-8</encoding>
169169
</configuration>
@@ -225,7 +225,7 @@
225225
<plugin>
226226
<groupId>org.apache.maven.plugins</groupId>
227227
<artifactId>maven-pmd-plugin</artifactId>
228-
<version>3.14.0</version>
228+
<version>3.16.0</version>
229229
<dependencies>
230230
<dependency>
231231
<groupId>net.sourceforge.pmd</groupId>

scribejava-httpclient-apache/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>org.apache.httpcomponents</groupId>
3030
<artifactId>httpasyncclient</artifactId>
31-
<version>4.1.4</version>
31+
<version>4.1.5</version>
3232
</dependency>
3333
<dependency>
3434
<groupId>com.github.scribejava</groupId>

scribejava-httpclient-armeria/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.linecorp.armeria</groupId>
3131
<artifactId>armeria</artifactId>
32-
<version>1.7.2</version>
32+
<version>1.18.0</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>com.github.scribejava</groupId>

scribejava-httpclient-okhttp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<dependency>
2424
<groupId>com.squareup.okhttp3</groupId>
2525
<artifactId>okhttp</artifactId>
26-
<version>4.9.1</version>
26+
<version>4.10.0</version>
2727
</dependency>
2828
<dependency>
2929
<groupId>com.github.scribejava</groupId>

0 commit comments

Comments
 (0)