Skip to content

Commit a489479

Browse files
committed
Bump plugin-api to 4.1.6
1 parent 31ed5e9 commit a489479

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ jobs:
1010
name: Build and analyze
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: s4u/setup-maven-action@v1.10.0
13+
- uses: s4u/setup-maven-action@v1.12.0
1414
with:
1515
checkout-fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
1616
java-version: 21
1717
java-distribution: 'corretto'
1818
cache-path-add: ~/.sonar/cache
1919
cache-prefix: ${{ runner.os }}-sonar
20-
maven-version: 3.9.4
20+
maven-version: 3.9.6
2121
- name: maven-settings-xml-action
22-
uses: whelk-io/maven-settings-xml-action@v21
22+
uses: whelk-io/maven-settings-xml-action@v22
2323
with:
2424
repositories: '[
2525
{ "id": "spring-milestone", "url": "https://repo.spring.io/milestone/"},

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ligoj.api</groupId>
66
<artifactId>plugin-parent</artifactId>
7-
<version>4.1.4</version>
7+
<version>4.1.6</version>
88
<relativePath />
99
</parent>
1010

0 commit comments

Comments
 (0)