Skip to content

Commit

Permalink
AAE-21068 upgrade postgresql (#4609)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsokolowskii committed Mar 11, 2024
1 parent 3699a28 commit eb35e73
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions activiti-core/activiti-engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

<properties>
<activiti-engine.unpack.version>7.2.0</activiti-engine.unpack.version>
<postgresql.version>42.7.2</postgresql.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -193,6 +194,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>${postgresql.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit eb35e73

Please sign in to comment.