Skip to content

Commit 1ac4e46

Browse files
authored
Merge branch 'master' into dependabot/maven/org.projectlombok-lombok-1.18.42
2 parents a099f8c + e25383d commit 1ac4e46

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
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 ================================================ -->
@@ -128,7 +128,7 @@
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

0 commit comments

Comments
 (0)