Skip to content

Commit d2f252b

Browse files
committed
upgrade dependencies
1 parent 9e7c2a9 commit d2f252b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<jmh.version>1.23</jmh.version>
13+
<jmh.version>1.26</jmh.version>
1414
</properties>
1515

1616
<build>
@@ -49,17 +49,17 @@
4949
<plugin>
5050
<groupId>org.apache.maven.plugins</groupId>
5151
<artifactId>maven-site-plugin</artifactId>
52-
<version>3.9.0</version>
52+
<version>3.9.1</version>
5353
</plugin>
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-project-info-reports-plugin</artifactId>
57-
<version>3.0.0</version>
57+
<version>3.1.1</version>
5858
</plugin>
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
6161
<artifactId>maven-surefire-plugin</artifactId>
62-
<version>2.22.0</version>
62+
<version>2.22.2</version>
6363
<configuration>
6464
<parallel>all</parallel> <!-- Run tests in parallel-->
6565
<useUnlimitedThreads>true</useUnlimitedThreads>
@@ -110,14 +110,14 @@
110110
<dependency>
111111
<groupId>net.java.dev.jna</groupId>
112112
<artifactId>jna</artifactId>
113-
<version>5.5.0</version>
113+
<version>5.6.0</version>
114114
</dependency>
115115

116116
<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
117117
<dependency>
118118
<groupId>net.java.dev.jna</groupId>
119119
<artifactId>jna-platform</artifactId>
120-
<version>5.5.0</version>
120+
<version>5.6.0</version>
121121
</dependency>
122122

123123
<!-- https://mvnrepository.com/artifact/junit/junit -->
@@ -132,15 +132,15 @@
132132
<dependency>
133133
<groupId>org.mockito</groupId>
134134
<artifactId>mockito-core</artifactId>
135-
<version>3.3.3</version>
135+
<version>3.5.15</version>
136136
<scope>test</scope>
137137
</dependency>
138138

139139
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
140140
<dependency>
141141
<groupId>org.assertj</groupId>
142142
<artifactId>assertj-core</artifactId>
143-
<version>3.16.1</version>
143+
<version>3.17.2</version>
144144
<scope>test</scope>
145145
</dependency>
146146

0 commit comments

Comments
 (0)