Skip to content

Commit 323899b

Browse files
committed
deps: update minor versions of depdencies that dependabot missed
1 parent 942e500 commit 323899b

File tree

4 files changed

+8
-18
lines changed

4 files changed

+8
-18
lines changed

integration-tests/jaxrs/tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<properties>
3636
<module.name>its.jaxrs.tests</module.name>
3737
<jaxrs.api.version>2.1.1</jaxrs.api.version>
38-
<johnzon.version>1.2.20</johnzon.version>
38+
<johnzon.version>1.2.21</johnzon.version>
3939
</properties>
4040

4141
<dependencies>

pom.xml

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<parent>
2525
<groupId>org.apache</groupId>
2626
<artifactId>apache</artifactId>
27-
<version>29</version>
27+
<version>30</version>
2828
</parent>
2929

3030
<groupId>org.apache.shiro</groupId>
@@ -71,7 +71,6 @@
7171
<buildNumber>${user.name}-${maven.build.timestamp}</buildNumber>
7272
<project.build.outputTimestamp>2022-03-22T23:08:15Z</project.build.outputTimestamp>
7373
<jacoco.skip>true</jacoco.skip>
74-
<surefire.version>3.0.0</surefire.version>
7574
<!--suppress CheckTagEmptyBody -->
7675
<surefire.argLine></surefire.argLine>
7776
<!--suppress CheckTagEmptyBody -->
@@ -119,9 +118,9 @@
119118

120119
<!-- Test 3rd-party dependencies: -->
121120
<easymock.version>5.1.0</easymock.version>
122-
<mockito.version>5.2.0</mockito.version>
121+
<mockito.version>5.4.0</mockito.version>
123122
<gmaven.version>3.0.0</gmaven.version>
124-
<groovy.version>4.0.12</groovy.version>
123+
<groovy.version>4.0.13</groovy.version>
125124
<junit.version>5.9.3</junit.version>
126125
<junit.server.jetty.version>3.0.0</junit.server.jetty.version>
127126
<hibernate.version>5.6.15.Final</hibernate.version>
@@ -371,11 +370,6 @@
371370
<artifactId>build-helper-maven-plugin</artifactId>
372371
<version>3.4.0</version>
373372
</plugin>
374-
<plugin>
375-
<groupId>org.apache.maven.plugins</groupId>
376-
<artifactId>maven-dependency-plugin</artifactId>
377-
<version>3.5.0</version>
378-
</plugin>
379373
<plugin>
380374
<groupId>org.jacoco</groupId>
381375
<artifactId>jacoco-maven-plugin</artifactId>
@@ -441,10 +435,6 @@
441435
</parameter>
442436
</configuration>
443437
</plugin>
444-
<plugin>
445-
<groupId>org.apache.maven.plugins</groupId>
446-
<artifactId>maven-enforcer-plugin</artifactId>
447-
</plugin>
448438
<plugin>
449439
<groupId>org.codehaus.mojo</groupId>
450440
<artifactId>aspectj-maven-plugin</artifactId>
@@ -542,7 +532,7 @@
542532
<plugin>
543533
<groupId>org.apache.maven.plugins</groupId>
544534
<artifactId>maven-checkstyle-plugin</artifactId>
545-
<version>3.2.2</version>
535+
<version>3.3.0</version>
546536
<configuration>
547537
<configLocation>${checkstyle.configLocation}</configLocation>
548538
<suppressionsLocation>${checkstyle.supressionsLocation}</suppressionsLocation>
@@ -1524,7 +1514,7 @@
15241514
</plugin>
15251515
<plugin>
15261516
<artifactId>maven-pmd-plugin</artifactId>
1527-
<version>3.20.0</version>
1517+
<version>3.21.0</version>
15281518
</plugin>
15291519
<plugin>
15301520
<artifactId>maven-project-info-reports-plugin</artifactId>

samples/spring-boot-3-web/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<spring-boot3.version>3.1.2</spring-boot3.version>
3838
<spring-boot.version>${spring-boot3.version}</spring-boot.version>
3939
<!-- below versions are not necessary in "real" applications -->
40-
<spring.version>6.0.10</spring.version>
40+
<spring.version>6.0.11</spring.version>
4141
</properties>
4242

4343
<dependencies>

support/spring-boot/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.mockito</groupId>
4646
<artifactId>mockito-core</artifactId>
47-
<version>5.2.0</version>
47+
<version>${mockito.version}</version>
4848
</dependency>
4949
</dependencies>
5050
</dependencyManagement>

0 commit comments

Comments
 (0)