Skip to content

Commit 251857a

Browse files
committed
feat:parameterizing lib versions in pom
1 parent 26b298a commit 251857a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

java/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
3737
<spring.cloud.dependencies.version>2022.0.4</spring.cloud.dependencies.version>
3838
<pact.version>3.5.24</pact.version>
39+
<spring.data.commons>3.3.1</spring.data.commons>
3940

4041
<!-- Set 'pact.broker.url' and 'pact.broker.token' -->
4142
<pact.broker.url/>
@@ -240,7 +241,7 @@
240241
<dependency>
241242
<groupId>org.springframework.data</groupId>
242243
<artifactId>spring-data-commons</artifactId>
243-
<version>3.3.1</version>
244+
<version>${spring.data.commons}</version>
244245
</dependency>
245246

246247
</dependencies>

0 commit comments

Comments
 (0)