Skip to content

Commit ce0a01c

Browse files
authored
SB version update and adding JDBC (#994)
1 parent aa41013 commit ce0a01c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

cloudbank-v4/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>org.springframework.boot</groupId>
1010
<artifactId>spring-boot-starter-parent</artifactId>
11-
<version>3.3.4</version>
11+
<version>3.3.6</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

@@ -34,7 +34,7 @@
3434
<properties>
3535
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3636
<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>
3838
<org.springdoc-version>2.4.0</org.springdoc-version>
3939

4040
<micrometer-core.version>1.13.2</micrometer-core.version>

cloudbank-v4/testrunner/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
2222
<version>${oracle-springboot-starter.version}</version>
2323
</dependency>
24+
<dependency>
25+
<groupId>org.springframework.boot</groupId>
26+
<artifactId>spring-boot-starter-jdbc</artifactId>
27+
</dependency>
2428
<dependency>
2529
<groupId>com.oracle.database.spring</groupId>
2630
<artifactId>oracle-spring-boot-starter-wallet</artifactId>

0 commit comments

Comments
 (0)