Skip to content

Commit

Permalink
Upgrade Camel Main and Spring Boot catalog from 4.8.1 to 4.8.2
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 lhein committed Dec 8, 2024
1 parent 1f3132a commit c131575
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/catalog-generator/scripts/build-catalogs.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ const require = createRequire(import.meta.url);
**/
const CATALOGS = {
// https://repo1.maven.org/maven2/org/apache/camel/camel/
Main: ['4.8.1', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
Main: ['4.8.2', '4.4.4', '4.4.0.redhat-00046', '4.8.0.redhat-00017'],
// https://repo1.maven.org/maven2/org/apache/camel/quarkus/camel-quarkus/
Quarkus: ['3.16.0', '3.8.4', '3.8.0.redhat-00018', '3.15.0.redhat-00007'],
// https://repo1.maven.org/maven2/org/apache/camel/springboot/spring-boot/
SpringBoot: ['4.8.1', '4.4.4', '4.4.0.redhat-00039', '4.8.0.redhat-00022'],
SpringBoot: ['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';
Expand Down

0 comments on commit c131575

Please sign in to comment.