Skip to content

Commit

Permalink
project: update dependency versions in parent pom (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibodrov authored Jul 12, 2024
1 parent 2578016 commit e258c29
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,9 @@
<scm.connection>scm:git:https://github.com/walmartlabs/concord.git</scm.connection>

<docker.plugin.version>0.38.1</docker.plugin.version>
<jooq.version>3.13.4</jooq.version>
<junit.version>5.8.2</junit.version>
<liquibase.version>3.5.1
</liquibase.version> <!-- the newer versions (up to 3.5.3) have incorrect mappings for PG's blob/bytea -->
<jooq.version>3.14.0</jooq.version>
<junit.version>5.9.1</junit.version>
<liquibase.version>4.8.0</liquibase.version>
<node.version>20.12.2</node.version>
<frontend.plugin.version>1.12.0</frontend.plugin.version>

Expand Down

0 comments on commit e258c29

Please sign in to comment.