We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ea50a43 + b59a757 commit 20af183Copy full SHA for 20af183
.github/workflows/repository-maintenance.yml
@@ -5,6 +5,12 @@ on:
5
branches: ['main']
6
workflow_dispatch:
7
8
+permissions:
9
+ actions: read
10
+ contents: write
11
+ pull-requests: read
12
+ id-token: write
13
+
14
concurrency:
15
group: ${{ github.workflow }}${{ github.ref_name != github.event.repository.default_branch && github.ref || github.run_id }}
16
cancel-in-progress: ${{ github.ref_name != github.event.repository.default_branch }}
gradle/libs.versions.toml
@@ -4,7 +4,7 @@ spring-boot = "3.5.0"
4
spring-dependency-management = "1.1.7"
openapi-generator = "7.13.0"
openapi-tools = "0.2.6"
-swagger = "2.2.30"
+swagger = "2.2.32"
swagger-request-validator = "2.44.8"
jakarta-validation = "3.1.1"
lombok = "1.18.38"
0 commit comments