Skip to content

Commit 944bca4

Browse files
committed
Bumping dependency versions after release
1 parent f6a81c1 commit 944bca4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-build</artifactId>
14-
<version>4.2.1-SNAPSHOT</version>
14+
<version>4.2.2-SNAPSHOT</version>
1515
<relativePath/>
1616
</parent>
1717
<scm>
@@ -26,7 +26,7 @@
2626
<properties>
2727
<main.basedir>${basedir}</main.basedir>
2828
<jackson.version>2.18.3</jackson.version>
29-
<spring-cloud-commons.version>4.2.1-SNAPSHOT</spring-cloud-commons.version>
29+
<spring-cloud-commons.version>4.2.2-SNAPSHOT</spring-cloud-commons.version>
3030

3131
<!-- Plugin versions -->
3232
<maven-eclipse-plugin.version>2.10</maven-eclipse-plugin.version>

spring-cloud-openfeign-dependencies/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>spring-cloud-dependencies-parent</artifactId>
88
<groupId>org.springframework.cloud</groupId>
9-
<version>4.2.1-SNAPSHOT</version>
9+
<version>4.2.2-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-openfeign-dependencies</artifactId>

0 commit comments

Comments
 (0)