Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump dependencies #174

Merged
merged 24 commits into from
May 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
5b64678
chore(deps): update alpine docker tag to v3.19.1
ashleycaselli May 9, 2024
2e21979
ci(deps): update actions/upload-artifact action to v4.3.3
ashleycaselli May 9, 2024
23727f0
ci(deps): update actions/download-artifact action to v4.1.7
ashleycaselli May 9, 2024
73bd4e6
ci(deps): update docker/setup-buildx-action action to v3.3.0
ashleycaselli May 10, 2024
acfb6e3
ci(deps): update actions/checkout version tag with the right one
ashleycaselli May 10, 2024
42ecc77
ci(deps): update actions/checkout action version tag to v4.1.1
ashleycaselli May 10, 2024
b93e7c7
build(deps): update dependency org.apache.maven.plugins:maven-assembl…
ashleycaselli May 15, 2024
159d246
build(deps): update dependency org.apache.maven.plugins:maven-jar-plu…
ashleycaselli May 16, 2024
9f229e9
build(deps): update dependency org.apache.maven.plugins:maven-source-…
ashleycaselli May 16, 2024
bf5ebf3
chore(renovate): enable forkProcessing
ashleycaselli May 16, 2024
2c5188e
ci(deps): update actions/checkout action to v4.1.5
renovate[bot] May 16, 2024
23160e9
Merge pull request #32 from ashleycaselli/renovate/actions-checkout-4…
ashleycaselli May 16, 2024
ed71104
build(deps): update dependency org.apache.maven.plugins:maven-source-…
renovate[bot] May 16, 2024
b6d538f
Merge pull request #31 from ashleycaselli/renovate/org.apache.maven.p…
ashleycaselli May 16, 2024
124a0ca
build(deps): update dependency org.apache.maven.plugins:maven-jar-plu…
renovate[bot] May 16, 2024
84831bd
Merge pull request #36 from ashleycaselli/renovate/org.apache.maven.p…
ashleycaselli May 16, 2024
3049d50
build(deps): update dependency org.apache.maven.plugins:maven-assembl…
renovate[bot] May 16, 2024
94b2dbc
Merge pull request #33 from ashleycaselli/renovate/org.apache.maven.p…
ashleycaselli May 16, 2024
2400549
build(deps): update dependency org.apache.maven.plugins:maven-compile…
renovate[bot] May 16, 2024
abf7e58
Merge pull request #34 from ashleycaselli/renovate/org.apache.maven.p…
ashleycaselli May 16, 2024
41f8583
build(deps): update dependency org.apache.maven.plugins:maven-gpg-plu…
renovate[bot] May 16, 2024
7152f0c
Merge pull request #35 from ashleycaselli/renovate/org.apache.maven.p…
ashleycaselli May 17, 2024
d1479f3
ci(deps): update actions/checkout action to v4.1.6
renovate[bot] May 17, 2024
78435c9
Merge pull request #40 from ashleycaselli/renovate/actions-checkout-4…
ashleycaselli May 17, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ RUN unzip target/shacl-${VERSION}-bin.zip -d /app/

# BUILD STAGE 2: keep only Java and SHACL

FROM alpine:3.18
FROM alpine:3.19.1

ARG VERSION

Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ jobs:
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Set up QEMU
uses: docker/setup-qemu-action@68827325e0b33c7199eb31dd4e31fbe9023e06e3 # v3.0.0

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

# inspired by https://github.com/reloc8/action-latest-release-version
- name: Get release version
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
digest="${{ steps.build.outputs.digest }}"
touch "/tmp/digests/${digest#sha256:}"
- name: Upload digest
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: digests-${{ matrix.package }}
path: /tmp/digests/*
Expand All @@ -110,7 +110,7 @@ jobs:
echo "IMAGE_NAME=${GITHUB_REPOSITORY,,}" >> ${GITHUB_ENV}

- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# inspired by https://github.com/reloc8/action-latest-release-version
- name: Get release version
Expand All @@ -124,14 +124,14 @@ jobs:
echo "version_build=${LATEST_RELEASE}_"$(git rev-parse --short "$GITHUB_SHA") >> $GITHUB_OUTPUT

- name: Download digests
uses: actions/download-artifact@c850b930e6ba138125429b7e5c93fc707a7f8427 # v4.1.4
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
path: /tmp/digests
pattern: digests-*
merge-multiple: true

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@2b51285047da1547ffb1b2203d8be4c0af6b1f20 # v3.2.0
uses: docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0

- name: Extract metadata (tags, labels) for Docker
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: Set up JDK
uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
with:
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<release>${java.version}</release>
</configuration>
Expand All @@ -121,7 +121,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.1.1</version>
<version>3.4.1</version>
<executions>
<execution>
<goals>
Expand All @@ -134,7 +134,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.0.1</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -155,7 +155,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.1</version>
<version>3.7.1</version>
<configuration>
<descriptors>
<descriptor>src/assembly/bin.xml</descriptor>
Expand Down Expand Up @@ -223,7 +223,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"local>ashleycaselli/renovate-config"
],
"automerge": false,
"forkProcessing": "enabled",
"packageRules": [
{
"description": "Updates to the parent dependencies should trigger a new patch release",
Expand Down