update dependencies

This commit is contained in:
2026-02-25 21:41:14 +01:00
parent 1866782111
commit 71c79575c8
3 changed files with 18 additions and 15 deletions

View File

@ -4,8 +4,8 @@ Simple POS (Point of Sale) system for small to medium-sized events with receipt
## Requirements
- Java JDK 17+
- Maven 3.6+
- Java JDK 21+
- Maven 3.9+
- Display >= 1366x768
## Video Tutorials (German | Deutsch)
@ -18,7 +18,7 @@ Simple POS (Point of Sale) system for small to medium-sized events with receipt
### 1. Install dependencies
```bash
sudo zypper install java-17-openjdk-devel maven
sudo zypper install java-21-openjdk java-21-openjdk-devel maven
```
### 2. Install VSCode extensions