Skip to content

Commit 1566407

Browse files
authored
Merge pull request #265 from modcluster/dependabot/maven/org.jboss-jboss-parent-52
Bump org.jboss:jboss-parent from 51 to 52
2 parents b5aeec9 + aba3391 commit 1566407

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
steps:
1515
- name: Checkout
1616
uses: actions/checkout@v6
17-
- name: Set up JDK 17
17+
- name: Set up JDK 25
1818
uses: actions/setup-java@v5
1919
with:
2020
distribution: temurin
21-
java-version: 17
21+
java-version: 25
2222
cache: maven
2323
- name: Build with Maven
2424
run: ./mvnw --batch-mode --no-transfer-progress verify

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.jboss</groupId>
1010
<artifactId>jboss-parent</artifactId>
11-
<version>51</version>
11+
<version>52</version>
1212
</parent>
1313
<groupId>org.jboss.mod_cluster</groupId>
1414
<artifactId>mod_cluster-docs-parent</artifactId>

0 commit comments

Comments
 (0)