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 757c8169b [OPENMEETINGS-2800] ical4j, Tomcat, Swagger, MS JDBC driver
757c8169b is described below

commit 757c8169b8c560fe6f5e5001c2daebffaf104564
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Wed Oct 15 11:22:55 2025 +0700

    [OPENMEETINGS-2800] ical4j, Tomcat, Swagger, MS JDBC driver
---
 LICENSE |  8 ++++----
 pom.xml | 16 ++++++++--------
 2 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/LICENSE b/LICENSE
index 233b0f231..596b0b320 100644
--- a/LICENSE
+++ b/LICENSE
@@ -322,7 +322,7 @@ conditions of the following licenses.
         * jsoup Java HTML Parser (org.jsoup:jsoup:1.21.2 - https://jsoup.org/)
         * just-validate (org.webjars.npm:just-validate:4.3.0 - 
https://www.webjars.org)
         * lodash.merge (org.webjars.npm:lodash.merge:4.6.2 - 
http://webjars.org)
-        * Microsoft JDBC Driver for SQL Server 
(com.microsoft.sqlserver:mssql-jdbc:13.2.0.jre11 - 
https://github.com/Microsoft/mssql-jdbc)
+        * Microsoft JDBC Driver for SQL Server 
(com.microsoft.sqlserver:mssql-jdbc:13.2.1.jre11 - 
https://github.com/Microsoft/mssql-jdbc)
         * minimasonry (org.webjars.npm:minimasonry:1.3.2 - 
https://www.webjars.org)
         * Modernizr (org.webjars:modernizr:2.8.3-1 - http://webjars.org)
         * moment (org.webjars.npm:moment:2.30.1 - https://www.webjars.org)
@@ -542,8 +542,8 @@ conditions of the following licenses.
         * Spring Transaction (org.springframework:spring-tx:6.2.11 - 
https://github.com/spring-projects/spring-framework)
         * Spring Web (org.springframework:spring-web:6.2.11 - 
https://github.com/spring-projects/spring-framework)
         * Spring Web MVC (org.springframework:spring-webmvc:6.2.11 - 
https://github.com/spring-projects/spring-framework)
-        * swagger-annotations (io.swagger.core.v3:swagger-annotations:2.2.38 - 
https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
-        * tomcat (org.apache.tomcat:tomcat:11.0.11 - 
https://tomcat.apache.org/)
+        * swagger-annotations (io.swagger.core.v3:swagger-annotations:2.2.39 - 
https://github.com/swagger-api/swagger-core/modules/swagger-annotations)
+        * tomcat (org.apache.tomcat:tomcat:11.0.13 - 
https://tomcat.apache.org/)
         * UNO interface library (org.openoffice:unoil:4.1.2 - 
https://wiki.openoffice.org/wiki/Uno)
         * Wicket Auth Roles (org.apache.wicket:wicket-auth-roles:10.7.0 - 
http://wicket.apache.org/wicket-auth-roles)
         * Wicket Core (org.apache.wicket:wicket-core:10.7.0 - 
http://wicket.apache.org/wicket-core)
@@ -579,7 +579,7 @@ conditions of the following licenses.
         * asm (org.ow2.asm:asm:9.8 - http://asm.ow2.io/)
         * bootstrap-italia (org.webjars.npm:bootstrap-italia:2.16.0 - 
https://www.webjars.org)
         * dom4j (org.dom4j:dom4j:2.2.0 - http://dom4j.github.io/)
-        * ical4j (org.mnode.ical4j:ical4j:4.1.1 - http://ical4j.github.io)
+        * ical4j (org.mnode.ical4j:ical4j:4.2.0 - http://ical4j.github.io)
         * Java Advanced Imaging Image I/O Tools API core (standalone) 
(com.github.jai-imageio:jai-imageio-core:1.4.0 - 
https://github.com/jai-imageio/jai-imageio-core)
         * ThreeTen-Extra (org.threeten:threeten-extra:1.8.0 - 
https://www.threeten.org/threeten-extra)
         * XStream Core (com.thoughtworks.xstream:xstream:1.4.21 - 
http://x-stream.github.io/xstream)
diff --git a/pom.xml b/pom.xml
index b438b2a28..26f9e404e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,13 +47,13 @@
                
<version.maven-javadoc-plugin>3.12.0</version.maven-javadoc-plugin>
                <version.maven-surefire>3.5.4</version.maven-surefire>
                <version.maven-site-plugin>4.0.0-M9</version.maven-site-plugin>
-               
<version.maven-enforcer-plugin>3.6.1</version.maven-enforcer-plugin>
+               
<version.maven-enforcer-plugin>3.6.2</version.maven-enforcer-plugin>
                <version.maven-source-plugin>3.3.1</version.maven-source-plugin>
                
<version.maven-compiler-plugin>3.14.0</version.maven-compiler-plugin>
                
<version.maven-project-info-reports-plugin>3.9.0</version.maven-project-info-reports-plugin>
                <version.maven-jar-plugin>3.4.2</version.maven-jar-plugin>
                
<version.maven-assembly-plugin>3.7.1</version.maven-assembly-plugin>
-               
<version.maven-dependency-plugin>3.8.1</version.maven-dependency-plugin>
+               
<version.maven-dependency-plugin>3.9.0</version.maven-dependency-plugin>
                <version.maven-war-plugin>3.4.0</version.maven-war-plugin>
                <version.maven-clean-plugin>3.5.0</version.maven-clean-plugin>
                <version.maven-antrun-plugin>3.1.0</version.maven-antrun-plugin>
@@ -65,7 +65,7 @@
                <maven.compiler.target>${jdk.version}</maven.compiler.target>
 
                <maven-bundle-plugin.version>6.0.0</maven-bundle-plugin.version>
-               <exec-maven-plugin.version>3.6.0</exec-maven-plugin.version>
+               <exec-maven-plugin.version>3.6.1</exec-maven-plugin.version>
                <minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>
                
<license-maven-plugin.version>2.7.0</license-maven-plugin.version>
                <reflow-maven-skin.version>2.3.4</reflow-maven-skin.version>
@@ -77,7 +77,7 @@
                <keytool-maven-plugin.version>1.7</keytool-maven-plugin.version>
                
<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>
+               
<jacoco-maven-plugin.versoin>0.8.14</jacoco-maven-plugin.versoin>
                <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>
@@ -92,9 +92,9 @@
                <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>
+               <tomcat.version>11.0.13</tomcat.version>
                <jetty.version>11.0.26</jetty.version>
-               <ical4j.version>4.1.1</ical4j.version>
+               <ical4j.version>4.2.0</ical4j.version>
                <cxf.version>4.1.3</cxf.version>
                <io.prometheus.version>1.4.1</io.prometheus.version>
                <aspectjtools.version>1.9.24</aspectjtools.version>
@@ -122,7 +122,7 @@
                <dom4j.version>2.2.0</dom4j.version>
                <postgresql.version>42.7.8</postgresql.version>
                <mysql.version>9.4.0</mysql.version>
-               <mssql.version>13.2.0.jre11</mssql.version>
+               <mssql.version>13.2.1.jre11</mssql.version>
                <ojdbc.version>19.28.0.0</ojdbc.version>
                <xstream.version>1.4.21</xstream.version>
                <api-all.version>2.1.7</api-all.version>
@@ -143,7 +143,7 @@
                <jaxb-runtime.version>4.0.6</jaxb-runtime.version>
                
<jquery-ui-touch-punch.version>0.2.3-2</jquery-ui-touch-punch.version>
                
<apacheds-test-framework.version>2.0.0.AM27</apacheds-test-framework.version>
-               <swagger.version>2.2.38</swagger.version>
+               <swagger.version>2.2.39</swagger.version>
                <jsr305.version>3.0.2</jsr305.version>
                <totp.version>1.7.1</totp.version>
                <!--  Exclude all generated code  -->

Reply via email to