Skip to content

Commit a3a4ad6

Browse files
authored
Merge branch 'master' into dependabot/gradle/org.springdoc-springdoc-openapi-bom-2.8.11
2 parents 56604eb + 073e091 commit a3a4ad6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/checkout@v5
1515
- name: Set up JDK 21
16-
uses: actions/setup-java@v4
16+
uses: actions/setup-java@v5
1717
with:
1818
distribution: 'temurin'
1919
java-version: '21'

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
detekt = "1.23.8"
3-
spring-boot-v3 = "3.5.4"
3+
spring-boot-v3 = "3.5.5"
44

55
[libraries]
66
detekt = { group = "io.gitlab.arturbosch.detekt", name = "detekt-gradle-plugin", version.ref = "detekt" }

0 commit comments

Comments
 (0)