Skip to content

Commit 25d6f26

Browse files
committed
Merge remote-tracking branch 'origin/main' into patch/base-name
2 parents c158834 + b9643e1 commit 25d6f26

2 files changed

Lines changed: 6 additions & 18 deletions

File tree

maven-central-settings.xml

Lines changed: 0 additions & 12 deletions
This file was deleted.

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5959
<argLine>-Dfile.encoding=UTF-8</argLine>
6060

61-
<junit.version>5.11.0</junit.version>
61+
<junit.version>5.13.4</junit.version>
6262
</properties>
6363

6464
<dependencies>
@@ -95,7 +95,7 @@
9595
<plugin>
9696
<groupId>org.apache.maven.plugins</groupId>
9797
<artifactId>maven-javadoc-plugin</artifactId>
98-
<version>3.10.0</version>
98+
<version>3.11.2</version>
9999
<configuration>
100100
<doclint>all,-missing</doclint>
101101
</configuration>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.jacoco</groupId>
113113
<artifactId>jacoco-maven-plugin</artifactId>
114-
<version>0.8.12</version>
114+
<version>0.8.13</version>
115115
<executions>
116116
<execution>
117117
<id>default-prepare-agent</id>
@@ -130,11 +130,11 @@
130130
</plugin>
131131
<plugin>
132132
<artifactId>maven-surefire-plugin</artifactId>
133-
<version>3.5.0</version>
133+
<version>3.5.3</version>
134134
</plugin>
135135
<plugin>
136136
<artifactId>maven-failsafe-plugin</artifactId>
137-
<version>3.5.0</version>
137+
<version>3.5.3</version>
138138
</plugin>
139139
</plugins>
140140
</build>
@@ -152,7 +152,7 @@
152152
<plugin>
153153
<groupId>org.apache.maven.plugins</groupId>
154154
<artifactId>maven-gpg-plugin</artifactId>
155-
<version>3.2.6</version>
155+
<version>3.2.8</version>
156156
<executions>
157157
<execution>
158158
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)