Skip to content

Commit 6906192

Browse files
committed
Update dependencies
1 parent 8a5f70a commit 6906192

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-javadoc-plugin</artifactId>
88-
<version>3.6.2</version>
88+
<version>3.6.3</version>
8989
<executions>
9090
<execution>
9191
<id>attach-javadocs</id>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.11.0</version>
135+
<version>3.12.1</version>
136136
<configuration>
137137
<source>${project.jdkVersion}</source>
138138
<target>${project.jdkVersion}</target>
@@ -141,7 +141,7 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.2.2</version>
144+
<version>3.2.5</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.jacoco</groupId>
@@ -176,7 +176,7 @@
176176
<dependency>
177177
<groupId>org.junit.jupiter</groupId>
178178
<artifactId>junit-jupiter</artifactId>
179-
<version>5.10.1</version>
179+
<version>5.10.2</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>

0 commit comments

Comments
 (0)