Skip to content

Commit d30d5ae

Browse files
committed
Merge branch 'main' into development
2 parents 8d1c75a + 894f7f2 commit d30d5ae

19 files changed

Lines changed: 31 additions & 30 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
name: "CodeQL"
1313

1414
on:
15+
workflow_dispatch:
1516
push:
1617
branches: [ main, master, development, release/*, hotfix/*, fix/* ]
1718
pull_request:

application-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>life.qbic.datamanager</groupId>
77
<artifactId>datamanager</artifactId>
8-
<version>1.12.8</version>
8+
<version>1.12.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>application-commons</artifactId>

broadcasting/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>life.qbic.datamanager</groupId>
77
<artifactId>datamanager</artifactId>
8-
<version>1.12.8</version>
8+
<version>1.12.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>broadcasting</artifactId>

datamanager-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>life.qbic.datamanager</groupId>
1313
<artifactId>datamanager</artifactId>
14-
<version>1.12.8</version>
14+
<version>1.12.10</version>
1515
</parent>
1616

1717
<repositories>

datamanager-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>life.qbic.datamanager</groupId>
77
<artifactId>datamanager-bom</artifactId>
8-
<version>1.12.8</version>
8+
<version>1.12.10</version>
99
<packaging>pom</packaging>
1010
<name>DataManager BOM</name>
1111
<description>Bill of Materials for DataManager artifacts</description>
@@ -20,7 +20,7 @@
2020
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2121
<sonar.organization>qbicsoftware</sonar.organization>
2222
<sonar.projectKey>qbicsoftware_data-manager-app</sonar.projectKey>
23-
<vaadin.version>24.9.10</vaadin.version>
23+
<vaadin.version>24.10.4</vaadin.version>
2424
</properties>
2525

2626
<distributionManagement>

domain-concept/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic.datamanager</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>1.12.8</version>
9+
<version>1.12.10</version>
1010
</parent>
1111

1212
<artifactId>domain-concept</artifactId>

email-service-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic.datamanager</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>1.12.8</version>
9+
<version>1.12.10</version>
1010
</parent>
1111

1212
<artifactId>email-service-provider</artifactId>

finances-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic.datamanager</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>1.12.8</version>
9+
<version>1.12.10</version>
1010
</parent>
1111

1212
<artifactId>finances-api</artifactId>

finances-infrastructure/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>life.qbic.datamanager</groupId>
88
<artifactId>datamanager</artifactId>
9-
<version>1.12.8</version>
9+
<version>1.12.10</version>
1010
</parent>
1111

1212
<artifactId>finances-infrastructure</artifactId>
@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>life.qbic.datamanager</groupId>
2222
<artifactId>finances</artifactId>
23-
<version>1.12.8</version>
23+
<version>1.12.10</version>
2424
<scope>compile</scope>
2525
</dependency>
2626
<dependency>

finances/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>life.qbic.datamanager</groupId>
77
<artifactId>datamanager</artifactId>
8-
<version>1.12.8</version>
8+
<version>1.12.10</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>finances</artifactId>
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>life.qbic.datamanager</groupId>
4646
<artifactId>finances-api</artifactId>
47-
<version>1.12.8</version>
47+
<version>1.12.10</version>
4848
<scope>compile</scope>
4949
</dependency>
5050
</dependencies>

0 commit comments

Comments
 (0)