File tree 2 files changed +3
-3
lines changed
deps/rabbitmq_auth_backend_http/examples
rabbitmq_auth_backend_spring_boot
rabbitmq_auth_backend_spring_boot_kotlin
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
<parent >
30
30
<groupId >org.springframework.boot</groupId >
31
31
<artifactId >spring-boot-starter-parent</artifactId >
32
- <version >3.4.3 </version >
32
+ <version >3.4.4 </version >
33
33
</parent >
34
34
35
35
<properties >
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 >3.4.3 </version >
17
+ <version >3.4.4 </version >
18
18
<relativePath /> <!-- lookup parent from repository -->
19
19
</parent >
20
20
23
23
<project .reporting.outputEncoding>UTF-8</project .reporting.outputEncoding>
24
24
<maven .compiler.source>17</maven .compiler.source>
25
25
<maven .compiler.target>17</maven .compiler.target>
26
- <kotlin .version>2.1.10 </kotlin .version>
26
+ <kotlin .version>2.1.20 </kotlin .version>
27
27
<junit-jupiter .version>5.10.0</junit-jupiter .version>
28
28
</properties >
29
29
You can’t perform that action at this time.
0 commit comments