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

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


The following commit(s) were added to refs/heads/master by this push:
     new 216077aa4c Upgrade commons-io from 2.15.0 to 2.15.1.
     new dc529e6595 Merge pull request #6922 from mbien/commons-io-2151
216077aa4c is described below

commit 216077aa4cb317cc2cbb8e070ad5074468d113da
Author: Michael Bien <[email protected]>
AuthorDate: Sat Jan 6 04:13:52 2024 +0100

    Upgrade commons-io from 2.15.0 to 2.15.1.
---
 platform/o.apache.commons.commons_io/external/binaries-list           | 2 +-
 .../{commons-io-2.15.0-license.txt => commons-io-2.15.1-license.txt}  | 2 +-
 .../{commons-io-2.15.0-notice.txt => commons-io-2.15.1-notice.txt}    | 0
 platform/o.apache.commons.commons_io/module-auto-deps.xml             | 3 ++-
 platform/o.apache.commons.commons_io/nbproject/project.properties     | 2 +-
 platform/o.apache.commons.commons_io/nbproject/project.xml            | 4 ++--
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/platform/o.apache.commons.commons_io/external/binaries-list 
b/platform/o.apache.commons.commons_io/external/binaries-list
index 0791a6ccf1..b47811bf48 100644
--- a/platform/o.apache.commons.commons_io/external/binaries-list
+++ b/platform/o.apache.commons.commons_io/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-5C3C2DB10F6F797430A7F9C696B4D1273768C924 commons-io:commons-io:2.15.0
+F11560DA189AB563A5C8E351941415430E9304EA commons-io:commons-io:2.15.1
diff --git 
a/platform/o.apache.commons.commons_io/external/commons-io-2.15.0-license.txt 
b/platform/o.apache.commons.commons_io/external/commons-io-2.15.1-license.txt
similarity index 99%
rename from 
platform/o.apache.commons.commons_io/external/commons-io-2.15.0-license.txt
rename to 
platform/o.apache.commons.commons_io/external/commons-io-2.15.1-license.txt
index 9bea8a9980..8ac01edd0d 100644
--- 
a/platform/o.apache.commons.commons_io/external/commons-io-2.15.0-license.txt
+++ 
b/platform/o.apache.commons.commons_io/external/commons-io-2.15.1-license.txt
@@ -1,7 +1,7 @@
 Name: Apache Commons IO
 Description: Assist with developing IO functionality
 Origin: Apache Software Foundation
-Version: 2.15.0
+Version: 2.15.1
 License: Apache-2.0
 URL: https://commons.apache.org/proper/commons-io/
 
diff --git 
a/platform/o.apache.commons.commons_io/external/commons-io-2.15.0-notice.txt 
b/platform/o.apache.commons.commons_io/external/commons-io-2.15.1-notice.txt
similarity index 100%
rename from 
platform/o.apache.commons.commons_io/external/commons-io-2.15.0-notice.txt
rename to 
platform/o.apache.commons.commons_io/external/commons-io-2.15.1-notice.txt
diff --git a/platform/o.apache.commons.commons_io/module-auto-deps.xml 
b/platform/o.apache.commons.commons_io/module-auto-deps.xml
index 406fc2508c..8b03e0a06d 100644
--- a/platform/o.apache.commons.commons_io/module-auto-deps.xml
+++ b/platform/o.apache.commons.commons_io/module-auto-deps.xml
@@ -31,7 +31,8 @@
             </trigger-dependency>
             <implies>
                 <result>
-                    <module-dependency 
codenamebase="org.apache.commons.commons_io" spec="2.15.0"/>
+                    <!-- note: don't change during lib upgrades -->
+                    <module-dependency 
codenamebase="org.apache.commons.commons_io" spec="2.13.0"/>
                 </result>
             </implies>
         </transformation>
diff --git a/platform/o.apache.commons.commons_io/nbproject/project.properties 
b/platform/o.apache.commons.commons_io/nbproject/project.properties
index 6427455963..c6a76c946e 100644
--- a/platform/o.apache.commons.commons_io/nbproject/project.properties
+++ b/platform/o.apache.commons.commons_io/nbproject/project.properties
@@ -16,6 +16,6 @@
 # under the License.
 javac.compilerargs=-Xlint -Xlint:-serial
 javac.source=1.8
-release.external/commons-io-2.15.0.jar=modules/ext/commons-io-2.15.0.jar
+release.external/commons-io-2.15.1.jar=modules/ext/commons-io-2.15.1.jar
 is.autoload=true
 nbm.module.author=Tomas Stupka
diff --git a/platform/o.apache.commons.commons_io/nbproject/project.xml 
b/platform/o.apache.commons.commons_io/nbproject/project.xml
index 3fb9fa3710..7a5ba33f05 100644
--- a/platform/o.apache.commons.commons_io/nbproject/project.xml
+++ b/platform/o.apache.commons.commons_io/nbproject/project.xml
@@ -58,8 +58,8 @@
                 <package>org.apache.commons.io.serialization</package>
             </public-packages>
             <class-path-extension>
-                
<runtime-relative-path>ext/commons-io-2.15.0.jar</runtime-relative-path>
-                <binary-origin>external/commons-io-2.15.0.jar</binary-origin>
+                
<runtime-relative-path>ext/commons-io-2.15.1.jar</runtime-relative-path>
+                <binary-origin>external/commons-io-2.15.1.jar</binary-origin>
             </class-path-extension>
         </data>
     </configuration>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

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

Reply via email to