Skip to content

Commit 7e4f480

Browse files
committed
Add support for notification of events and loading of values in SharedHashMap
1 parent 33f944d commit 7e4f480

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

affinity/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@
3737
<dependency>
3838
<groupId>net.java.dev.jna</groupId>
3939
<artifactId>jna</artifactId>
40-
<version>4.0.0</version>
40+
<version>4.1.0</version>
4141
</dependency>
4242
<dependency>
4343
<groupId>net.java.dev.jna</groupId>
44-
<artifactId>platform</artifactId>
45-
<version>3.5.2</version>
44+
<artifactId>jna-platform</artifactId>
45+
<version>4.1.0</version>
4646
</dependency>
4747

4848
<dependency>
@@ -80,7 +80,7 @@
8080
<plugin>
8181
<groupId>org.apache.maven.plugins</groupId>
8282
<artifactId>maven-source-plugin</artifactId>
83-
<version>2.2</version>
83+
<version>2.2.1</version>
8484
<executions>
8585
<execution>
8686
<id>attach-sources</id>
@@ -112,7 +112,7 @@
112112
<!-- plugin>
113113
<groupId>org.apache.maven.plugins</groupId>
114114
<artifactId>maven-gpg-plugin</artifactId>
115-
<version>1.4</version>
115+
<version>1.5</version>
116116
<configuration>
117117
<passphrase>${gpg.passphrase}</passphrase>
118118
</configuration>

0 commit comments

Comments
 (0)