Skip to content

Commit b127dcf

Browse files
committed
upgrade dependencies in pom
1 parent 36754c2 commit b127dcf

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.26</jmh.version>
13+
<jmh.version>1.33</jmh.version>
1414
</properties>
1515

1616
<build>
@@ -54,7 +54,7 @@
5454
<plugin>
5555
<groupId>org.apache.maven.plugins</groupId>
5656
<artifactId>maven-project-info-reports-plugin</artifactId>
57-
<version>3.1.1</version>
57+
<version>3.1.2</version>
5858
</plugin>
5959
<plugin>
6060
<groupId>org.apache.maven.plugins</groupId>
@@ -98,7 +98,7 @@
9898
<plugin>
9999
<groupId>org.apache.maven.plugins</groupId>
100100
<artifactId>maven-javadoc-plugin</artifactId>
101-
<version>3.2.0</version>
101+
<version>3.3.1</version>
102102
<configuration>
103103
<additionalOptions>-Xdoclint:none</additionalOptions>
104104
<additionalJOption>-Xdoclint:none</additionalJOption>
@@ -112,37 +112,37 @@
112112
<dependency>
113113
<groupId>net.java.dev.jna</groupId>
114114
<artifactId>jna</artifactId>
115-
<version>5.6.0</version>
115+
<version>5.10.0</version>
116116
</dependency>
117117

118118
<!-- https://mvnrepository.com/artifact/net.java.dev.jna/jna-platform -->
119119
<dependency>
120120
<groupId>net.java.dev.jna</groupId>
121121
<artifactId>jna-platform</artifactId>
122-
<version>5.6.0</version>
122+
<version>5.10.0</version>
123123
</dependency>
124124

125125
<!-- https://mvnrepository.com/artifact/junit/junit -->
126126
<dependency>
127127
<groupId>junit</groupId>
128128
<artifactId>junit</artifactId>
129-
<version>4.13.1</version>
129+
<version>4.13.2</version>
130130
<scope>test</scope>
131131
</dependency>
132132

133133
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-core -->
134134
<dependency>
135135
<groupId>org.mockito</groupId>
136136
<artifactId>mockito-core</artifactId>
137-
<version>3.5.15</version>
137+
<version>3.12.4</version>
138138
<scope>test</scope>
139139
</dependency>
140140

141141
<!-- https://mvnrepository.com/artifact/org.assertj/assertj-core -->
142142
<dependency>
143143
<groupId>org.assertj</groupId>
144144
<artifactId>assertj-core</artifactId>
145-
<version>3.17.2</version>
145+
<version>3.21.0</version>
146146
<scope>test</scope>
147147
</dependency>
148148

0 commit comments

Comments
 (0)