Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SailReal committed Feb 21, 2025
1 parent c2707e1 commit 76e7431
Show file tree
Hide file tree
Showing 4 changed files with 456 additions and 304 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- Updated Keycloak to 25.0.6
- Updated Keycloak to 26.1.2
- Updated to Java 21 (#272)
- Updated to Quarkus 3.8.x LTS (#272)
- Updated to tailwindcss 4
- Updated to Quarkus 3.15.3 LTS
- Updated to Tailwind CSS 4
- Updated to Vite 6
- Reduced number of transitive dependencies
- Bumped build time dependencies
Expand Down
4 changes: 2 additions & 2 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<quarkus.container-image.group>cryptomator</quarkus.container-image.group>
<quarkus.container-image.name>hub</quarkus.container-image.name>
<quarkus.platform.version>3.15.2</quarkus.platform.version>
<quarkus.platform.version>3.15.3</quarkus.platform.version>
<quarkus.jib.base-jvm-image>eclipse-temurin:21-jre</quarkus.jib.base-jvm-image> <!-- irrelevant for -Pnative -->
<jwt.version>4.4.0</jwt.version>
<jwt.version>4.5.0</jwt.version>
<compiler-plugin.version>3.13.0</compiler-plugin.version>
<dependency-plugin.version>3.8.1</dependency-plugin.version>
<surefire-plugin.version>3.5.2</surefire-plugin.version>
Expand Down
Loading

0 comments on commit 76e7431

Please sign in to comment.