mbien opened a new pull request, #8382:
URL: https://github.com/apache/netbeans/pull/8382

   - Update commons logging from 1.3.3 to 1.3.5
   - Update commons lang3 from 3.14.0 to 3.17.0
   - Update commons io from 2.16.1 to 2.18.0
   - Update commons codec from 1.17.1 to 1.18.0
   - Update commons compress from 1.26.2 to 1.27.1
   - Update JSVG from 1.6.1 to 1.6.2
   - Update JNA from 5.14.0 to 5.17.0
   - Update freemarker from 2.3.33 to 2.3.34
   
   JSVG had a small code incompatibility
   
   To prevent https://github.com/apache/netbeans/pull/7816 happening again, I 
checked the dependency trees for changes:
   
   <details>
   
   ```
   mvn eu.maveniverse.maven.plugins:toolbox:gav-tree 
-Dgav=org.apache.commons:commons-compress:1.26.2
   [INFO] org.apache.commons:commons-compress:jar:1.26.2
   [INFO] ├─com.github.luben:zstd-jni:jar:1.5.6-3 [compile, optional]
   [INFO] ├─org.brotli:dec:jar:0.1.2 [compile, optional]
   [INFO] ├─org.tukaani:xz:jar:1.9 [compile, optional]
   [INFO] ├─commons-codec:commons-codec:jar:1.17.0 [compile]
   [INFO] ├─org.ow2.asm:asm:jar:9.7 [compile, optional]
   [INFO] ├─commons-io:commons-io:jar:2.16.1 [compile]
   [INFO] ╰─org.apache.commons:commons-lang3:jar:3.14.0 [compile]
   
   mvn eu.maveniverse.maven.plugins:toolbox:gav-tree 
-Dgav=org.apache.commons:commons-compress:1.27.1
   [INFO] org.apache.commons:commons-compress:jar:1.27.1
   [INFO] ├─com.github.luben:zstd-jni:jar:1.5.6-4 [compile, optional]
   [INFO] ├─org.brotli:dec:jar:0.1.2 [compile, optional]
   [INFO] ├─org.tukaani:xz:jar:1.10 [compile, optional]
   [INFO] ├─commons-codec:commons-codec:jar:1.17.1 [compile]
   [INFO] ├─org.ow2.asm:asm:jar:9.7 [compile, optional]
   [INFO] ├─commons-io:commons-io:jar:2.16.1 [compile]
   [INFO] ╰─org.apache.commons:commons-lang3:jar:3.16.0 [compile]
   ```
   
   ```
   mvn eu.maveniverse.maven.plugins:toolbox:gav-tree 
-Dgav=commons-logging:commons-logging:1.3.3
   [INFO] commons-logging:commons-logging:jar:1.3.3
   [INFO] ├─avalon-framework:avalon-framework:jar:4.1.5 [compile, optional]
   [INFO] ├─org.apache.logging.log4j:log4j-1.2-api:jar:2.23.1 [compile, 
optional]
   [INFO] ├─org.apache.logging.log4j:log4j-api:jar:2.23.1 [compile, optional]
   [INFO] ├─logkit:logkit:jar:2.0 [compile, optional]
   [INFO] ╰─org.slf4j:slf4j-api:jar:2.0.13 [compile, optional]
   
   mvn eu.maveniverse.maven.plugins:toolbox:gav-tree 
-Dgav=commons-logging:commons-logging:1.3.5
   [INFO] commons-logging:commons-logging:jar:1.3.5
   [INFO] ├─avalon-framework:avalon-framework:jar:4.1.5 [compile, optional]
   [INFO] ├─org.apache.logging.log4j:log4j-1.2-api:jar:2.24.3 [compile, 
optional]
   [INFO] ├─org.apache.logging.log4j:log4j-api:jar:2.24.3 [compile, optional]
   [INFO] ├─logkit:logkit:jar:2.0 [compile, optional]
   [INFO] ╰─org.slf4j:slf4j-api:jar:2.0.16 [compile, optional]
   ```
   
   </details>
   
   rest didn't have any dependencies


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org
For additional commands, e-mail: notifications-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to