Skip to content

Commit d5140de

Browse files
author
Dennis Labordus
authored
Merge branch 'develop' into xpath_to_element
2 parents d312cf5 + 9d1a708 commit d5140de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
java-version: '17'
4848

4949
- name: Create custom Maven Settings.xml
50-
uses: whelk-io/maven-settings-xml-action@v20
50+
uses: whelk-io/maven-settings-xml-action@v21
5151
with:
5252
output_file: custom_maven_settings.xml
5353
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

.github/workflows/release-project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
password: ${{ secrets.DOCKER_HUB_TOKEN }}
5454

5555
- name: Create custom Maven Settings.xml
56-
uses: whelk-io/maven-settings-xml-action@v20
56+
uses: whelk-io/maven-settings-xml-action@v21
5757
with:
5858
output_file: custom_maven_settings.xml
5959
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

.github/workflows/sonarcloud-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
-Dsonar.projectKey=com-pas_compas-scl-validator \
5858
-Dsonar.organization=com-pas )"
5959
- name: Create custom Maven Settings.xml
60-
uses: whelk-io/maven-settings-xml-action@v20
60+
uses: whelk-io/maven-settings-xml-action@v21
6161
with:
6262
output_file: custom_maven_settings.xml
6363
servers: '[{ "id": "github-packages-compas", "username": "OWNER", "password": "${{ secrets.GITHUB_TOKEN }}" }]'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ SPDX-License-Identifier: Apache-2.0
2626
<compas.scl.xsd.version>0.0.4</compas.scl.xsd.version>
2727
<compas.core.version>0.9.3</compas.core.version>
2828

29-
<quarkus.platform.version>2.13.0.Final</quarkus.platform.version>
29+
<quarkus.platform.version>2.13.2.Final</quarkus.platform.version>
3030
<slf4j.version>2.0.3</slf4j.version>
3131
<openpojo.version>0.9.1</openpojo.version>
3232
</properties>

0 commit comments

Comments
 (0)