|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 | <groupId>com.oracle.database.spring.cloud-stream-binder</groupId>
|
5 | 5 | <artifactId>spring-cloud-stream-binder-oracle-txeventq</artifactId>
|
6 |
| - <version>0.9.0</version> |
| 6 | + <version>0.10.0</version> |
7 | 7 | <packaging>jar</packaging>
|
8 | 8 |
|
9 |
| - <parent> |
10 |
| - <groupId>org.springframework.cloud</groupId> |
11 |
| - <artifactId>spring-cloud-build</artifactId> |
12 |
| - <version>4.1.3</version> |
13 |
| - <relativePath/> |
14 |
| - </parent> |
15 |
| - |
16 | 9 | <name>spring-cloud-stream-binder-oracle-txeventq</name>
|
17 | 10 | <description>Spring Cloud Stream Binder for Oracle Database Transactional Event Queues based on JMS</description>
|
18 | 11 |
|
|
50 | 43 | <maven.compiler.target>17</maven.compiler.target>
|
51 | 44 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
52 | 45 | <oracle-database.version>23.6.0.24.10</oracle-database.version>
|
53 |
| - <oracle.database.security.version>21.9.0.0</oracle.database.security.version> |
54 |
| - <org.springframework.cloud.version>4.1.3</org.springframework.cloud.version> |
55 |
| - <testcontainers.version>1.20.1</testcontainers.version> |
| 46 | + <oracle.database.security.version>21.16.0.0</oracle.database.security.version> |
| 47 | + <org.springframework.cloud.version>4.2.0</org.springframework.cloud.version> |
| 48 | + <spring.boot.version>3.4.1</spring.boot.version> |
| 49 | + <spring.framework.version>6.2.1</spring.framework.version> |
| 50 | + <testcontainers.version>1.20.4</testcontainers.version> |
56 | 51 | <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
|
57 | 52 | <maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>
|
58 | 53 | <maven-source-plugin.version>3.3.1</maven-source-plugin.version>
|
|
66 | 61 | <dependencyManagement>
|
67 | 62 | <dependencies>
|
68 | 63 | <dependency>
|
69 |
| - <groupId>org.springframework</groupId> |
70 |
| - <artifactId>spring-framework-bom</artifactId> |
71 |
| - <version>6.1.14</version> |
72 |
| - <type>pom</type> |
73 |
| - <scope>import</scope> |
| 64 | + <groupId>org.springframework.boot</groupId> |
| 65 | + <artifactId>spring-boot</artifactId> |
| 66 | + <version>${spring.boot.version}</version> |
74 | 67 | </dependency>
|
75 | 68 | </dependencies>
|
76 | 69 | </dependencyManagement>
|
77 | 70 |
|
78 | 71 | <dependencies>
|
| 72 | + <dependency> |
| 73 | + <groupId>org.springframework.boot</groupId> |
| 74 | + <artifactId>spring-boot</artifactId> |
| 75 | + <version>${spring.boot.version}</version> |
| 76 | + </dependency> |
79 | 77 | <dependency>
|
80 | 78 | <groupId>org.springframework.boot</groupId>
|
81 | 79 | <artifactId>spring-boot-starter</artifactId>
|
82 |
| - <version>${spring-boot.version}</version> |
| 80 | + <version>${spring.boot.version}</version> |
83 | 81 | </dependency>
|
84 | 82 | <dependency>
|
85 | 83 | <groupId>com.oracle.database.jdbc</groupId>
|
|
99 | 97 | <dependency>
|
100 | 98 | <groupId>org.springframework.integration</groupId>
|
101 | 99 | <artifactId>spring-integration-jms</artifactId>
|
102 |
| - <version>6.2.3</version> |
| 100 | + <version>6.4.1</version> |
103 | 101 | </dependency>
|
104 | 102 | <dependency>
|
105 | 103 | <groupId>jakarta.jms</groupId>
|
|
154 | 152 | <dependency>
|
155 | 153 | <groupId>org.springframework</groupId>
|
156 | 154 | <artifactId>spring-jdbc</artifactId>
|
| 155 | + <version>${spring.framework.version}</version> |
157 | 156 | </dependency>
|
158 | 157 |
|
159 | 158 | <dependency>
|
160 | 159 | <groupId>org.springframework.boot</groupId>
|
161 | 160 | <artifactId>spring-boot-starter-test</artifactId>
|
162 |
| - <version>${spring-boot.version}</version> |
| 161 | + <version>${spring.boot.version}</version> |
163 | 162 | <scope>test</scope>
|
164 | 163 | </dependency>
|
165 | 164 | <dependency>
|
166 | 165 | <groupId>org.springframework.boot</groupId>
|
167 | 166 | <artifactId>spring-boot-configuration-processor</artifactId>
|
168 |
| - <version>${spring-boot.version}</version> |
| 167 | + <version>${spring.boot.version}</version> |
169 | 168 | <scope>test</scope>
|
170 | 169 | <optional>true</optional>
|
171 | 170 | </dependency>
|
|
0 commit comments