File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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
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 >
260259 <destName >bbl-validator-${project.version} .jar</destName >
261260 </file >
262261 </files >
263- </inline >
262+ </inline >
264263 </assembly >
265264 </build >
266265 </image >
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 >
You can’t perform that action at this time.
0 commit comments