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 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
15
15
<version >0.0.1-SNAPSHOT</version >
16
16
<name >account</name >
17
17
<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> -->
25
18
26
19
<dependencies >
27
20
<dependency >
Original file line number Diff line number Diff line change 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
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 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
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 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
16
16
<name >customer</name >
17
17
<description >Customer Application</description >
18
18
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
-
25
19
<dependencies >
26
20
<dependency >
27
21
<groupId >org.springframework.boot</groupId >
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.0 </version >
11
+ <version >3.3.2 </version >
12
12
<relativePath /> <!-- lookup parent from repository -->
13
13
</parent >
14
14
33
33
<properties >
34
34
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
35
35
<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>
37
37
<org .springdoc-version>2.4.0</org .springdoc-version>
38
38
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>
41
41
<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>
45
45
46
46
<!-- Code quality tools -->
47
47
<maven-checkstyle-plugin-version >3.3.1</maven-checkstyle-plugin-version >
Original file line number Diff line number Diff line change 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl. -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
xsi:schemaLocation=" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
14
14
<version >0.0.1-SNAPSHOT</version >
15
15
<name >testrunner</name >
16
16
<description >Test Runner Application</description >
17
- <!-- <properties>
18
- <oracle-springboot-starter.version>23.4.0</oracle-springboot-starter.version>
19
- </properties> -->
20
- <dependencies >
21
17
18
+ <dependencies >
22
19
<dependency >
23
20
<groupId >com.oracle.database.spring</groupId >
24
21
<artifactId >oracle-spring-boot-starter-aqjms</artifactId >
Original file line number Diff line number Diff line change 1
1
<?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. -->
3
3
<!-- Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl/ -->
4
4
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
5
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