Skip to content

Commit 3c54786

Browse files
Bump swagger-annotations from 2.2.2 to 2.2.7 in /api-first-client (#34)
* Bump swagger-annotations from 2.2.2 to 2.2.7 in /api-first-client Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: amrutprabhu <amrutprabhu42@gmail.com>
1 parent c9e35d4 commit 3c54786

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/build-project.yaml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,13 @@ jobs:
2929

3030
- name: Build the project
3131
working-directory: ${{ matrix.projects }}
32-
run: mvn clean verify
32+
run: mvn clean verify
33+
34+
- name: Report
35+
uses: dorny/test-reporter@v1
36+
if: always()
37+
with:
38+
name: Tests Results - ${{ matrix.projects }}
39+
path: "**/surefire-reports/*.xml"
40+
reporter: java-junit
41+
fail-on-error: true

api-first-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<description>Open API 3 - API First Client</description>
1616
<properties>
1717
<java.version>17</java.version>
18-
<swagger-annotations-version>2.2.2</swagger-annotations-version>
18+
<swagger-annotations-version>2.2.7</swagger-annotations-version>
1919
<springfox-version>3.0.0</springfox-version>
2020
<jackson-databind-nullable>0.2.4</jackson-databind-nullable>
2121
<okhttp.version>4.10.0</okhttp.version>

0 commit comments

Comments
 (0)