Skip to content

Commit 20af183

Browse files
authored
Merge branch 'main' into dependabot/gradle/junit-jupiter-5.13.0
2 parents ea50a43 + b59a757 commit 20af183

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/repository-maintenance.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ on:
55
branches: ['main']
66
workflow_dispatch:
77

8+
permissions:
9+
actions: read
10+
contents: write
11+
pull-requests: read
12+
id-token: write
13+
814
concurrency:
915
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
1016
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ spring-boot = "3.5.0"
44
spring-dependency-management = "1.1.7"
55
openapi-generator = "7.13.0"
66
openapi-tools = "0.2.6"
7-
swagger = "2.2.30"
7+
swagger = "2.2.32"
88
swagger-request-validator = "2.44.8"
99
jakarta-validation = "3.1.1"
1010
lombok = "1.18.38"

0 commit comments

Comments
 (0)