Skip to content

Commit 64aefe2

Browse files
authored
Version upgrades (#920)
1 parent 2150b7a commit 64aefe2

File tree

7 files changed

+14
-30
lines changed

7 files changed

+14
-30
lines changed

cloudbank-v32/account/pom.xml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -15,13 +15,6 @@
1515
<version>0.0.1-SNAPSHOT</version>
1616
<name>account</name>
1717
<description>Account Application</description>
18-
<!--
19-
<properties>
20-
<oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
21-
<oracle-microtx-starter.version>23.4.1</oracle-microtx-starter.version>
22-
<liquibase.version>4.25.1</liquibase.version>
23-
<datasource-micrometer-spring-boot.version>1.0.3</datasource-micrometer-spring-boot.version>
24-
</properties> -->
2518

2619
<dependencies>
2720
<dependency>

cloudbank-v32/checks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

cloudbank-v32/creditscore/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

cloudbank-v32/customer/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -16,12 +16,6 @@
1616
<name>customer</name>
1717
<description>Customer Application</description>
1818

19-
<properties>
20-
<oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
21-
<liquibase.version>4.25.1</liquibase.version>
22-
<datasource-micrometer-spring-boot.version>1.0.3</datasource-micrometer-spring-boot.version>
23-
</properties>
24-
2519
<dependencies>
2620
<dependency>
2721
<groupId>org.springframework.boot</groupId>

cloudbank-v32/pom.xml

Lines changed: 7 additions & 7 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.0</version>
11+
<version>3.3.2</version>
1212
<relativePath/> <!-- lookup parent from repository -->
1313
</parent>
1414

@@ -33,15 +33,15 @@
3333
<properties>
3434
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
3535
<java.version>21</java.version>
36-
<spring-cloud.version>2023.0.1</spring-cloud.version>
36+
<spring-cloud.version>2023.0.3</spring-cloud.version>
3737
<org.springdoc-version>2.4.0</org.springdoc-version>
3838

39-
<micrometer-core.version>1.13.0</micrometer-core.version>
40-
<lombok.version>1.18.32</lombok.version>
39+
<micrometer-core.version>1.13.2</micrometer-core.version>
40+
<lombok.version>1.18.34</lombok.version>
4141
<oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
42-
<oracle-microtx-starter.version>23.4.2</oracle-microtx-starter.version>
43-
<liquibase.version>4.28.0</liquibase.version>
44-
<datasource-micrometer-spring-boot.version>1.0.3</datasource-micrometer-spring-boot.version>
42+
<oracle-microtx-starter.version>24.2.1</oracle-microtx-starter.version>
43+
<liquibase.version>4.29.1</liquibase.version>
44+
<datasource-micrometer-spring-boot.version>1.0.5</datasource-micrometer-spring-boot.version>
4545

4646
<!-- Code quality tools -->
4747
<maven-checkstyle-plugin-version>3.3.1</maven-checkstyle-plugin-version>

cloudbank-v32/testrunner/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -14,11 +14,8 @@
1414
<version>0.0.1-SNAPSHOT</version>
1515
<name>testrunner</name>
1616
<description>Test Runner Application</description>
17-
<!-- <properties>
18-
<oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
19-
</properties> -->
20-
<dependencies>
2117

18+
<dependencies>
2219
<dependency>
2320
<groupId>com.oracle.database.spring</groupId>
2421
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>

cloudbank-v32/transfer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<!-- Copyright (c) 2023, Oracle and/or its affiliates. -->
2+
<!-- Copyright (c) 2023, 2024, Oracle and/or its affiliates. -->
33
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
44
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
55
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">

0 commit comments

Comments
 (0)