Skip to content

Commit f72d44c

Browse files
committed
feature] Versions Maven Plugin
1 parent d15b894 commit f72d44c

1 file changed

Lines changed: 11 additions & 5 deletions

File tree

pom.xml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
54
<modelVersion>4.0.0</modelVersion>
65

76
<groupId>com.evolvedbinary.bblValidator</groupId>
@@ -30,7 +29,7 @@
3029
<dependency>
3130
<groupId>io.micronaut</groupId>
3231
<artifactId>micronaut-http-server-netty</artifactId>
33-
<!-- TODO(YB) check for updates https://www.mend.io/vulnerability-database/CVE-2025-67735 -->
32+
<!-- TODO(YB) check for updates https://www.mend.io/vulnerability-database/CVE-2025-67735 -->
3433
<version>4.10.12</version>
3534
</dependency>
3635

@@ -127,7 +126,7 @@
127126
<version>4.5.14</version>
128127
</dependency>
129128

130-
<!-- https://mvnrepository.com/artifact/com.fasterxml.uuid/java-uuid-generator -->
129+
<!-- https://mvnrepository.com/artifact/com.fasterxml.uuid/java-uuid-generator -->
131130
<dependency>
132131
<groupId>com.fasterxml.uuid</groupId>
133132
<artifactId>java-uuid-generator</artifactId>
@@ -260,7 +259,7 @@
260259
<destName>bbl-validator-${project.version}.jar</destName>
261260
</file>
262261
</files>
263-
</inline>
262+
</inline>
264263
</assembly>
265264
</build>
266265
</image>
@@ -276,6 +275,13 @@
276275
</execution>
277276
</executions>
278277
</plugin>
278+
279+
<!-- Versions Maven Plugin for dependency version management -->
280+
<plugin>
281+
<groupId>org.codehaus.mojo</groupId>
282+
<artifactId>versions-maven-plugin</artifactId>
283+
<version>2.21.0</version>
284+
</plugin>
279285
</plugins>
280286
</build>
281287
</project>

0 commit comments

Comments
 (0)