|
66 | 66 | <dependency>
|
67 | 67 | <groupId>com.squareup.okhttp3</groupId>
|
68 | 68 | <artifactId>mockwebserver</artifactId>
|
69 |
| - <version>4.9.1</version> |
| 69 | + <version>4.10.0</version> |
70 | 70 | <scope>test</scope>
|
71 | 71 | </dependency>
|
72 | 72 | </dependencies>
|
|
76 | 76 | <plugin>
|
77 | 77 | <groupId>org.apache.felix</groupId>
|
78 | 78 | <artifactId>maven-bundle-plugin</artifactId>
|
79 |
| - <version>5.1.2</version> |
| 79 | + <version>5.1.8</version> |
80 | 80 | <executions>
|
81 | 81 | <execution>
|
82 | 82 | <id>bundle-manifest</id>
|
|
90 | 90 | <plugin>
|
91 | 91 | <groupId>org.apache.maven.plugins</groupId>
|
92 | 92 | <artifactId>maven-jar-plugin</artifactId>
|
93 |
| - <version>3.2.0</version> |
| 93 | + <version>3.2.2</version> |
94 | 94 | <configuration>
|
95 | 95 | <archive>
|
96 | 96 | <manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
|
|
100 | 100 | <plugin>
|
101 | 101 | <groupId>org.apache.maven.plugins</groupId>
|
102 | 102 | <artifactId>maven-checkstyle-plugin</artifactId>
|
103 |
| - <version>3.1.2</version> |
| 103 | + <version>3.2.0</version> |
104 | 104 | <dependencies>
|
105 | 105 | <dependency>
|
106 | 106 | <groupId>com.puppycrawl.tools</groupId>
|
|
125 | 125 | <plugin>
|
126 | 126 | <groupId>org.apache.maven.plugins</groupId>
|
127 | 127 | <artifactId>maven-clean-plugin</artifactId>
|
128 |
| - <version>3.1.0</version> |
| 128 | + <version>3.2.0</version> |
129 | 129 | </plugin>
|
130 | 130 | <plugin>
|
131 | 131 | <groupId>org.apache.maven.plugins</groupId>
|
132 | 132 | <artifactId>maven-install-plugin</artifactId>
|
133 |
| - <version>2.5.2</version> |
| 133 | + <version>3.0.1</version> |
134 | 134 | </plugin>
|
135 | 135 | </plugins>
|
136 | 136 | </pluginManagement>
|
137 | 137 | <plugins>
|
138 | 138 | <plugin>
|
139 | 139 | <artifactId>maven-compiler-plugin</artifactId>
|
140 |
| - <version>3.8.1</version> |
| 140 | + <version>3.10.1</version> |
141 | 141 | <configuration>
|
142 | 142 | <encoding>UTF-8</encoding>
|
143 | 143 | <release>${java.release}</release>
|
|
149 | 149 | </plugin>
|
150 | 150 | <plugin>
|
151 | 151 | <artifactId>maven-deploy-plugin</artifactId>
|
152 |
| - <version>2.8.2</version> |
| 152 | + <version>3.0.0</version> |
153 | 153 | <executions>
|
154 | 154 | <execution>
|
155 | 155 | <id>default-deploy</id>
|
|
163 | 163 | <plugin>
|
164 | 164 | <groupId>org.apache.maven.plugins</groupId>
|
165 | 165 | <artifactId>maven-resources-plugin</artifactId>
|
166 |
| - <version>3.2.0</version> |
| 166 | + <version>3.3.0</version> |
167 | 167 | <configuration>
|
168 | 168 | <encoding>UTF-8</encoding>
|
169 | 169 | </configuration>
|
|
225 | 225 | <plugin>
|
226 | 226 | <groupId>org.apache.maven.plugins</groupId>
|
227 | 227 | <artifactId>maven-pmd-plugin</artifactId>
|
228 |
| - <version>3.14.0</version> |
| 228 | + <version>3.16.0</version> |
229 | 229 | <dependencies>
|
230 | 230 | <dependency>
|
231 | 231 | <groupId>net.sourceforge.pmd</groupId>
|
|
0 commit comments