Skip to content

Commit

Permalink
Add couchmove version (#27563)
Browse files Browse the repository at this point in the history
  • Loading branch information
qmonmert authored Oct 13, 2024
1 parent 0b7f84d commit c01b5f6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generators/spring-boot/resources/spring-boot-dependencies.pom
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
<commons-pool.version>1.6</commons-pool.version>
<commons-pool2.version>2.12.0</commons-pool2.version>
<couchbase-client.version>3.6.3</couchbase-client.version>
<couchmove.version>3.4.1</couchmove.version>
<crac.version>1.4.0</crac.version>
<cyclonedx-maven-plugin.version>2.8.1</cyclonedx-maven-plugin.version>
<db2-jdbc.version>11.5.9.0</db2-jdbc.version>
Expand Down Expand Up @@ -426,6 +427,11 @@
<artifactId>java-client</artifactId>
<version>${couchbase-client.version}</version>
</dependency>
<dependency>
<groupId>com.github.differentway</groupId>
<artifactId>couchmove</artifactId>
<version>${couchmove.version}</version>
</dependency>
<dependency>
<groupId>org.crac</groupId>
<artifactId>crac</artifactId>
Expand Down

0 comments on commit c01b5f6

Please sign in to comment.