Skip to content

Commit 85e0afe

Browse files
Update to PraxisCORE v6.4.0
Update to PraxisCORE v6.4.0 and update build dependencies.
1 parent 43c1cb4 commit 85e0afe

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
</distributionManagement>
5252

5353
<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>
5656
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
5757
</properties>
5858

@@ -61,19 +61,19 @@
6161
<dependency>
6262
<groupId>org.junit</groupId>
6363
<artifactId>junit-bom</artifactId>
64-
<version>5.13.1</version>
64+
<version>5.14.1</version>
6565
<type>pom</type>
6666
<scope>import</scope>
6767
</dependency>
6868
<dependency>
6969
<groupId>net.java.dev.jna</groupId>
7070
<artifactId>jna</artifactId>
71-
<version>5.17.0</version>
71+
<version>5.18.1</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>net.java.dev.jna</groupId>
7575
<artifactId>jna-platform</artifactId>
76-
<version>5.17.0</version>
76+
<version>5.18.1</version>
7777
</dependency>
7878
</dependencies>
7979
</dependencyManagement>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.codehaus.mojo</groupId>
101101
<artifactId>flatten-maven-plugin</artifactId>
102-
<version>1.7.0</version>
102+
<version>1.7.3</version>
103103
<configuration>
104104
<flattenMode>ossrh</flattenMode>
105105
</configuration>
@@ -123,25 +123,25 @@
123123
<plugin>
124124
<groupId>org.apache.maven.plugins</groupId>
125125
<artifactId>maven-assembly-plugin</artifactId>
126-
<version>3.7.1</version>
126+
<version>3.8.0</version>
127127
</plugin>
128128
<plugin>
129129
<groupId>org.apache.maven.plugins</groupId>
130130
<artifactId>maven-compiler-plugin</artifactId>
131-
<version>3.14.0</version>
131+
<version>3.14.1</version>
132132
<configuration>
133133
<release>21</release>
134134
</configuration>
135135
</plugin>
136136
<plugin>
137137
<groupId>org.apache.maven.plugins</groupId>
138138
<artifactId>maven-jar-plugin</artifactId>
139-
<version>3.4.2</version>
139+
<version>3.5.0</version>
140140
</plugin>
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.5.3</version>
144+
<version>3.5.4</version>
145145
<configuration>
146146
<systemPropertyVariables>
147147
<junit.jupiter.execution.timeout.mode>disabled_on_debug</junit.jupiter.execution.timeout.mode>
@@ -156,7 +156,7 @@
156156
<plugin>
157157
<groupId>org.apache.maven.plugins</groupId>
158158
<artifactId>maven-javadoc-plugin</artifactId>
159-
<version>3.11.2</version>
159+
<version>3.12.0</version>
160160
<executions>
161161
<execution>
162162
<id>attach-javadocs</id>
@@ -205,7 +205,7 @@
205205
<plugin>
206206
<groupId>org.apache.maven.plugins</groupId>
207207
<artifactId>maven-source-plugin</artifactId>
208-
<version>3.3.1</version>
208+
<version>3.4.0</version>
209209
<executions>
210210
<execution>
211211
<id>attach-sources</id>
@@ -218,7 +218,7 @@
218218
<plugin>
219219
<groupId>org.apache.maven.plugins</groupId>
220220
<artifactId>maven-gpg-plugin</artifactId>
221-
<version>3.2.7</version>
221+
<version>3.2.8</version>
222222
<executions>
223223
<execution>
224224
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)