|
51 | 51 | </distributionManagement> |
52 | 52 |
|
53 | 53 | <properties> |
54 | | - <praxiscore.version>6.3.0</praxiscore.version> |
55 | | - <njord.version>0.8.0</njord.version> |
| 54 | + <praxiscore.version>6.4.0</praxiscore.version> |
| 55 | + <njord.version>0.8.7</njord.version> |
56 | 56 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
57 | 57 | </properties> |
58 | 58 |
|
|
61 | 61 | <dependency> |
62 | 62 | <groupId>org.junit</groupId> |
63 | 63 | <artifactId>junit-bom</artifactId> |
64 | | - <version>5.13.1</version> |
| 64 | + <version>5.14.1</version> |
65 | 65 | <type>pom</type> |
66 | 66 | <scope>import</scope> |
67 | 67 | </dependency> |
68 | 68 | <dependency> |
69 | 69 | <groupId>net.java.dev.jna</groupId> |
70 | 70 | <artifactId>jna</artifactId> |
71 | | - <version>5.17.0</version> |
| 71 | + <version>5.18.1</version> |
72 | 72 | </dependency> |
73 | 73 | <dependency> |
74 | 74 | <groupId>net.java.dev.jna</groupId> |
75 | 75 | <artifactId>jna-platform</artifactId> |
76 | | - <version>5.17.0</version> |
| 76 | + <version>5.18.1</version> |
77 | 77 | </dependency> |
78 | 78 | </dependencies> |
79 | 79 | </dependencyManagement> |
|
99 | 99 | <plugin> |
100 | 100 | <groupId>org.codehaus.mojo</groupId> |
101 | 101 | <artifactId>flatten-maven-plugin</artifactId> |
102 | | - <version>1.7.0</version> |
| 102 | + <version>1.7.3</version> |
103 | 103 | <configuration> |
104 | 104 | <flattenMode>ossrh</flattenMode> |
105 | 105 | </configuration> |
|
123 | 123 | <plugin> |
124 | 124 | <groupId>org.apache.maven.plugins</groupId> |
125 | 125 | <artifactId>maven-assembly-plugin</artifactId> |
126 | | - <version>3.7.1</version> |
| 126 | + <version>3.8.0</version> |
127 | 127 | </plugin> |
128 | 128 | <plugin> |
129 | 129 | <groupId>org.apache.maven.plugins</groupId> |
130 | 130 | <artifactId>maven-compiler-plugin</artifactId> |
131 | | - <version>3.14.0</version> |
| 131 | + <version>3.14.1</version> |
132 | 132 | <configuration> |
133 | 133 | <release>21</release> |
134 | 134 | </configuration> |
135 | 135 | </plugin> |
136 | 136 | <plugin> |
137 | 137 | <groupId>org.apache.maven.plugins</groupId> |
138 | 138 | <artifactId>maven-jar-plugin</artifactId> |
139 | | - <version>3.4.2</version> |
| 139 | + <version>3.5.0</version> |
140 | 140 | </plugin> |
141 | 141 | <plugin> |
142 | 142 | <groupId>org.apache.maven.plugins</groupId> |
143 | 143 | <artifactId>maven-surefire-plugin</artifactId> |
144 | | - <version>3.5.3</version> |
| 144 | + <version>3.5.4</version> |
145 | 145 | <configuration> |
146 | 146 | <systemPropertyVariables> |
147 | 147 | <junit.jupiter.execution.timeout.mode>disabled_on_debug</junit.jupiter.execution.timeout.mode> |
|
156 | 156 | <plugin> |
157 | 157 | <groupId>org.apache.maven.plugins</groupId> |
158 | 158 | <artifactId>maven-javadoc-plugin</artifactId> |
159 | | - <version>3.11.2</version> |
| 159 | + <version>3.12.0</version> |
160 | 160 | <executions> |
161 | 161 | <execution> |
162 | 162 | <id>attach-javadocs</id> |
|
205 | 205 | <plugin> |
206 | 206 | <groupId>org.apache.maven.plugins</groupId> |
207 | 207 | <artifactId>maven-source-plugin</artifactId> |
208 | | - <version>3.3.1</version> |
| 208 | + <version>3.4.0</version> |
209 | 209 | <executions> |
210 | 210 | <execution> |
211 | 211 | <id>attach-sources</id> |
|
218 | 218 | <plugin> |
219 | 219 | <groupId>org.apache.maven.plugins</groupId> |
220 | 220 | <artifactId>maven-gpg-plugin</artifactId> |
221 | | - <version>3.2.7</version> |
| 221 | + <version>3.2.8</version> |
222 | 222 | <executions> |
223 | 223 | <execution> |
224 | 224 | <id>sign-artifacts</id> |
|
0 commit comments