|
75 | 75 | <plugin> |
76 | 76 | <groupId>org.apache.maven.plugins</groupId> |
77 | 77 | <artifactId>maven-compiler-plugin</artifactId> |
78 | | - <version>3.12.1</version> |
| 78 | + <version>3.14.0</version> |
79 | 79 | <configuration> |
80 | 80 | <release>11</release> |
81 | 81 | </configuration> |
82 | 82 | </plugin> |
83 | 83 | <plugin> |
84 | 84 | <groupId>com.github.siom79.japicmp</groupId> |
85 | 85 | <artifactId>japicmp-maven-plugin</artifactId> |
86 | | - <version>0.15.7</version> |
| 86 | + <version>0.23.1</version> |
87 | 87 | <configuration> |
88 | 88 | <oldVersion> |
89 | 89 | <dependency> |
|
134 | 134 | <plugin> |
135 | 135 | <groupId>org.apache.maven.plugins</groupId> |
136 | 136 | <artifactId>maven-release-plugin</artifactId> |
137 | | - <version>3.0.0-M7</version> |
| 137 | + <version>3.1.1</version> |
138 | 138 | <configuration> |
139 | 139 | <autoVersionSubmodules>true</autoVersionSubmodules> |
140 | 140 | <useReleaseProfile>false</useReleaseProfile> |
|
168 | 168 | <plugin> |
169 | 169 | <groupId>org.jacoco</groupId> |
170 | 170 | <artifactId>jacoco-maven-plugin</artifactId> |
171 | | - <version>0.8.8</version> |
| 171 | + <version>0.8.13</version> |
172 | 172 | <executions> |
173 | 173 | <execution> |
174 | 174 | <id>prepare-agent</id> |
|
188 | 188 | <plugin> |
189 | 189 | <groupId>org.apache.maven.plugins</groupId> |
190 | 190 | <artifactId>maven-source-plugin</artifactId> |
191 | | - <version>3.2.1</version> |
| 191 | + <version>3.3.1</version> |
192 | 192 | <executions> |
193 | 193 | <execution> |
194 | 194 | <id>attach-sources</id> |
|
201 | 201 | <plugin> |
202 | 202 | <groupId>org.apache.maven.plugins</groupId> |
203 | 203 | <artifactId>maven-javadoc-plugin</artifactId> |
204 | | - <version>3.4.1</version> |
| 204 | + <version>3.11.2</version> |
205 | 205 | <executions> |
206 | 206 | <execution> |
207 | 207 | <id>attach-javadocs</id> |
|
217 | 217 | <plugin> |
218 | 218 | <groupId>org.apache.maven.plugins</groupId> |
219 | 219 | <artifactId>maven-gpg-plugin</artifactId> |
220 | | - <version>3.0.1</version> |
| 220 | + <version>3.2.7</version> |
221 | 221 | <executions> |
222 | 222 | <execution> |
223 | 223 | <id>sign-artifacts</id> |
|
0 commit comments