Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickuhlmann committed Dec 24, 2023
1 parent 9041908 commit 6ca1ebe
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 229 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
Expand All @@ -33,7 +33,7 @@ jobs:
working-directory: ./backend

- name: Setup Node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 18.x

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
uses: actions/checkout@v4

- name: ⛏ Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
cache: 'maven'

- name: 🔐 Login to Docker Hub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: registry.cevi.tools
username: ${{ secrets.DOCKERHUB_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion backend/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.0</version>
<version>3.2.1</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>ch.cevi.db</groupId>
Expand Down
2 changes: 1 addition & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Eventfinder
# Eventoverview

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3.

Expand Down
Loading

0 comments on commit 6ca1ebe

Please sign in to comment.