File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
deps/rabbitmq_auth_backend_http/examples/rabbitmq_auth_backend_spring_boot_kotlin Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
<parent >
15
15
<groupId >org.springframework.boot</groupId >
16
16
<artifactId >spring-boot-starter-parent</artifactId >
17
- <version >2.1.0.RELEASE </version >
17
+ <version >2.7.3 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
21
21
<properties >
22
22
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
24
<java .version>1.8</java .version>
25
- <kotlin .version>1.3.0 </kotlin .version>
26
- <junit-jupiter .version>5.3.1 </junit-jupiter .version>
25
+ <kotlin .version>1.8.22 </kotlin .version>
26
+ <junit-jupiter .version>5.9.3 </junit-jupiter .version>
27
27
</properties >
28
28
29
29
<dependencies >
You can’t perform that action at this time.
0 commit comments