Skip to content

Commit

Permalink
feat: Update Kamelet Catalog to 4.9.0
Browse files Browse the repository at this point in the history
Signed-off-by: Aurélien Pupier <[email protected]>
  • Loading branch information
apupier authored and lordrip committed Dec 9, 2024
1 parent 288225f commit 3e77017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/catalog-generator/scripts/build-catalogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const CATALOGS = {
SpringBoot: ['4.9.0', '4.8.2', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
};
// https://repo1.maven.org/maven2/org/apache/camel/kamelets/camel-kamelets/
const KAMELETS_VERSION = '4.8.1';
const KAMELETS_VERSION = '4.9.0';

const generateCatalogs = () => {
let camelCatalogPath = '';
Expand Down

0 comments on commit 3e77017

Please sign in to comment.