File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
samples/micronaut/pet-store Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ plugins {
3
3
id " com.github.johnrengelman.shadow" version " 5.0.0"
4
4
id " application"
5
5
id " net.ltgt.apt-eclipse" version " 0.21"
6
- id " org.springframework.boot" version " 2.5.3 "
6
+ id " org.springframework.boot" version " 2.1.12.RELEASE "
7
7
id " io.spring.dependency-management" version " 1.0.6.RELEASE"
8
8
}
9
9
@@ -53,8 +53,8 @@ dependencies {
53
53
54
54
// spring support
55
55
implementation(" org.springframework.boot:spring-boot-starter-web" )
56
- runtime(" io.micronaut.spring:micronaut-spring-boot:4 .0.0-RC2 " )
57
- runtime(" io.micronaut.spring:micronaut-spring-web:4 .0.0-RC2 " )
56
+ runtime(" io.micronaut.spring:micronaut-spring-boot:1 .0.1 " )
57
+ runtime(" io.micronaut.spring:micronaut-spring-web:1 .0.1 " )
58
58
}
59
59
60
60
test. classpath + = configurations. developmentOnly
Original file line number Diff line number Diff line change 1
- micronautVersion =2.5.9
1
+ micronautVersion =1.2.3
You can’t perform that action at this time.
0 commit comments