We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e50b59 + 18c135c commit 94b0f6aCopy full SHA for 94b0f6a
2 files changed
multitenancy/pom.xml
@@ -15,8 +15,8 @@
15
16
<properties>
17
<!-- Database -->
18
- <flyway.version>11.13.1</flyway.version>
19
- <h2.version>2.3.232</h2.version>
+ <flyway.version>11.13.2</flyway.version>
+ <h2.version>2.4.240</h2.version>
20
<!-- UI -->
21
<vaadin.version>24.9.0</vaadin.version>
22
<java.version>21</java.version>
pom.xml
@@ -54,7 +54,7 @@
54
<mockito.version>5.20.0</mockito.version>
55
<testcontainers.version>1.21.3</testcontainers.version>
56
<!-- Build and Plugins -->
57
- <maven-compiler.version>3.14.0</maven-compiler.version>
+ <maven-compiler.version>3.14.1</maven-compiler.version>
58
<maven-surefire.version>3.5.4</maven-surefire.version>
59
</properties>
60
0 commit comments