File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
kotlin-asyncapi-spring-web Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 3131 <dependency >
3232 <groupId >org.springframework</groupId >
3333 <artifactId >spring-web</artifactId >
34- <version >[5.3.13,5.3.21 ]</version >
34+ <version >[5.3.13,5.3.22 ]</version >
3535 </dependency >
3636 <dependency >
3737 <groupId >org.springframework</groupId >
3838 <artifactId >spring-context</artifactId >
39- <version >[5.3.13,5.3.21 ]</version >
39+ <version >[5.3.13,5.3.22 ]</version >
4040 </dependency >
4141 <dependency >
4242 <groupId >org.springframework.boot</groupId >
4343 <artifactId >spring-boot-autoconfigure</artifactId >
44- <version >[2.6.0,2.7.1 ]</version >
44+ <version >[2.6.0,2.7.3 ]</version >
4545 </dependency >
4646 <dependency >
4747 <groupId >org.jetbrains.kotlin</groupId >
6161 <dependency >
6262 <groupId >org.springframework.boot</groupId >
6363 <artifactId >spring-boot-starter-test</artifactId >
64- <version >2.7.1 </version >
64+ <version >2.7.3 </version >
6565 <scope >test</scope >
6666 </dependency >
6767 <dependency >
6868 <groupId >org.springframework.boot</groupId >
6969 <artifactId >spring-boot-starter-web</artifactId >
70- <version >2.7.1 </version >
70+ <version >2.7.3 </version >
7171 <scope >test</scope >
7272 </dependency >
7373 </dependencies >
Original file line number Diff line number Diff line change 4747
4848 <properties >
4949 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
50- <kotlin .version>1.6 .10</kotlin .version>
50+ <kotlin .version>1.7 .10</kotlin .version>
5151 </properties >
5252
5353 <build >
You can’t perform that action at this time.
0 commit comments