File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
1+ <?xml version =" 1.0" encoding =" UTF-8" standalone =" no" ?><project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
32
43 <!--
54
136135 <spring-hateoas >2.2.0-M1</spring-hateoas >
137136 <spring-plugin >3.0.0</spring-plugin >
138137 <servlet-api >6.0.0</servlet-api >
139- <testcontainers >1.18.3 </testcontainers >
138+ <testcontainers >1.19.0 </testcontainers >
140139 <validation >3.0.2</validation >
141140 <vavr >0.10.4</vavr >
142141 <webbeans >2.0.27</webbeans >
289288 <loadresource property =" spring.short" >
290289 <concat >${spring} </concat >
291290 <filterchain >
292- <replaceregex pattern =" ([\d]+\.[\d]+)(\..*)" replace =" \1" />
291+ <replaceregex pattern =" ([\d]+\.[\d]+)(\..*)" replace =" \1" />
293292 </filterchain >
294293 </loadresource >
295294 <loadresource property =" springdata.commons.short" >
296295 <concat >${springdata.commons} </concat >
297296 <filterchain >
298- <replaceregex pattern =" ([\d]+\.[\d]+)(.*)" replace =" \1" />
297+ <replaceregex pattern =" ([\d]+\.[\d]+)(.*)" replace =" \1" />
299298 </filterchain >
300299 </loadresource >
301300 <loadresource property =" springdata.commons.docs" >
302301 <concat >${springdata.commons} </concat >
303302 <filterchain >
304- <replaceregex pattern =" ([\d]+\.[\d]+\.[\d]+)(.*)" replace =" \1" />
303+ <replaceregex pattern =" ([\d]+\.[\d]+\.[\d]+)(.*)" replace =" \1" />
305304 </filterchain >
306305 </loadresource >
307306 </target >
14801479 </repository >
14811480 </repositories >
14821481
1483- </project >
1482+ </project >
You can’t perform that action at this time.
0 commit comments