File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 - name : Upload JaCoCo coverage report to Codecov
5757 if : matrix.service == 'codecov'
58- uses : codecov/codecov-action@v5.5.0
58+ uses : codecov/codecov-action@v5.5.1
5959 with :
6060 token : ${{ secrets.CODECOV_TOKEN }}
6161 files : jacoco.xml
Original file line number Diff line number Diff line change 107107 <dependency >
108108 <groupId >org.assertj</groupId >
109109 <artifactId >assertj-core</artifactId >
110- <version >3.27.4 </version >
110+ <version >3.27.5 </version >
111111 <scope >test</scope >
112112 </dependency >
113113 <!-- == ModelMapper ================================================ -->
128128 <dependency >
129129 <groupId >org.springdoc</groupId >
130130 <artifactId >springdoc-openapi-starter-webmvc-ui</artifactId >
131- <version >2.8.11 </version >
131+ <version >2.8.13 </version >
132132 </dependency >
133133 <!--
134134 Project Lombok
You can’t perform that action at this time.
0 commit comments