diff --git a/bootstrap-extensions/pom.xml b/bootstrap-extensions/pom.xml
index 4246dbcd0..385c5c3fa 100644
--- a/bootstrap-extensions/pom.xml
+++ b/bootstrap-extensions/pom.xml
@@ -21,7 +21,7 @@
2.1.0
3.7.2
0.8.20
- 6.5.2
+ 6.6.0
2.30.1
1.14.0-beta3
5.39.0
diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java
index 63811b0d8..d0fbdc0a7 100644
--- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java
+++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CdnCssReference.java
@@ -11,14 +11,14 @@
* <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>6.5.2</version>
+ * <version>6.6.0</version>
* </dependency>
*
* reference for font awesome 6.x css via CDN
*/
public class FontAwesome6CdnCssReference extends UrlResourceReference{
private static final long serialVersionUID = 1L;
- private static final String CDNURL = "https://use.fontawesome.com/releases/v6.5.2/css/all.css";
+ private static final String CDNURL = "https://use.fontawesome.com/releases/v6.6.0/css/all.css";
/**
* Singleton instance of this reference
diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java
index 793ccf396..78c489f46 100644
--- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java
+++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6CssReference.java
@@ -10,7 +10,7 @@
* <dependency>
* <groupId>org.webjars</groupId>
* <artifactId>font-awesome</artifactId>
- * <version>6.5.2</version>
+ * <version>6.6.0</version>
* </dependency>
*
* reference for font awesome 6.x css
diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java
index 53b5a09da..3a16d99a9 100644
--- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java
+++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconType.java
@@ -30,6 +30,7 @@ public class FontAwesome6IconType extends IconType {
private static final long serialVersionUID = 1L;
// icon types of style 'solid' (tag '_s') and 'regular' (tag '_r') (where free)
+
public static final FontAwesome6IconType _0_s = on(FontAwesome6Solid._0).build();
public static final FontAwesome6IconType _1_s = on(FontAwesome6Solid._1).build();
public static final FontAwesome6IconType _2_s = on(FontAwesome6Solid._2).build();
@@ -1373,6 +1374,7 @@ public class FontAwesome6IconType extends IconType {
public static final FontAwesome6IconType table_cells_column_lock_s = on(FontAwesome6Solid.table_cells_column_lock).build();
public static final FontAwesome6IconType table_cells_large_s = on(FontAwesome6Solid.table_cells_large).build();
public static final FontAwesome6IconType table_cells_row_lock_s = on(FontAwesome6Solid.table_cells_row_lock).build();
+ public static final FontAwesome6IconType table_cells_row_unlock_s = on(FontAwesome6Solid.table_cells_row_unlock).build();
public static final FontAwesome6IconType table_cells_s = on(FontAwesome6Solid.table_cells).build();
public static final FontAwesome6IconType table_columns_s = on(FontAwesome6Solid.table_columns).build();
public static final FontAwesome6IconType table_list_s = on(FontAwesome6Solid.table_list).build();
@@ -1417,6 +1419,7 @@ public class FontAwesome6IconType extends IconType {
public static final FontAwesome6IconType thumbs_up_r = on(FontAwesome6Regular.thumbs_up).build();
public static final FontAwesome6IconType thumbs_up_s = on(FontAwesome6Solid.thumbs_up).build();
public static final FontAwesome6IconType thumbtack_s = on(FontAwesome6Solid.thumbtack).build();
+ public static final FontAwesome6IconType thumbtack_slash_s = on(FontAwesome6Solid.thumbtack_slash).build();
public static final FontAwesome6IconType ticket_s = on(FontAwesome6Solid.ticket).build();
public static final FontAwesome6IconType ticket_simple_s = on(FontAwesome6Solid.ticket_simple).build();
public static final FontAwesome6IconType timeline_s = on(FontAwesome6Solid.timeline).build();
@@ -1556,6 +1559,7 @@ public class FontAwesome6IconType extends IconType {
public static final FontAwesome6IconType water_ladder_s = on(FontAwesome6Solid.water_ladder).build();
public static final FontAwesome6IconType water_s = on(FontAwesome6Solid.water).build();
public static final FontAwesome6IconType wave_square_s = on(FontAwesome6Solid.wave_square).build();
+ public static final FontAwesome6IconType web_awesome_s = on(FontAwesome6Solid.web_awesome).build();
public static final FontAwesome6IconType weight_hanging_s = on(FontAwesome6Solid.weight_hanging).build();
public static final FontAwesome6IconType weight_scale_s = on(FontAwesome6Solid.weight_scale).build();
public static final FontAwesome6IconType wheat_awn_circle_exclamation_s = on(FontAwesome6Solid.wheat_awn_circle_exclamation).build();
@@ -1689,6 +1693,7 @@ public class FontAwesome6IconType extends IconType {
public static final FontAwesome6IconType d_and_d = on(FontAwesome6Brand.d_and_d).build();
public static final FontAwesome6IconType d_and_d_beyond = on(FontAwesome6Brand.d_and_d_beyond).build();
public static final FontAwesome6IconType dailymotion = on(FontAwesome6Brand.dailymotion).build();
+ public static final FontAwesome6IconType dart_lang = on(FontAwesome6Brand.dart_lang).build();
public static final FontAwesome6IconType dashcube = on(FontAwesome6Brand.dashcube).build();
public static final FontAwesome6IconType debian = on(FontAwesome6Brand.debian).build();
public static final FontAwesome6IconType deezer = on(FontAwesome6Brand.deezer).build();
@@ -1738,6 +1743,7 @@ public class FontAwesome6IconType extends IconType {
public static final FontAwesome6IconType firstdraft = on(FontAwesome6Brand.firstdraft).build();
public static final FontAwesome6IconType flickr = on(FontAwesome6Brand.flickr).build();
public static final FontAwesome6IconType flipboard = on(FontAwesome6Brand.flipboard).build();
+ public static final FontAwesome6IconType flutter = on(FontAwesome6Brand.flutter).build();
public static final FontAwesome6IconType fly = on(FontAwesome6Brand.fly).build();
public static final FontAwesome6IconType font_awesome = on(FontAwesome6Brand.font_awesome).build();
public static final FontAwesome6IconType fonticons = on(FontAwesome6Brand.fonticons).build();
diff --git a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java
index 9ad847713..07ce432d7 100644
--- a/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java
+++ b/bootstrap-extensions/src/main/java/de/agilecoders/wicket/extensions/markup/html/bootstrap/icon/FontAwesome6IconTypeBuilder.java
@@ -192,13 +192,13 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic {
staff_snake, stairs, stamp, stapler, star, star_and_crescent, star_half, star_half_stroke, star_of_david,
star_of_life, sterling_sign, stethoscope, stop, stopwatch, stopwatch_20, store, store_slash, street_view,
strikethrough, stroopwafel, subscript, suitcase_medical, suitcase, sun_plant_wilt, suitcase_rolling, sun,
- superscript, swatchbook, synagogue, syringe, t, table, table_cells_row_lock, table_cells, table_cells_column_lock, table_cells_large, table_columns,
+ superscript, swatchbook, synagogue, syringe, t, table, table_cells_row_lock, table_cells_row_unlock, table_cells, table_cells_column_lock, table_cells_large, table_columns,
table_list, table_tennis_paddle_ball, tablet, tablet_button, tablet_screen_button, tablets, tachograph_digital,
tag, tags, tape, tarp, tarp_droplet, taxi, teeth, teeth_open, temperature_arrow_down, temperature_arrow_up,
temperature_empty, temperature_full, temperature_half, temperature_high, temperature_low, temperature_quarter,
temperature_three_quarters, tenge_sign, tent_arrow_down_to_line, tent_arrow_left_right, tent_arrow_turn_left,
tent_arrows_down, tent, tents, terminal, text_height, text_slash, text_width, thermometer, thermometer_quarter,
- thermometer_three_quarters, thumbs_down, thumbs_up, thumbtack, ticket, ticket_simple, timeline, toggle_off,
+ thermometer_three_quarters, thumbs_down, thumbs_up, thumbtack, thumbtack_slash, ticket, ticket_simple, timeline, toggle_off,
toggle_on, toilet, toilet_paper, toilet_paper_slash, toilet_portable, toilets_portable, toolbox, tooth,
torii_gate, tornado, tower_broadcast, tower_cell, tower_observation, tractor, trademark, traffic_light,
trailer, train, train_subway, train_tram, transgender,trash, trash_can, trash_arrow_up, trash_can_arrow_up,
@@ -214,7 +214,7 @@ public enum FontAwesome6Solid implements FontAwesome6Graphic {
vest, vest_patches, vial, vial_circle_check, vial_virus, vials, video, video_slash, virus, virus_covid,
virus_covid_slash, virus_slash, viruses, vihara, voicemail, volcano, volleyball, volume_high, volume_low,
volume_off, volume_xmark, vr_cardboard, w, walkie_talkie, wallet, wand_magic, wand_magic_sparkles,
- wand_sparkles, water, water_ladder, warehouse, wave_square, weight_hanging, weight_scale,
+ wand_sparkles, water, water_ladder, warehouse, wave_square, web_awesome, weight_hanging, weight_scale,
wheat_awn_circle_exclamation, wheat_awn, wheelchair, wheelchair_move, whiskey_glass, wifi, wind,
window_maximize, window_minimize, window_restore, wine_bottle, wine_glass, wine_glass_empty, won_sign, worm,
wrench, x, xmark, xmarks_lines, x_ray, y, yen_sign, yin_yang, z;
@@ -284,12 +284,12 @@ public enum FontAwesome6Brand implements FontAwesome6Graphic {
creative_commons, creative_commons_by, creative_commons_nc, creative_commons_nc_eu, creative_commons_nc_jp,
creative_commons_nd, creative_commons_pd, creative_commons_pd_alt, creative_commons_remix, creative_commons_sa,
creative_commons_sampling, creative_commons_sampling_plus, creative_commons_share, creative_commons_zero,
- critical_role, css3, css3_alt, cuttlefish, d_and_d, d_and_d_beyond, dailymotion, dashcube, debian, deezer, delicious,
+ critical_role, css3, css3_alt, cuttlefish, d_and_d, d_and_d_beyond, dailymotion, dart_lang, dashcube, debian, deezer, delicious,
deploydog, deskpro, dev, deviantart, dhl, diaspora, digg, digital_ocean, discord, discourse, dochub, docker,
draft2digital, dribbble, dropbox, drupal, dyalog, earlybirds, ebay, edge, edge_legacy,
elementor, ello, ember, empire, envira, erlang, ethereum, etsy, evernote, expeditedssl, facebook, facebook_f,
facebook_messenger, fantasy_flight_games, fedex, fedora, figma, firefox, firefox_browser,
- first_order, first_order_alt, firstdraft, flickr, flipboard, fly, font_awesome, fonticons, fonticons_fi,
+ first_order, first_order_alt, firstdraft, flickr, flipboard, flutter, fly, font_awesome, fonticons, fonticons_fi,
fort_awesome, fort_awesome_alt, forumbee, foursquare, free_code_camp, freebsd, fulcrum, galactic_republic,
galactic_senate, get_pocket, gg, gg_circle, git, git_alt, github, github_alt,
gitkraken, gitlab, gitter, glide, glide_g, gofore, golang, goodreads, goodreads_g, google, google_drive,