File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >org.springframework.boot</groupId >
10
10
<artifactId >spring-boot-starter-parent</artifactId >
11
- <version >3.3.4 </version >
11
+ <version >3.3.6 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
34
34
<properties >
35
35
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
36
36
<java .version>21</java .version>
37
- <spring-cloud .version>2023.0.3 </spring-cloud .version>
37
+ <spring-cloud .version>2023.0.4 </spring-cloud .version>
38
38
<org .springdoc-version>2.4.0</org .springdoc-version>
39
39
40
40
<micrometer-core .version>1.13.2</micrometer-core .version>
Original file line number Diff line number Diff line change 21
21
<artifactId >oracle-spring-boot-starter-aqjms</artifactId >
22
22
<version >${oracle-springboot-starter.version} </version >
23
23
</dependency >
24
+ <dependency >
25
+ <groupId >org.springframework.boot</groupId >
26
+ <artifactId >spring-boot-starter-jdbc</artifactId >
27
+ </dependency >
24
28
<dependency >
25
29
<groupId >com.oracle.database.spring</groupId >
26
30
<artifactId >oracle-spring-boot-starter-wallet</artifactId >
You can’t perform that action at this time.
0 commit comments