Skip to content

Commit db60b76

Browse files
fix(deps): update all minor dependencies
1 parent 370e66f commit db60b76

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/create-release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: Check Pogues-Model lib tag ${{ steps.get-version.outputs.version }} existence
4141
id: check-tag-exists
42-
uses: mukunku/tag-exists-action@v1.6.0
42+
uses: mukunku/tag-exists-action@v1.7.0
4343
with:
4444
repo: InseeFr/Pogues-Model
4545
tag: ${{ steps.get-version.outputs.version }}
@@ -74,7 +74,7 @@ jobs:
7474
- name: Print Version
7575
run: echo ${{ steps.version-step.outputs.version }}
7676

77-
- uses: mukunku/tag-exists-action@v1.6.0
77+
- uses: mukunku/tag-exists-action@v1.7.0
7878
name: Check tag existence
7979
id: check-tag-exists
8080
with:

.github/workflows/create-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Check Pogues-Model lib tag ${{ steps.get-version.outputs.version }} existence
4949
id: check-tag-exists
50-
uses: mukunku/tag-exists-action@v1.6.0
50+
uses: mukunku/tag-exists-action@v1.7.0
5151
with:
5252
repo: InseeFr/Pogues-Model
5353
tag: ${{ steps.get-version.outputs.version }}
@@ -82,7 +82,7 @@ jobs:
8282
- name: Print Version
8383
run: echo ${{ steps.version-step.outputs.version }}
8484

85-
- uses: mukunku/tag-exists-action@v1.6.0
85+
- uses: mukunku/tag-exists-action@v1.7.0
8686
name: Check tag existence
8787
id: check-tag-exists
8888
with:

.github/workflows/tests-sonar.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
3939
- name: Check Pogues-Model lib tag ${{ steps.get-version.outputs.version }} existence
4040
id: check-tag-exists
41-
uses: mukunku/tag-exists-action@v1.6.0
41+
uses: mukunku/tag-exists-action@v1.7.0
4242
with:
4343
repo: InseeFr/Pogues-Model
4444
tag: ${{ steps.get-version.outputs.version }}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.8</version>
8+
<version>3.5.9</version>
99
<relativePath/>
1010
</parent>
1111

1212
<groupId>fr.insee</groupId>
1313
<artifactId>Pogues-BO</artifactId>
1414
<packaging>jar</packaging>
15-
<version>4.25.0</version>
15+
<version>4.25.1</version>
1616
<name>Pogues-Back-Office</name>
1717

1818
<properties>
@@ -21,7 +21,7 @@
2121
<final.asset.name>pogues-bo</final.asset.name>
2222
<pogues-model.version>1.13.0</pogues-model.version>
2323
<fop.version>2.11</fop.version>
24-
<springdoc-openapi-ui.version>2.8.14</springdoc-openapi-ui.version>
24+
<springdoc-openapi-ui.version>2.8.15</springdoc-openapi-ui.version>
2525
<jacoco.version>0.8.14</jacoco.version>
2626
<saxon.version>12.9</saxon.version>
2727
<liquibase.version>4.33.0</liquibase.version>

0 commit comments

Comments
 (0)