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 {
33 id " com.github.johnrengelman.shadow" version " 5.0.0"
44 id " application"
55 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 "
77 id " io.spring.dependency-management" version " 1.0.6.RELEASE"
88}
99
@@ -53,8 +53,8 @@ dependencies {
5353
5454 // spring support
5555 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 " )
5858}
5959
6060test. 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