This is an automated email from the ASF dual-hosted git repository.

solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git


The following commit(s) were added to refs/heads/master by this push:
     new 6576e034b [OPENMEETINGS-2800] wicket-bootstrap and forbiddenapis
6576e034b is described below

commit 6576e034bb469e1d2f8ff8fcf0c53ea506786a2e
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Sun Oct 5 11:55:17 2025 +0700

    [OPENMEETINGS-2800] wicket-bootstrap and forbiddenapis
---
 LICENSE | 8 ++++----
 pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/LICENSE b/LICENSE
index 249cd733b..c45c4c348 100644
--- a/LICENSE
+++ b/LICENSE
@@ -234,7 +234,7 @@ conditions of the following licenses.
 
     CC BY 3.0
 
-        * Font Awesome (org.webjars:font-awesome:6.7.2 - http://webjars.org)
+        * Font Awesome (org.webjars:font-awesome:7.0.1 - http://webjars.org)
 
     CDDL, v1.0, LGPL, v2.1 or later
 
@@ -434,9 +434,9 @@ conditions of the following licenses.
         * Apache XmpBox (org.apache.pdfbox:xmpbox:3.0.5 - 
https://www.apache.org/pdfbox-parent/xmpbox/)
         * Asterisk-Java (org.asteriskjava:asterisk-java:3.41.0 - 
https://github.com/asterisk-java/asterisk-java)
         * Bootstrap (org.webjars:bootstrap:5.3.8 - http://webjars.org)
-        * bootstrap-core (de.agilecoders.wicket:wicket-bootstrap-core:7.0.12 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-core)
-        * bootstrap-extensions 
(de.agilecoders.wicket:wicket-bootstrap-extensions:7.0.12 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-extensions)
-        * bootstrap-themes 
(de.agilecoders.wicket:wicket-bootstrap-themes:7.0.12 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-themes)
+        * bootstrap-core (de.agilecoders.wicket:wicket-bootstrap-core:7.0.13 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-core)
+        * bootstrap-extensions 
(de.agilecoders.wicket:wicket-bootstrap-extensions:7.0.13 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-extensions)
+        * bootstrap-themes 
(de.agilecoders.wicket:wicket-bootstrap-themes:7.0.13 - 
https://github.com/l0rdn1kk0n/wicket-bootstrap/wicket-bootstrap-themes)
         * Byte Buddy (without dependencies) (net.bytebuddy:byte-buddy:1.17.7 - 
https://bytebuddy.net/byte-buddy)
         * Caffeine cache (com.github.ben-manes.caffeine:caffeine:2.9.3 - 
https://github.com/ben-manes/caffeine)
         * CalDav4j (com.github.caldav4j:caldav4j:1.0.5 - 
https://github.com/caldav4j/caldav4j.git)
diff --git a/pom.xml b/pom.xml
index dcb1f5885..cf7e7b7e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
                
<maven-jarsigner-plugin.version>3.1.0</maven-jarsigner-plugin.version>
                
<sonar-maven-plugin.version>5.2.0.4988</sonar-maven-plugin.version>
                
<jacoco-maven-plugin.versoin>0.8.13</jacoco-maven-plugin.versoin>
-               <forbiddenapis.version>3.9</forbiddenapis.version>
+               <forbiddenapis.version>3.10</forbiddenapis.version>
                
<frontend-maven-plugin.version>1.15.4</frontend-maven-plugin.version>
                <swagger-plugin.version>2.1.6</swagger-plugin.version>
                <plexus-utils.version>3.5.1</plexus-utils.version>
@@ -89,7 +89,7 @@
                <junit.version>6.0.0</junit.version>
                <wicket.version>10.7.0</wicket.version>
                <wicketstuff.version>10.7.0</wicketstuff.version>
-               <wicket-bootstrap.version>7.0.12</wicket-bootstrap.version>
+               <wicket-bootstrap.version>7.0.13</wicket-bootstrap.version>
                <fullcalendar.version>6.1.15</fullcalendar.version>
                <spring.version>6.2.11</spring.version>
                <tomcat.version>11.0.11</tomcat.version>

Reply via email to