File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 77
88 <groupId >fr.insee.pearljam</groupId >
99 <artifactId >pearljam-back-office</artifactId >
10- <version >5.4.0 </version >
10+ <version >5.4.1 </version >
1111 <name >Pearl-Jam-Back-Office</name >
1212 <description >Back-office services for PearlJam</description >
1313
1414 <parent >
1515 <groupId >org.springframework.boot</groupId >
1616 <artifactId >spring-boot-starter-parent</artifactId >
17- <version >3.4.2 </version >
17+ <version >3.4.3 </version >
1818 <relativePath /><!-- lookup parent from repository -->
1919 </parent >
2020
4949 <dependency >
5050 <groupId >org.springdoc</groupId >
5151 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
52- <version >2.8.4 </version >
52+ <version >2.8.5 </version >
5353 </dependency >
5454
5555 <!-- Security -->
108108 <dependency >
109109 <groupId >com.tngtech.archunit</groupId >
110110 <artifactId >archunit</artifactId >
111- <version >1.3 .0</version >
111+ <version >1.4 .0</version >
112112 </dependency >
113113
114114 <!-- Commons -->
224224 <plugin >
225225 <groupId >org.apache.maven.plugins</groupId >
226226 <artifactId >maven-compiler-plugin</artifactId >
227- <version >3.13 .0</version >
227+ <version >3.14 .0</version >
228228 <configuration >
229229 <source >${java.version} </source >
230230 <target >${java.version} </target >
You can’t perform that action at this time.
0 commit comments