Skip to content

Commit 3c19ba2

Browse files
committed
update dependencies and move finalname to build
* fixes 'Parameter 'finalName' is read-only, must not be used in configuration'
1 parent 7e113b0 commit 3c19ba2

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

pom.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<java.version>17</java.version>
3939
<javafx.version>22</javafx.version>
4040

41-
<maven-dependency-check.version>8.0.2</maven-dependency-check.version>
41+
<maven-dependency-check.version>9.1.0</maven-dependency-check.version>
4242
<!-- USING HTML,XML (comma-separated list) did not work with plugin version 5.1.0 -->
4343
<maven-dependency-check.format>ALL</maven-dependency-check.format>
4444
<maven-dependency-check.failOnError>true</maven-dependency-check.failOnError>
@@ -116,13 +116,13 @@
116116
<dependency>
117117
<groupId>org.apache.maven.plugins</groupId>
118118
<artifactId>maven-assembly-plugin</artifactId>
119-
<version>3.4.2</version>
119+
<version>3.7.1</version>
120120
<type>maven-plugin</type>
121121
</dependency>
122122
<dependency>
123123
<groupId>org.sonarsource.scanner.maven</groupId>
124124
<artifactId>sonar-maven-plugin</artifactId>
125-
<version>3.9.1.2184</version>
125+
<version>3.11.0.3922</version>
126126
</dependency>
127127
<dependency>
128128
<groupId>org.hamcrest</groupId>
@@ -131,6 +131,8 @@
131131
</dependency>
132132
</dependencies>
133133
<build>
134+
<finalName>keeptime-${project.version}</finalName>
135+
134136
<plugins>
135137
<plugin>
136138
<groupId>org.springframework.boot</groupId>
@@ -158,7 +160,6 @@
158160
<descriptors>
159161
<descriptor>./assembly.xml</descriptor>
160162
</descriptors>
161-
<finalName>keeptime-${project.version}</finalName>
162163
</configuration>
163164
</execution>
164165
</executions>

0 commit comments

Comments
 (0)