Skip to content

Commit

Permalink
Merge branch 'develop' into fix/AAE-28952-fix-process-var-sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
tom-dal authored Dec 10, 2024
2 parents 58cfa1a + 497f0bc commit 1cc19f2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion activiti-cloud-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<name>Activiti Cloud :: Runtime API Parent</name>
<packaging>pom</packaging>
<properties>
<activiti.version>8.7.0-alpha.39</activiti.version>
<activiti.version>8.7.0-alpha.44</activiti.version>
</properties>
<modules>
<module>activiti-cloud-api-dependencies</module>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-query-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<module>activiti-cloud-starter-query-rest</module>
</modules>
<properties>
<activiti.version>8.7.0-alpha.39</activiti.version>
<activiti.version>8.7.0-alpha.44</activiti.version>
</properties>
<!-- BoM Marker Dependencies -->
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-runtime-bundle-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<module>activiti-cloud-starter-runtime-bundle-it</module>
</modules>
<properties>
<activiti.version>8.7.0-alpha.39</activiti.version>
<activiti.version>8.7.0-alpha.44</activiti.version>
<commons-fileupload.version>1.5</commons-fileupload.version>
</properties>
<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion activiti-cloud-service-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<module>activiti-cloud-service-messaging-starter</module>
</modules>
<properties>
<activiti.version>8.7.0-alpha.39</activiti.version>
<activiti.version>8.7.0-alpha.44</activiti.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-configuration.version>1.10</commons-configuration.version>
<commons-lang.version>2.6</commons-lang.version>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>

<!-- dependencies versions -->
<hibernate.version>6.5.3.Final</hibernate.version>
<hibernate.version>6.6.3.Final</hibernate.version>
<classgraph.version>4.8.175</classgraph.version>


Expand Down

0 comments on commit 1cc19f2

Please sign in to comment.