Skip to content

Commit 568103d

Browse files
committed
Merge branch 'hotfix/1.2.2'
2 parents dba04c9 + 22752a4 commit 568103d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

backend/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.cryptomator</groupId>
66
<artifactId>hub-backend</artifactId>
7-
<version>1.2.1</version>
7+
<version>1.2.2</version>
88

99
<properties>
1010
<compiler-plugin.version>3.11.0 </compiler-plugin.version>
@@ -13,7 +13,7 @@
1313
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
1414
<quarkus.container-image.group>cryptomator</quarkus.container-image.group>
1515
<quarkus.container-image.name>hub</quarkus.container-image.name>
16-
<quarkus.platform.version>3.2.4.Final</quarkus.platform.version>
16+
<quarkus.platform.version>3.2.6.Final</quarkus.platform.version>
1717
<quarkus.jib.base-jvm-image>eclipse-temurin:17-jre</quarkus.jib.base-jvm-image> <!-- irrelevant for -Pnative -->
1818
<jwt.version>4.4.0</jwt.version>
1919
<surefire-plugin.version>3.1.2</surefire-plugin.version>

frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cryptomator-hub",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Web-Frontend for Cryptomator Hub",
55
"author": "Skymatic GmbH",
66
"license": "AGPL-3.0-or-later",

0 commit comments

Comments
 (0)