This repository was archived by the owner on Feb 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 9 files changed +12
-12
lines changed
spring-aot-maven-plugin/src/it/runner
spring-native-docs/src/main/asciidoc Expand file tree Collapse file tree 9 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1414 <asm .version>9.2</asm .version>
1515 <graalvm .version>22.1.0.1</graalvm .version>
1616 <docs .resources.version>0.2.1.RELEASE</docs .resources.version>
17- <spring .boot.version>2.7.0 </spring .boot.version>
17+ <spring .boot.version>2.7.1 </spring .boot.version>
1818 <spring .cloud.version>2021.0.3</spring .cloud.version>
1919 <spring .security.authorization-server.version>0.1.0</spring .security.authorization-server.version>
2020 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 2.7.0 '
2+ id ' org.springframework.boot' version ' 2.7.1 '
33 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
44 id ' org.springframework.experimental.aot' version ' 0.12.1-SNAPSHOT'
55 id ' java'
Original file line number Diff line number Diff line change 77 <parent >
88 <groupId >org.springframework.boot</groupId >
99 <artifactId >spring-boot-starter-parent</artifactId >
10- <version >2.7.0 </version >
10+ <version >2.7.1 </version >
1111 <relativePath />
1212 </parent >
1313 <groupId >org.springframework.experimental</groupId >
Original file line number Diff line number Diff line change 11plugins {
22 id ' io.spring.dependency-management' version ' 1.0.11.RELEASE'
3- id ' org.springframework.boot' version ' 2.7.0 ' apply false
3+ id ' org.springframework.boot' version ' 2.7.1 ' apply false
44 id ' org.springframework.experimental.aot' version ' 0.12.1-SNAPSHOT' apply false
55}
66
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.7.0 </version >
8+ <version >2.7.1 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >com.example</groupId >
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33
44plugins {
5- id(" org.springframework.boot" ) version " 2.7.0 "
6- id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
5+ id(" org.springframework.boot" ) version " 2.7.1 "
6+ id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
77 id(" org.springframework.experimental.aot" ) version " 0.12.1-SNAPSHOT"
88 kotlin(" jvm" ) version " 1.6.10"
99 kotlin(" plugin.spring" ) version " 1.6.10"
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
33
44plugins {
5- id(" org.springframework.boot" ) version " 2.7.0 "
6- id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
5+ id(" org.springframework.boot" ) version " 2.7.1 "
6+ id(" io.spring.dependency-management" ) version " 1.0.10.RELEASE"
77 id(" org.springframework.experimental.aot" ) version " 0.12.1-SNAPSHOT"
88 kotlin(" jvm" ) version " 1.6.10"
99 kotlin(" plugin.serialization" ) version " 1.6.10"
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >2.7.0 </version >
8+ <version >2.7.1 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111 <groupId >io.spring.test</groupId >
Original file line number Diff line number Diff line change 2727:graalvm-native-buildtools: https://github.com/graalvm/native-build-tools
2828:graalvm-native-buildtools-version: 0.9.11
2929
30- :spring-boot-version: 2.7.0
30+ :spring-boot-version: 2.7.1
3131:spring-boot-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/reference
3232:spring-boot-gradle-plugin-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/gradle-plugin/reference/htmlsingle/
3333:spring-boot-maven-plugin-docs: https://docs.spring.io/spring-boot/docs/{spring-boot-version}/maven-plugin/reference/htmlsingle/
3939:spring-framework-docs: https://docs.spring.io/spring-framework/docs/{spring-framework-version}/reference
4040
4141:spring-native-repo: snapshot
42- :spring-native-api: https://docs.spring.io/spring-native/docs/{version}/api
42+ :spring-native-api: https://docs.spring.io/spring-native/docs/{version}/api
You can’t perform that action at this time.
0 commit comments