File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed
kotlin-asyncapi-ktor-example
kotlin-asyncapi-spring-boot-example
kotlin-asyncapi-spring-web
src/test/kotlin/com/asyncapi/kotlinasyncapi/springweb/controller Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 1818
1919 <properties >
2020 <java .version>17</java .version>
21- <kotlin .version>2.3.0 </kotlin .version>
21+ <kotlin .version>2.2.21 </kotlin .version>
2222 <ktor .version>3.3.2</ktor .version>
2323 <logback .version>1.5.21</logback .version>
2424 <slf4j .version>2.0.17</slf4j .version>
Original file line number Diff line number Diff line change 1818 <properties >
1919 <java .version>17</java .version>
2020 <kotlin .version>2.2.21</kotlin .version>
21- <spring-boot .version>3.5.7 </spring-boot .version>
21+ <spring-boot .version>4.0.1 </spring-boot .version>
2222 <main .class>com.asyncapi.kotlinasyncapi.example.spring.ExampleApplicationKt</main .class>
2323 </properties >
2424
Original file line number Diff line number Diff line change 1515 <description >The Spring Boot autoconfiguration for the Kotlin AsyncAPI framework</description >
1616
1717 <properties >
18- <spring-framework .version>6.2.12 </spring-framework .version>
19- <spring-boot .version>3.5.7 </spring-boot .version>
18+ <spring-framework .version>7.0.1 </spring-framework .version>
19+ <spring-boot .version>4.0.1 </spring-boot .version>
2020 </properties >
2121
2222 <dependencies >
6969 </exclusion >
7070 </exclusions >
7171 </dependency >
72+ <dependency >
73+ <groupId >org.springframework.boot</groupId >
74+ <artifactId >spring-boot-webmvc-test</artifactId >
75+ <version >${spring-boot.version} </version >
76+ <scope >test</scope >
77+ </dependency >
7278 <dependency >
7379 <groupId >org.springframework.boot</groupId >
7480 <artifactId >spring-boot-starter-web</artifactId >
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ import com.asyncapi.kotlinasyncapi.springweb.TestUtils
1111import org.springframework.beans.factory.annotation.Autowired
1212import org.springframework.boot.SpringBootConfiguration
1313import org.springframework.boot.autoconfigure.EnableAutoConfiguration
14- import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
1514import org.springframework.boot.test.context.SpringBootTest
1615import org.springframework.context.annotation.Bean
16+ import org.springframework.boot.webmvc.test.autoconfigure.AutoConfigureMockMvc
1717import org.springframework.test.web.servlet.MockMvc
1818import org.springframework.test.web.servlet.request.MockMvcRequestBuilders.get
1919import org.springframework.test.web.servlet.result.MockMvcResultMatchers
Original file line number Diff line number Diff line change 5555 <kotlin .compiler.apiVersion>1.8</kotlin .compiler.apiVersion>
5656 <kotlin .compiler.jvmTarget>1.8</kotlin .compiler.jvmTarget>
5757 <java .version>21</java .version>
58- <kotlin .version>2.3.0 </kotlin .version>
58+ <kotlin .version>2.2.21 </kotlin .version>
5959 <jackson .version>2.20.1</jackson .version>
6060 <swagger .version>2.2.41</swagger .version>
6161 <classgraph .version>4.8.184</classgraph .version>
205205 </dependency >
206206 <dependency >
207207 <groupId >org.jetbrains.kotlin</groupId >
208- <artifactId >kotlin-test-junit5 </artifactId >
208+ <artifactId >kotlin-test-junit </artifactId >
209209 <version >${kotlin.version} </version >
210210 <scope >test</scope >
211211 </dependency >
You can’t perform that action at this time.
0 commit comments