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 committed Dec 6, 2024
1 parent a2d4771 commit c43545b
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 @@ -17,7 +17,7 @@ const CATALOGS = {
Quarkus: ['3.16.0', '3.8.3', '3.8.0.redhat-00018'],
SpringBoot: ['4.9.0', '4.8.1', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
};
const KAMELETS_VERSION = '4.8.1';
const KAMELETS_VERSION = '4.9.0';

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

0 comments on commit c43545b

Please sign in to comment.