File tree Expand file tree Collapse file tree 22 files changed +35
-35
lines changed
appengine-java8/springboot-helloworld
flexible/helloworld-springboot
recaptcha_enterprise/snippets/src Expand file tree Collapse file tree 22 files changed +35
-35
lines changed Original file line number Diff line number Diff line change 3939 <!-- Import dependency management from Spring Boot -->
4040 <groupId >org.springframework.boot</groupId >
4141 <artifactId >spring-boot-dependencies</artifactId >
42- <version >2.6 .6</version >
42+ <version >2.7 .6</version >
4343 <type >pom</type >
4444 <scope >import</scope >
4545 </dependency >
7070 <dependency >
7171 <groupId >org.springframework.boot</groupId >
7272 <artifactId >spring-boot-starter-jetty</artifactId >
73- <version >2.6 .6</version >
73+ <version >2.7 .6</version >
7474 </dependency >
7575 </dependencies >
7676
7979 <plugin >
8080 <groupId >org.springframework.boot</groupId >
8181 <artifactId >spring-boot-maven-plugin</artifactId >
82- <version >2.6 .6</version >
82+ <version >2.7 .6</version >
8383 <executions >
8484 <execution >
8585 <goals >
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ limitations under the License.
4242 <!-- Import dependency management from Spring Boot -->
4343 <groupId >org.springframework.boot</groupId >
4444 <artifactId >spring-boot-dependencies</artifactId >
45- <version >2.6 .6</version >
45+ <version >2.7 .6</version >
4646 <type >pom</type >
4747 <scope >import</scope >
4848 </dependency >
@@ -62,7 +62,7 @@ limitations under the License.
6262 <dependency >
6363 <groupId >org.springframework.boot</groupId >
6464 <artifactId >spring-boot-starter-web</artifactId >
65- <version >2.6 .6</version >
65+ <version >2.7 .6</version >
6666 <exclusions >
6767 <!-- Exclude the Tomcat dependency -->
6868 <exclusion >
@@ -74,7 +74,7 @@ limitations under the License.
7474 <dependency >
7575 <groupId >org.springframework.boot</groupId >
7676 <artifactId >spring-boot-starter-jetty</artifactId >
77- <version >2.6 .6</version >
77+ <version >2.7 .6</version >
7878 </dependency >
7979
8080 </dependencies >
@@ -84,7 +84,7 @@ limitations under the License.
8484 <plugin >
8585 <groupId >org.springframework.boot</groupId >
8686 <artifactId >spring-boot-maven-plugin</artifactId >
87- <version >2.6 .6</version >
87+ <version >2.7 .6</version >
8888 <executions >
8989 <execution >
9090 <goals >
Original file line number Diff line number Diff line change 2020 <properties >
2121 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
2222 <project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
23- <spring .boot.version>2.6 .6</spring .boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
23+ <spring .boot.version>2.7 .6</spring .boot.version> <!-- DO NOT UPDATE w/o MANUAL TESTING -->
2424 <maven .compiler.target>1.8</maven .compiler.target>
2525 <maven .compiler.source>1.8</maven .compiler.source>
2626 </properties >
Original file line number Diff line number Diff line change 9999 <dependency >
100100 <groupId >org.springframework.boot</groupId >
101101 <artifactId >spring-boot-starter-parent</artifactId >
102- <version >2.6 .6</version >
102+ <version >2.7 .6</version >
103103 <scope >import</scope >
104104 <type >pom</type >
105105 </dependency >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
3535 <!-- Import dependency management from Spring Boot -->
3636 <groupId >org.springframework.boot</groupId >
3737 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.6 .6</version >
38+ <version >2.7 .6</version >
3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
3535 <!-- Import dependency management from Spring Boot -->
3636 <groupId >org.springframework.boot</groupId >
3737 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.6 .6</version >
38+ <version >2.7 .6</version >
3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ limitations under the License.
3535 <!-- Import dependency management from Spring Boot -->
3636 <groupId >org.springframework.boot</groupId >
3737 <artifactId >spring-boot-dependencies</artifactId >
38- <version >2.6 .6</version >
38+ <version >2.7 .6</version >
3939 <type >pom</type >
4040 <scope >import</scope >
4141 </dependency >
Original file line number Diff line number Diff line change 4040 <dependency >
4141 <groupId >org.springframework.boot</groupId >
4242 <artifactId >spring-boot-starter-web</artifactId >
43- <version >2.6 .6</version >
43+ <version >2.7 .6</version >
4444 </dependency >
4545 <dependency >
4646 <groupId >org.springframework.boot</groupId >
4747 <artifactId >spring-boot-starter-actuator</artifactId >
48- <version >2.6 .6</version >
48+ <version >2.7 .6</version >
4949 </dependency >
5050 <dependency >
5151 <groupId >org.springframework.boot</groupId >
5252 <artifactId >spring-boot-starter-test</artifactId >
53- <version >2.6 .6</version >
53+ <version >2.7 .6</version >
5454 <scope >test</scope >
5555 <exclusions >
5656 <exclusion >
6666 <plugin >
6767 <groupId >org.springframework.boot</groupId >
6868 <artifactId >spring-boot-maven-plugin</artifactId >
69- <version >2.6 .6</version >
69+ <version >2.7 .6</version >
7070 <executions >
7171 <execution >
7272 <goals >
Original file line number Diff line number Diff line change 1717plugins {
1818 id ' application'
1919 id ' java'
20- id ' org.springframework.boot' version ' 2.5.7 '
20+ id ' org.springframework.boot' version ' 2.7.6 '
2121}
2222
2323repositories {
@@ -35,11 +35,11 @@ java.sourceCompatibility = JavaVersion.VERSION_1_8
3535
3636dependencies {
3737 implementation ' com.github.spotbugs:spotbugs-annotations:4.7.0'
38- implementation ' org.springframework.boot:spring-boot-starter-web:2.5.7 '
38+ implementation ' org.springframework.boot:spring-boot-starter-web:2.7.6 '
3939 implementation ' com.google.cloud:spring-cloud-gcp-starter-pubsub:3.2.1'
4040 implementation ' org.springframework.integration:spring-integration-core:6.0.0'
4141 implementation ' com.google.cloud:spring-cloud-gcp-pubsub-stream-binder:3.2.1'
4242 testImplementation ' junit:junit:4.13.2'
4343 testImplementation ' com.google.truth:truth:1.1.3'
44- testImplementation ' org.springframework.boot:spring-boot-test:2.5.7 '
44+ testImplementation ' org.springframework.boot:spring-boot-test:2.7.6 '
4545}
Original file line number Diff line number Diff line change 4747 <dependency >
4848 <groupId >org.springframework.boot</groupId >
4949 <artifactId >spring-boot-dependencies</artifactId >
50- <version >2.6 .6</version >
50+ <version >2.7 .6</version >
5151 <type >pom</type >
5252 <scope >import</scope >
5353 </dependency >
110110 <plugin >
111111 <groupId >org.springframework.boot</groupId >
112112 <artifactId >spring-boot-maven-plugin</artifactId >
113- <version >2.6 .6</version >
113+ <version >2.7 .6</version >
114114 <configuration >
115115 <mainClass >demo.PubSubApplication</mainClass >
116116 </configuration >
You can’t perform that action at this time.
0 commit comments