|
6 | 6 | <parent> |
7 | 7 | <groupId>org.springframework.boot</groupId> |
8 | 8 | <artifactId>spring-boot-starter-parent</artifactId> |
9 | | - <version>3.3.6</version> |
| 9 | + <version>3.5.16</version> |
10 | 10 | <relativePath/> <!-- lookup parent from repository --> |
11 | 11 | </parent> |
12 | 12 |
|
|
19 | 19 | <camel.springboot.kubernetes.image-name>sql-to-log:1.0-SNAPSHOT</camel.springboot.kubernetes.image-name> |
20 | 20 | <camel.springboot.kubernetes.ports.http.container-port>8080 |
21 | 21 | </camel.springboot.kubernetes.ports.http.container-port> |
22 | | - <camel.springboot.jkube.version>1.17.0</camel.springboot.jkube.version> |
| 22 | + <camel.springboot.jkube.version>1.19.0.redhat-00073</camel.springboot.jkube.version> |
23 | 23 | </properties> |
24 | 24 |
|
25 | 25 | <repositories> |
|
44 | 44 | <dependency> |
45 | 45 | <groupId>org.springframework.boot</groupId> |
46 | 46 | <artifactId>spring-boot-dependencies</artifactId> |
47 | | - <version>3.3.6</version> |
| 47 | + <version>3.5.16</version> |
48 | 48 | <type>pom</type> |
49 | 49 | <scope>import</scope> |
50 | 50 | </dependency> |
51 | 51 | <!-- Camel BOM --> |
52 | 52 | <dependency> |
53 | | - <groupId>org.apache.camel.springboot</groupId> |
| 53 | + <groupId>com.redhat.camel.springboot.platform</groupId> |
54 | 54 | <artifactId>camel-spring-boot-bom</artifactId> |
55 | | - <version>4.8.0.redhat-00022</version> |
| 55 | + <version>4.18.1.redhat-00029</version> |
56 | 56 | <type>pom</type> |
57 | 57 | <scope>import</scope> |
58 | 58 | </dependency> |
|
96 | 96 | <dependency> |
97 | 97 | <groupId>org.apache.camel.kamelets</groupId> |
98 | 98 | <artifactId>camel-kamelets-catalog</artifactId> |
99 | | - <version>4.8.0.redhat-00027</version> |
| 99 | + <version>4.18.1.redhat-00034</version> |
100 | 100 | </dependency> |
101 | 101 | <dependency> |
102 | 102 | <groupId>org.apache.camel.kamelets</groupId> |
103 | 103 | <artifactId>camel-kamelets-utils</artifactId> |
104 | | - <version>4.8.0.redhat-00027</version> |
| 104 | + <version>4.18.1.redhat-00034</version> |
105 | 105 | <exclusions> |
106 | 106 | <exclusion> |
107 | 107 | <groupId>org.apache.camel</groupId> |
|
112 | 112 | <dependency> |
113 | 113 | <groupId>org.apache.camel.kamelets</groupId> |
114 | 114 | <artifactId>camel-kamelets</artifactId> |
115 | | - <version>4.8.0.redhat-00027</version> |
| 115 | + <version>4.18.1.redhat-00034</version> |
116 | 116 | </dependency> |
117 | 117 | <dependency> |
118 | 118 | <groupId>org.apache.commons</groupId> |
|
0 commit comments