Skip to content

Commit 41f86c5

Browse files
authored
Merge branch 'master' into feat/kalman-filter
2 parents 670caec + 1c0c7c0 commit 41f86c5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,15 @@
6161
<plugins>
6262
<plugin>
6363
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>3.5.6</version>
64+
<version>3.6.0</version>
6565
<configuration>
6666
<forkNode implementation="org.apache.maven.plugin.surefire.extensions.SurefireForkNodeFactory"/>
6767
</configuration>
6868
</plugin>
6969
<plugin>
7070
<groupId>org.apache.maven.plugins</groupId>
7171
<artifactId>maven-compiler-plugin</artifactId>
72-
<version>3.15.0</version>
72+
<version>3.16.0</version>
7373
<configuration>
7474
<release>21</release>
7575
<compilerArgs>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.puppycrawl.tools</groupId>
114114
<artifactId>checkstyle</artifactId>
115-
<version>14.0.0</version>
115+
<version>14.1.0</version>
116116
</dependency>
117117
</dependencies>
118118
</plugin>

0 commit comments

Comments
 (0)