File tree Expand file tree Collapse file tree 6 files changed +10
-9
lines changed
spring-cloud-stream-binder-oracle-txeventq
spring-cloud-stream-binder-txeventq-sample
spring-cli/projects/obaas Expand file tree Collapse file tree 6 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 46
46
<oracle-database .version>23.6.0.24.10</oracle-database .version>
47
47
<oracle .database.security.version>21.16.0.0</oracle .database.security.version>
48
48
<org .springframework.cloud.version>4.2.0</org .springframework.cloud.version>
49
- <spring .boot.version>3.4.1 </spring .boot.version>
50
- <spring .framework.version>6.2.1 </spring .framework.version>
49
+ <spring .boot.version>3.4.2 </spring .boot.version>
50
+ <spring .framework.version>6.2.2 </spring .framework.version>
51
51
<testcontainers .version>1.20.4</testcontainers .version>
52
52
<build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
53
53
<maven-javadoc-plugin .version>3.7.0</maven-javadoc-plugin .version>
Original file line number Diff line number Diff line change 43
43
<maven .compiler.source>17</maven .compiler.source>
44
44
<maven .compiler.target>17</maven .compiler.target>
45
45
<txeventq .streambinder.version>0.10.0</txeventq .streambinder.version>
46
- <spring .boot.version>3.4.1 </spring .boot.version>
46
+ <spring .boot.version>3.4.2 </spring .boot.version>
47
47
<testcontainers .version>1.20.4</testcontainers .version>
48
48
</properties >
49
49
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.4.1 </version >
15
+ <version >3.4.2 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
62
62
</modules >
63
63
64
64
<properties >
65
- <spring-boot-dependencies .version>3.4.1 </spring-boot-dependencies .version>
66
- <spring-framework-bom .version>6.2.1 </spring-framework-bom .version>
65
+ <spring-boot-dependencies .version>3.4.2 </spring-boot-dependencies .version>
66
+ <spring-framework-bom .version>6.2.2 </spring-framework-bom .version>
67
67
68
68
<java .version>17</java .version>
69
69
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
Original file line number Diff line number Diff line change 19
19
<properties >
20
20
<java .version>21</java .version>
21
21
<spring-cloud .version>2024.0.0</spring-cloud .version>
22
- <oracle-springboot-starter .version>24.4 .0</oracle-springboot-starter .version>
22
+ <oracle-springboot-starter .version>25.0 .0</oracle-springboot-starter .version>
23
23
<liquibase .version>4.31.0</liquibase .version>
24
24
<datasource-micrometer-spring-boot .version>1.0.6</datasource-micrometer-spring-boot .version>
25
25
</properties >
Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ This project has dependency and transitive dependencies on Spring Projects. The
29
29
| 1.1.0 | 2023.0.x | 3.2.x | 3.44.x |
30
30
| 1.2.0 | 2023.0.x | 3.2.x | 3.44.x |
31
31
| 1.3.0 | 2023.0.x | 3.2.x | 3.44.x |
32
+ | 1.4.0 | 2024.0.x | 3.4.x | 3.55.1 |
32
33
33
34
## Sample applications
34
35
Original file line number Diff line number Diff line change @@ -75,10 +75,10 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
75
75
<maven .compiler.source>17</maven .compiler.source>
76
76
<maven .compiler.target>17</maven .compiler.target>
77
77
78
- <spring-boot .version>3.4.1 </spring-boot .version>
78
+ <spring-boot .version>3.4.2 </spring-boot .version>
79
79
<spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
80
80
<spring-cloud-dependencies .version>2024.0.0</spring-cloud-dependencies .version>
81
- <spring-framework .version>6.2.1 </spring-framework .version>
81
+ <spring-framework .version>6.2.2 </spring-framework .version>
82
82
<spring-data-oracle-nosql .version>2.1.0</spring-data-oracle-nosql .version>
83
83
<oracle .nosql.driver.version>5.4.15</oracle .nosql.driver.version>
84
84
<jakarta-mail .version>2.0.3</jakarta-mail .version>
You can’t perform that action at this time.
0 commit comments