Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1e66af

Browse files
Diagorasslandelle
authored andcommitted
Bumping POM dependencies, setting DNS server (AsyncHttpClient#1346)
1 parent589dae0 commitc1e66af

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

‎pom.xml‎

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<plugins>
8383
<plugin>
8484
<artifactId>maven-compiler-plugin</artifactId>
85-
<version>3.3</version>
85+
<version>3.6.1</version>
8686
<configuration>
8787
<source>${source.property}</source>
8888
<target>${target.property}</target>
@@ -91,12 +91,14 @@
9191
</plugin>
9292
<plugin>
9393
<artifactId>maven-surefire-plugin</artifactId>
94-
<version>2.18.1</version>
94+
<version>2.19.1</version>
9595
<configuration>
9696
<redirectTestOutputToFile>${surefire.redirectTestOutputToFile}</redirectTestOutputToFile>
9797
<systemPropertyVariables>
9898
<org.asynchttpclient.shutdownQuietPeriod>10</org.asynchttpclient.shutdownQuietPeriod>
9999
<org.asynchttpclient.shutdownTimeout>100</org.asynchttpclient.shutdownTimeout>
100+
<sun.net.spi.nameservice.nameservers>8.8.8.8</sun.net.spi.nameservice.nameservers>
101+
<sun.net.spi.nameservice.provider.1>dns,sun</sun.net.spi.nameservice.provider.1>
100102
</systemPropertyVariables>
101103
</configuration>
102104
</plugin>
@@ -121,7 +123,7 @@
121123
</plugin>
122124
<plugin>
123125
<artifactId>maven-resources-plugin</artifactId>
124-
<version>2.7</version>
126+
<version>3.0.2</version>
125127
<configuration>
126128
<encoding>UTF-8</encoding>
127129
</configuration>
@@ -134,11 +136,11 @@
134136
</plugin>
135137
<plugin>
136138
<artifactId>maven-jar-plugin</artifactId>
137-
<version>2.6</version>
139+
<version>3.0.2</version>
138140
</plugin>
139141
<plugin>
140142
<artifactId>maven-source-plugin</artifactId>
141-
<version>2.4</version>
143+
<version>3.0.1</version>
142144
<executions>
143145
<execution>
144146
<id>attach-sources</id>
@@ -154,7 +156,7 @@
154156
<plugins>
155157
<plugin>
156158
<artifactId>maven-javadoc-plugin</artifactId>
157-
<version>2.10.3</version>
159+
<version>2.10.4</version>
158160
</plugin>
159161
</plugins>
160162
</pluginManagement>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp