Skip to content

Commit 3ae3003

Browse files
Upgraded Maven from 3.9.8 to 3.9.9
- Upgraded Surefire Tree Reporter from 1.2.1 to 1.3.0 - Upgraded Checkstyle from 10.17.0 to 10.18.2 - Upgraded JUnit Jupiter from 5.10.3 to 5.11.2 - Upgraded Mockito from 5.12.0 to 5.14.1 - Upgraded PMD from 7.3.0 to 7.6.0
1 parent 7a80bbb commit 3ae3003

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.mvn/wrapper/maven-wrapper.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
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
1818
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,15 +62,15 @@
6262
<maven.resources.plugin.version>3.3.1</maven.resources.plugin.version>
6363
<maven.source.plugin.version>3.3.1</maven.source.plugin.version>
6464
<maven.surefire.plugin.version>3.3.1</maven.surefire.plugin.version>
65-
<maven.surefire.junit5.tree.reporter.version>1.2.1</maven.surefire.junit5.tree.reporter.version>
65+
<maven.surefire.junit5.tree.reporter.version>1.3.0</maven.surefire.junit5.tree.reporter.version>
6666
<download.maven.plugin.version>1.9.0</download.maven.plugin.version>
6767
<bouncycastle.version>1.78.1</bouncycastle.version>
68-
<checkstyle.version>10.17.0</checkstyle.version>
68+
<checkstyle.version>10.18.2</checkstyle.version>
6969
<jacoco.version>0.8.12</jacoco.version>
7070
<jreleaser.version>1.13.1</jreleaser.version>
71-
<junit.jupiter.version>5.10.3</junit.jupiter.version>
72-
<mockito.version>5.12.0</mockito.version>
73-
<pmd.version>7.3.0</pmd.version>
71+
<junit.jupiter.version>5.11.2</junit.jupiter.version>
72+
<mockito.version>5.14.1</mockito.version>
73+
<pmd.version>7.6.0</pmd.version>
7474
<spotbugs.plugin.version>4.8.6.2</spotbugs.plugin.version>
7575
<staging.deploy.directory>target/staging-deploy</staging.deploy.directory>
7676
<altDeploymentRepository>local::file:./${staging.deploy.directory}</altDeploymentRepository>

0 commit comments

Comments
 (0)