We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380dd33 commit 9e062f0Copy full SHA for 9e062f0
1 file changed
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>com.profesorfalken</groupId>
6
<artifactId>jSensors</artifactId>
7
- <version>2.2</version>
+ <version>2.2.1</version>
8
<packaging>jar</packaging>
9
10
<name>jSensors</name>
@@ -152,7 +152,7 @@
152
<dependency>
153
<groupId>net.java.dev.jna</groupId>
154
<artifactId>jna</artifactId>
155
- <version>4.5.1</version>
+ <version>5.2.0</version>
156
</dependency>
157
158
<groupId>junit</groupId>
@@ -168,7 +168,7 @@
168
169
<groupId>${project.groupId}</groupId>
170
<artifactId>jPowerShell</artifactId>
171
- <version>3.0.1</version>
+ <version>3.0.4</version>
172
173
</dependencies>
174
<properties>
0 commit comments