Skip to content

Commit a9d60a4

Browse files
authored
Merge pull request #52 from xdev-software/update-from-template-merged
Update from template (auto-merged)
2 parents 464631a + b58297d commit a9d60a4

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
17+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
<plugin>
4040
<groupId>org.apache.maven.plugins</groupId>
4141
<artifactId>maven-checkstyle-plugin</artifactId>
42-
<version>3.4.0</version>
42+
<version>3.5.0</version>
4343
<dependencies>
4444
<dependency>
4545
<groupId>com.puppycrawl.tools</groupId>
4646
<artifactId>checkstyle</artifactId>
47-
<version>10.17.0</version>
47+
<version>10.18.0</version>
4848
</dependency>
4949
</dependencies>
5050
<configuration>
@@ -69,7 +69,7 @@
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-pmd-plugin</artifactId>
72-
<version>3.24.0</version>
72+
<version>3.25.0</version>
7373
<configuration>
7474
<includeTests>true</includeTests>
7575
<printFailingErrors>true</printFailingErrors>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-jxr-plugin</artifactId>
101-
<version>3.4.0</version>
101+
<version>3.5.0</version>
102102
</plugin>
103103
</plugins>
104104
</reporting>

spring-data-eclipse-store-migration/pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<plugin>
165165
<groupId>org.apache.maven.plugins</groupId>
166166
<artifactId>maven-project-info-reports-plugin</artifactId>
167-
<version>3.6.2</version>
167+
<version>3.7.0</version>
168168
</plugin>
169169
</plugins>
170170
</pluginManagement>
@@ -209,7 +209,7 @@
209209
<plugin>
210210
<groupId>org.apache.maven.plugins</groupId>
211211
<artifactId>maven-javadoc-plugin</artifactId>
212-
<version>3.8.0</version>
212+
<version>3.10.0</version>
213213
<executions>
214214
<execution>
215215
<id>attach-javadocs</id>
@@ -270,7 +270,7 @@
270270
<plugin>
271271
<groupId>org.apache.maven.plugins</groupId>
272272
<artifactId>maven-gpg-plugin</artifactId>
273-
<version>3.2.4</version>
273+
<version>3.2.5</version>
274274
<executions>
275275
<execution>
276276
<id>sign-artifacts</id>
@@ -313,12 +313,12 @@
313313
<plugin>
314314
<groupId>org.apache.maven.plugins</groupId>
315315
<artifactId>maven-checkstyle-plugin</artifactId>
316-
<version>3.4.0</version>
316+
<version>3.5.0</version>
317317
<dependencies>
318318
<dependency>
319319
<groupId>com.puppycrawl.tools</groupId>
320320
<artifactId>checkstyle</artifactId>
321-
<version>10.17.0</version>
321+
<version>10.18.0</version>
322322
</dependency>
323323
</dependencies>
324324
<configuration>
@@ -343,7 +343,7 @@
343343
<plugin>
344344
<groupId>org.apache.maven.plugins</groupId>
345345
<artifactId>maven-pmd-plugin</artifactId>
346-
<version>3.24.0</version>
346+
<version>3.25.0</version>
347347
<configuration>
348348
<includeTests>true</includeTests>
349349
<printFailingErrors>true</printFailingErrors>
@@ -372,7 +372,7 @@
372372
<plugin>
373373
<groupId>org.apache.maven.plugins</groupId>
374374
<artifactId>maven-jxr-plugin</artifactId>
375-
<version>3.4.0</version>
375+
<version>3.5.0</version>
376376
</plugin>
377377
</plugins>
378378
</reporting>

0 commit comments

Comments
 (0)