Skip to content

Commit 6b87e06

Browse files
committed
update
1 parent c59a17a commit 6b87e06

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.4
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.14/apache-maven-3.9.14-bin.zip

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<plugin>
109109
<groupId>org.jacoco</groupId>
110110
<artifactId>jacoco-maven-plugin</artifactId>
111-
<version>0.8.13</version>
111+
<version>0.8.14</version>
112112
<executions>
113113
<execution>
114114
<id>prepare-agent</id>
@@ -170,7 +170,7 @@
170170
<plugin>
171171
<groupId>org.apache.maven.plugins</groupId>
172172
<artifactId>maven-surefire-plugin</artifactId>
173-
<version>3.5.4</version>
173+
<version>3.5.5</version>
174174
<configuration>
175175
<includes>
176176
<include>**/*Test.java</include>

0 commit comments

Comments
 (0)