We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 761dd09 commit 71915d1Copy full SHA for 71915d1
1 file changed
affinity/pom.xml
@@ -21,7 +21,7 @@
21
<parent>
22
<groupId>net.openhft</groupId>
23
<artifactId>java-parent-pom</artifactId>
24
- <version>1.1.23</version>
+ <version>1.1.26</version>
25
<relativePath />
26
</parent>
27
@@ -43,7 +43,7 @@
43
44
<artifactId>third-party-bom</artifactId>
45
<type>pom</type>
46
- <version>3.19.4</version>
+ <version>3.19.9</version>
47
<scope>import</scope>
48
</dependency>
49
</dependencies>
@@ -108,7 +108,6 @@
108
<plugin>
109
<groupId>org.codehaus.mojo</groupId>
110
<artifactId>exec-maven-plugin</artifactId>
111
- <version>1.2.1</version>
112
<executions>
113
<execution>
114
<!-- this execution happens just after compiling the java classes, and builds the native code. -->
0 commit comments