File tree Expand file tree Collapse file tree 7 files changed +14
-30
lines changed Expand file tree Collapse file tree 7 files changed +14
-30
lines changed Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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" >
Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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
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 >
Original file line number Diff line number Diff line change 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" >
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 >
Original file line number Diff line number Diff line change 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" >
You can’t perform that action at this time.
0 commit comments