Skip to content

Commit 1d3010f

Browse files
authored
Merge branch 'main' into feature/migrate-groupid-to-io-github-reqstool
2 parents caf66f7 + 25dc935 commit 1d3010f

File tree

3 files changed

+18
-8
lines changed

3 files changed

+18
-8
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: Check Semantic PR
2+
on:
3+
pull_request:
4+
types: [opened, edited, synchronize, reopened]
5+
pull_request_target:
6+
types: [opened, edited, synchronize, reopened]
7+
8+
jobs:
9+
check:
10+
uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main

.github/workflows/publish_pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Node.js
3030
uses: actions/setup-node@v6
3131
with:
32-
node-version: "22"
32+
node-version: "24"
3333
- name: Install Antora
3434
run: npm i antora
3535
- name: Install Asciidoctor Kroki extension
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create site folders
4040
run: mkdir -p docs/build/site
4141
- name: Upload Artifacts
42-
uses: actions/upload-pages-artifact@v3
42+
uses: actions/upload-pages-artifact@v4
4343
with:
4444
path: docs/build/site
4545
- name: Deploy to GitHub Pages

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@
6464
<dependency>
6565
<groupId>com.fasterxml.jackson.core</groupId>
6666
<artifactId>jackson-databind</artifactId>
67-
<version>2.21.0</version>
67+
<version>2.21.1</version>
6868
</dependency>
6969

7070
<dependency>
7171
<groupId>com.fasterxml.jackson.dataformat</groupId>
7272
<artifactId>jackson-dataformat-yaml</artifactId>
73-
<version>2.21.0</version>
73+
<version>2.21.1</version>
7474
</dependency>
7575

7676
<dependency>
@@ -82,7 +82,7 @@
8282
<dependency>
8383
<groupId>org.junit.jupiter</groupId>
8484
<artifactId>junit-jupiter-engine</artifactId>
85-
<version>5.14.2</version>
85+
<version>6.0.3</version>
8686
<scope>test</scope>
8787
</dependency>
8888

@@ -119,7 +119,7 @@
119119
<plugin>
120120
<groupId>org.apache.maven.plugins</groupId>
121121
<artifactId>maven-surefire-plugin</artifactId>
122-
<version>3.5.4</version>
122+
<version>3.5.5</version>
123123
<configuration>
124124
<additionalClasspathElements>
125125
<additionalClasspathElement>src/test/java/</additionalClasspathElement>
@@ -248,7 +248,7 @@
248248
<plugin>
249249
<groupId>org.apache.maven.plugins</groupId>
250250
<artifactId>maven-compiler-plugin</artifactId>
251-
<version>3.14.1</version>
251+
<version>3.15.0</version>
252252
</plugin>
253253
<plugin>
254254
<groupId>org.apache.maven.plugins</groupId>
@@ -283,7 +283,7 @@
283283
<plugin>
284284
<groupId>org.apache.maven.plugins</groupId>
285285
<artifactId>maven-surefire-plugin</artifactId>
286-
<version>3.5.4</version>
286+
<version>3.5.5</version>
287287
</plugin>
288288
<plugin>
289289
<groupId>org.sonarsource.scanner.maven</groupId>

0 commit comments

Comments
 (0)