Skip to content

Commit 6d6415e

Browse files
committed
Update to Spring Boot 2.7.9
1 parent 84f05f2 commit 6d6415e

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,8 @@ We will build and tag an initial version `0.9.x` as a _preliminary_ working
112112
version of Query/Response. This version is tracked in branches supporting the
113113
active Spring Boot versions, as well as the `main` branch.
114114

115-
* `main` -> Spring Boot 2.6.x
115+
* `main` -> Spring Boot 2.7.x
116+
* `spring-boot-2.6.x` -> Spring Boot 2.6.x
116117
* `spring-boot-2.5.x` -> Spring Boot 2.5.x
117118

118119
From each branch there will be tagged releases, denoting the version of Spring

examples/myapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.6.14</version>
15+
<version>2.7.9</version>
1616
</parent>
1717

1818
<properties>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.studiomediatech</groupId>
3131
<artifactId>query-response-spring-amqp</artifactId>
32-
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
32+
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
3333
</dependency>
3434
</dependencies>
3535

examples/querying/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>org.springframework.boot</groupId>
1313
<artifactId>spring-boot-starter-parent</artifactId>
14-
<version>2.6.14</version>
14+
<version>2.7.9</version>
1515
</parent>
1616

1717
<properties>
@@ -28,7 +28,7 @@
2828
<dependency>
2929
<groupId>com.studiomediatech</groupId>
3030
<artifactId>query-response-spring-amqp</artifactId>
31-
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
31+
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
3232
</dependency>
3333
</dependencies>
3434

examples/responding/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.6.14</version>
15+
<version>2.7.9</version>
1616
</parent>
1717

1818
<properties>
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>com.studiomediatech</groupId>
3131
<artifactId>query-response-spring-amqp</artifactId>
32-
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
32+
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
3333
</dependency>
3434
</dependencies>
3535

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.studiomediatech</groupId>
88
<artifactId>query-response-spring-amqp</artifactId>
9-
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
9+
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>Query/Response for Spring AMQP</name>
@@ -24,7 +24,7 @@
2424
<dependency>
2525
<groupId>org.springframework.boot</groupId>
2626
<artifactId>spring-boot-dependencies</artifactId>
27-
<version>2.6.14</version>
27+
<version>2.7.9</version>
2828
<type>pom</type>
2929
<scope>import</scope>
3030
</dependency>

ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<dependency>
3939
<groupId>com.studiomediatech</groupId>
4040
<artifactId>query-response-spring-amqp</artifactId>
41-
<version>0.9.0-SB2_6_14-SNAPSHOT</version>
41+
<version>0.9.0-SB2_7_9-SNAPSHOT</version>
4242
</dependency>
4343
<dependency>
4444
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)