File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
spring-cloud-stream-binder-oracle-txeventq
spring-cloud-stream-binder-txeventq-sample Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 68
68
<dependency >
69
69
<groupId >org.springframework</groupId >
70
70
<artifactId >spring-framework-bom</artifactId >
71
- <version >6.1.5 </version >
71
+ <version >6.1.13 </version >
72
72
<type >pom</type >
73
73
<scope >import</scope >
74
74
</dependency >
Original file line number Diff line number Diff line change 44
44
<maven .compiler.target>17</maven .compiler.target>
45
45
<txeventq .streambinder.version>0.9.0</txeventq .streambinder.version>
46
46
<testcontainers .version>1.20.1</testcontainers .version>
47
- <spring .boot.version>3.2.7 </spring .boot.version>
47
+ <spring .boot.version>3.2.8 </spring .boot.version>
48
48
<build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
49
49
<maven-javadoc-plugin .version>3.7.0</maven-javadoc-plugin .version>
50
50
<maven-source-plugin .version>3.3.1</maven-source-plugin .version>
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.2.7 </version >
15
+ <version >3.2.8 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
61
61
</modules >
62
62
63
63
<properties >
64
- <spring-boot-dependencies .version>3.2.7 </spring-boot-dependencies .version>
65
- <spring-framework-bom .version>6.1.10 </spring-framework-bom .version>
64
+ <spring-boot-dependencies .version>3.2.8 </spring-boot-dependencies .version>
65
+ <spring-framework-bom .version>6.1.13 </spring-framework-bom .version>
66
66
67
67
<java .version>17</java .version>
68
68
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
You can’t perform that action at this time.
0 commit comments