Skip to content

Commit

Permalink
Merge branch 'develop' into patch-issue-template
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisvang committed Dec 2, 2024
2 parents 7c75c49 + a22a87f commit af32b21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
type=sha
- name: Docker build+push [test]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile.build
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
type=semver,pattern={{version}}
- name: Docker build+push [private]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'push' && env.PRIVATE_REGISTRY_URL != '' && steps.meta-private.outputs.tags != ''
with:
context: .
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
type=semver,pattern={{major}},enable=${{ !startsWith(github.ref, 'refs/tags/v0.') }}
- name: Docker build+push [public]
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
if: github.event_name == 'push' && env.DOCKER_HUB_USERNAME != '' && steps.meta-public.outputs.tags != ''
with:
context: .
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.5</version>
<version>3.2.12</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>org.fairdatapoint</groupId>
Expand Down Expand Up @@ -58,7 +58,7 @@
<springdoc.version>2.5.0</springdoc.version>
<postgresql.version>42.7.3</postgresql.version>
<rdf4j.version>4.3.12</rdf4j.version>
<jwt.version>0.12.5</jwt.version>
<jwt.version>0.12.6</jwt.version>
<lombok.version>1.18.32</lombok.version>
<hypersistence.version>3.7.6</hypersistence.version>

Expand All @@ -73,7 +73,7 @@
<plugin.git_commit_id.version>9.0.0</plugin.git_commit_id.version>
<plugin.rdf4j_generator.version>0.2.0</plugin.rdf4j_generator.version>
<plugin.checkstyle.version>3.4.0</plugin.checkstyle.version>
<plugin.spotbugs.version>4.8.5.0</plugin.spotbugs.version>
<plugin.spotbugs.version>4.8.6.6</plugin.spotbugs.version>
</properties>

<dependencies>
Expand Down

0 comments on commit af32b21

Please sign in to comment.