Skip to content

Commit 3bde369

Browse files
committed
Bumping dependency versions after release
1 parent 57c0198 commit 3bde369

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

binders/rabbit-binder/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212
<properties>
1313
<java.version>17</java.version>
14-
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
14+
<spring-cloud-function.version>4.3.1-SNAPSHOT</spring-cloud-function.version>
1515
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
1616
<maven-checkstyle-plugin.failsOnViolation>true
1717
</maven-checkstyle-plugin.failsOnViolation>

bom/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
14+
<version>4.3.1-SNAPSHOT</version>
1515
<relativePath/>
1616
</parent>
1717

bom/spring-cloud-stream-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
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.3.0-SNAPSHOT</version>
9+
<version>4.3.1-SNAPSHOT</version>
1010
<relativePath/>
1111
</parent>
1212
<artifactId>spring-cloud-stream-dependencies</artifactId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<parent>
1010
<groupId>org.springframework.cloud</groupId>
1111
<artifactId>spring-cloud-build</artifactId>
12-
<version>4.3.0-SNAPSHOT</version>
12+
<version>4.3.1-SNAPSHOT</version>
1313
<relativePath />
1414
</parent>
1515
<scm>
@@ -24,7 +24,7 @@
2424
<properties>
2525
<java.version>17</java.version>
2626
<objenesis.version>2.1</objenesis.version>
27-
<spring-cloud-function.version>4.3.0-SNAPSHOT</spring-cloud-function.version>
27+
<spring-cloud-function.version>4.3.1-SNAPSHOT</spring-cloud-function.version>
2828
<maven-checkstyle-plugin.failsOnError>true</maven-checkstyle-plugin.failsOnError>
2929
<maven-checkstyle-plugin.failsOnViolation>true</maven-checkstyle-plugin.failsOnViolation>
3030
<maven-checkstyle-plugin.includeTestSourceDirectory>true</maven-checkstyle-plugin.includeTestSourceDirectory>

0 commit comments

Comments
 (0)