Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ide/libs.commons_compress/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
EB1F823447AF685208E684FCE84783B43517960C org.apache.commons:commons-compress:1.26.2
A19151084758E2FBB6B41EDDAA88E7B8FF4E6599 org.apache.commons:commons-compress:1.27.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Commons Compress
Version: 1.26.2
Version: 1.27.1
Description: The Apache Commons Compress library defines an API for working with ar, cpio, Unix dump, tar, zip, gzip, XZ, Pack200, bzip2, 7z, arj, lzma, snappy, DEFLATE, lz4, Brotli, Zstandard, DEFLATE64 and Z files.
Origin: https://commons.apache.org/proper/commons-compress/index.html
License: Apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion ide/libs.commons_compress/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
is.autoload=true
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
release.external/commons-compress-1.26.2.jar=modules/ext/commons-compress-1.26.2.jar
release.external/commons-compress-1.27.1.jar=modules/ext/commons-compress-1.27.1.jar
spec.version.base=0.34.0
4 changes: 2 additions & 2 deletions ide/libs.commons_compress/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
<package>org.apache.commons.compress.utils</package>
</friend-packages>
<class-path-extension>
<runtime-relative-path>ext/commons-compress-1.26.2.jar</runtime-relative-path>
<binary-origin>external/commons-compress-1.26.2.jar</binary-origin>
<runtime-relative-path>ext/commons-compress-1.27.1.jar</runtime-relative-path>
<binary-origin>external/commons-compress-1.27.1.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<file name="org-netbeans-lib-commons_compress-antlibrary.instance">
<attr name="instanceCreate" methodvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspath.url"/>
<attr name="instanceOf" stringvalue="org.apache.tools.ant.module.spi.AutomaticExtraClasspathProvider"/>
<attr name="url" urlvalue="nbinst://org.netbeans.libs.commons_compress/modules/ext/commons-compress-1.26.2.jar"/>
<attr name="url" urlvalue="nbinst://org.netbeans.libs.commons_compress/modules/ext/commons-compress-1.27.1.jar"/>
</file>
</folder>
</folder>
Expand Down
2 changes: 1 addition & 1 deletion ide/libs.freemarker/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
FECAEB606993FC9FD0F95FE5A644048A69C39474 org.freemarker:freemarker:2.3.33
C2FA47A1C3B6DCDFCA90E952E51211967A4BAA54 org.freemarker:freemarker:2.3.34
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Apache FreeMarker
Version: 2.3.33
Version: 2.3.34
Origin: Apache Software Foundation
License: Apache-2.0-freemarker
Description: Template engine
Expand Down
2 changes: 1 addition & 1 deletion ide/libs.freemarker/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ is.autoload=true

javac.compilerargs=-Xlint:unchecked
javac.release=17
release.external/freemarker-2.3.33.jar=modules/ext/freemarker-2.3.33.jar
release.external/freemarker-2.3.34.jar=modules/ext/freemarker-2.3.34.jar
module.jar.verifylinkageignores=freemarker.((ext.ant.FreemarkerXmlTask)|(template.DefaultObjectWrapper))
spec.version.base=2.62.0

Expand Down
4 changes: 2 additions & 2 deletions ide/libs.freemarker/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,8 @@
</test-dependencies>
<public-packages/>
<class-path-extension>
<runtime-relative-path>ext/freemarker-2.3.33.jar</runtime-relative-path>
<binary-origin>external/freemarker-2.3.33.jar</binary-origin>
<runtime-relative-path>ext/freemarker-2.3.34.jar</runtime-relative-path>
<binary-origin>external/freemarker-2.3.34.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public String getEngineName() {

@Override
public String getEngineVersion() {
return "2.3.33";
return "2.3.34";
}

@Override
Expand All @@ -51,7 +51,7 @@ public String getLanguageName() {

@Override
public String getLanguageVersion() {
return "2.3.33";
return "2.3.34";
}

@Override
Expand Down
6 changes: 3 additions & 3 deletions nbbuild/antsrc/org/netbeans/nbbuild/extlibs/ignored-overlaps
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ide/db.sql.visualeditor/external/javacc-7.0.10.jar java/performance/external/jav

# bundled maven conflicts with other libraries
java/maven.embedder/external/apache-maven-3.9.9-bin.zip ide/slf4j.api/external/slf4j-api-1.7.36.jar
java/maven.embedder/external/apache-maven-3.9.9-bin.zip platform/o.apache.commons.codec/external/commons-codec-1.17.1.jar
java/maven.embedder/external/apache-maven-3.9.9-bin.zip platform/o.apache.commons.codec/external/commons-codec-1.18.0.jar
java/maven.embedder/external/apache-maven-3.9.9-bin.zip ide/c.google.guava.failureaccess/external/failureaccess-1.0.3.jar
java/maven.embedder/external/apache-maven-3.9.9-bin.zip ide/c.google.guava/external/guava-33.4.6-jre.jar
java/maven.embedder/external/apache-maven-3.9.9-bin.zip java/maven.indexer/external/javax.annotation-api-1.3.2.jar
Expand Down Expand Up @@ -54,7 +54,7 @@ enterprise/websvc.restlib/external/osgi.core-8.0.0.jar platform/libs.osgi/extern
extide/gradle/external/gradle-7.4-bin.zip enterprise/libs.amazon/external/ion-java-1.0.2.jar
extide/gradle/external/gradle-7.4-bin.zip ide/c.google.guava.failureaccess/external/failureaccess-1.0.3.jar
extide/gradle/external/gradle-7.4-bin.zip ide/c.jcraft.jzlib/external/jzlib-1.1.3.jar
extide/gradle/external/gradle-7.4-bin.zip ide/libs.commons_compress/external/commons-compress-1.26.2.jar
extide/gradle/external/gradle-7.4-bin.zip ide/libs.commons_compress/external/commons-compress-1.27.1.jar
extide/gradle/external/gradle-7.4-bin.zip ide/o.apache.commons.lang/external/commons-lang-2.6.jar
extide/gradle/external/gradle-7.4-bin.zip ide/o.eclipse.jgit/external/org.eclipse.jgit-7.2.0.202503040940-r.jar
extide/gradle/external/gradle-7.4-bin.zip java/debugger.jpda.truffle/external/antlr4-runtime-4.7.2.jar
Expand All @@ -63,7 +63,7 @@ extide/gradle/external/gradle-7.4-bin.zip platform/libs.junit4/external/hamcrest
extide/gradle/external/gradle-7.4-bin.zip platform/libs.junit4/external/junit-4.13.2.jar
extide/gradle/external/gradle-7.4-bin.zip platform/libs.testng/external/jcommander-1.78.jar
extide/gradle/external/gradle-7.4-bin.zip enterprise/cloud.oracle/external/httpclient-4.5.13.jar
extide/gradle/external/gradle-7.4-bin.zip platform/o.apache.commons.codec/external/commons-codec-1.17.0.jar
extide/gradle/external/gradle-7.4-bin.zip platform/o.apache.commons.codec/external/commons-codec-1.18.0.jar

# These are the endorsed version of the javaee apis and create libraries, so they are better kept separate
enterprise/javaee.api/external/javax.annotation-api-1.2.jar enterprise/javaee7.api/external/javax.annotation-api-1.2.jar
Expand Down
2 changes: 1 addition & 1 deletion platform/libs.jna.platform/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

28934D48AED814F11E4C584DA55C49FA7032B31B net.java.dev.jna:jna-platform:5.14.0
A4934C44D25A9D8C2DDF4203AFFD20330CB3426F net.java.dev.jna:jna-platform:5.17.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Java Native Access
Version: 5.14.0
Version: 5.17.0
License: Apache-2.0
Description: Dynamically access native libraries from Java without JNI.
Origin: Java Native Access
Expand Down
2 changes: 1 addition & 1 deletion platform/libs.jna.platform/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@

is.autoload=true
javac.source=1.8
release.external/jna-platform-5.14.0.jar=modules/ext/jna-platform-5.14.0.jar
release.external/jna-platform-5.17.0.jar=modules/ext/jna-platform-5.17.0.jar
sigtest.gen.fail.on.error=false
4 changes: 2 additions & 2 deletions platform/libs.jna.platform/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
<package>com.sun.jna.platform.wince</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/jna-platform-5.14.0.jar</runtime-relative-path>
<binary-origin>external/jna-platform-5.14.0.jar</binary-origin>
<runtime-relative-path>ext/jna-platform-5.17.0.jar</runtime-relative-path>
<binary-origin>external/jna-platform-5.17.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion platform/libs.jna/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.

67BF3EAEA4F0718CB376A181A629E5F88FA1C9DD net.java.dev.jna:jna:5.14.0
33D12735BEF894440780FCE64F9758D420C7BAE2 net.java.dev.jna:jna:5.17.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Java Native Access
Version: 5.14.0
Version: 5.17.0
License: Apache-2.0
Description: Dynamically access native libraries from Java without JNI.
Origin: Java Native Access
Expand Down
2 changes: 1 addition & 1 deletion platform/libs.jna/nbproject/org-netbeans-libs-jna.sig
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ fld public final static int POINTER_SIZE
fld public final static int SIZE_T_SIZE
fld public final static int WCHAR_SIZE
fld public final static java.lang.String DEFAULT_ENCODING
fld public final static java.lang.String VERSION = "5.14.0"
fld public final static java.lang.String VERSION = "5.17.0"
fld public final static java.lang.String VERSION_NATIVE = "7.0.0"
fld public final static java.nio.charset.Charset DEFAULT_CHARSET
innr public abstract interface static ffi_callback
Expand Down
20 changes: 10 additions & 10 deletions platform/libs.jna/nbproject/project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,17 @@
# under the License.

javac.source=1.8
release.external/jna-5.14.0.jar=modules/ext/jna-5.14.0.jar
release.external/jna-5.17.0.jar=modules/ext/jna-5.17.0.jar
# Do not forget to rename native libs being extracted from the JAR when upgrading the JNA library, and patch org.netbeans.libs.jna.Installer as well.
release.external/jna-5.14.0.jar!/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib=modules/lib/x86_64/libjnidispatch-nb.jnilib
release.external/jna-5.14.0.jar!/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib=modules/lib/aarch64/libjnidispatch-nb.jnilib
release.external/jna-5.14.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-nb.so
release.external/jna-5.14.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-nb.so
release.external/jna-5.14.0.jar!/com/sun/jna/linux-aarch64/libjnidispatch.so=modules/lib/aarch64/linux/libjnidispatch-nb.so
release.external/jna-5.14.0.jar!/com/sun/jna/linux-riscv64/libjnidispatch.so=modules/lib/riscv64/linux/libjnidispatch-nb.so
release.external/jna-5.14.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-nb.dll
release.external/jna-5.14.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-nb.dll
release.external/jna-5.14.0.jar!/com/sun/jna/win32-aarch64/jnidispatch.dll=modules/lib/aarch64/jnidispatch-nb.dll
release.external/jna-5.17.0.jar!/com/sun/jna/darwin-x86-64/libjnidispatch.jnilib=modules/lib/x86_64/libjnidispatch-nb.jnilib
release.external/jna-5.17.0.jar!/com/sun/jna/darwin-aarch64/libjnidispatch.jnilib=modules/lib/aarch64/libjnidispatch-nb.jnilib
release.external/jna-5.17.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-nb.so
release.external/jna-5.17.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-nb.so
release.external/jna-5.17.0.jar!/com/sun/jna/linux-aarch64/libjnidispatch.so=modules/lib/aarch64/linux/libjnidispatch-nb.so
release.external/jna-5.17.0.jar!/com/sun/jna/linux-riscv64/libjnidispatch.so=modules/lib/riscv64/linux/libjnidispatch-nb.so
release.external/jna-5.17.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-nb.dll
release.external/jna-5.17.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-nb.dll
release.external/jna-5.17.0.jar!/com/sun/jna/win32-aarch64/jnidispatch.dll=modules/lib/aarch64/jnidispatch-nb.dll
jnlp.verify.excludes=\
modules/lib/amd64/jnidispatch-nb.dll,\
modules/lib/x86/jnidispatch-nb.dll,\
Expand Down
4 changes: 2 additions & 2 deletions platform/libs.jna/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
<package>com.sun.jna.win32</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/jna-5.14.0.jar</runtime-relative-path>
<binary-origin>external/jna-5.14.0.jar</binary-origin>
<runtime-relative-path>ext/jna-5.17.0.jar</runtime-relative-path>
<binary-origin>external/jna-5.17.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions platform/o.apache.commons.codec/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<project name="platform/o.apache.commons.codec" default="build" basedir=".">
<import file="../../nbbuild/templates/projectized.xml"/>
<target name="jar" depends="-define-FileCRC32Calculator">
<FileCRC32Calculator file="external/commons-codec-1.17.1.jar" property="o.apache.commons.codec.crc32" />
<FileCRC32Calculator file="external/commons-codec-1.18.0.jar" property="o.apache.commons.codec.crc32" />
<jar jarfile="${cluster}/${module.jar}">
<zipfileset src="external/commons-codec-1.17.1.jar"/>
<zipfileset src="external/commons-codec-1.18.0.jar"/>
<manifest>
<attribute name="Bundle-SymbolicName" value="org.apache.commons.codec"/>
<attribute name="Bundle-Version" value="1.17.1"/>
<attribute name="Export-Package" value="org.apache.commons.codec;version=&quot;1.17.0&quot;,org.apache.commons.codec.binary;version=&quot;1.17.0&quot;,org.apache.commons.codec.digest;version=&quot;1.17.0&quot;,org.apache.commons.codec.language;version=&quot;1.17.0&quot;,org.apache.commons.codec.net;version=&quot;1.17.0&quot;"/>
<attribute name="Bundle-Version" value="1.18.0"/>
<attribute name="Export-Package" value="org.apache.commons.codec;version=&quot;1.18.0.0&quot;,org.apache.commons.codec.binary;version=&quot;1.18.0&quot;,org.apache.commons.codec.digest;version=&quot;1.18.0&quot;,org.apache.commons.codec.language;version=&quot;1.18.0&quot;,org.apache.commons.codec.net;version=&quot;1.18.0&quot;"/>
<attribute name="NB-Original-CRC" value="${o.apache.commons.codec.crc32}"/>
</manifest>
</jar>
Expand Down
2 changes: 1 addition & 1 deletion platform/o.apache.commons.codec/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
973638B7149D333563584137EBF13A691BB60579 commons-codec:commons-codec:1.17.1
EE45D1CF6EC2CC2B809FF04B4DC7AEC858E0DF8F commons-codec:commons-codec:1.18.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Apache Commons Codec
Description: General encoding/decoding algorithms (for example phonetic, base64, URL).
Origin: https://commons.apache.org/proper/commons-codec/
Version: 1.17.1
Version: 1.18.0
License: Apache-2.0

Apache License
Expand Down
2 changes: 1 addition & 1 deletion platform/o.apache.commons.codec/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>org-apache-commons-codec.jar</runtime-relative-path>
<binary-origin>external/commons-codec-1.17.1.jar</binary-origin>
<binary-origin>external/commons-codec-1.18.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
377D592E740DC77124E0901291DBFAA6810A200E commons-io:commons-io:2.16.1
44084EF756763795B31C578403DD028FF4A22950 commons-io:commons-io:2.18.0
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Name: Apache Commons IO
Description: Assist with developing IO functionality
Origin: Apache Software Foundation
Version: 2.16.1
Version: 2.18.0
License: Apache-2.0
URL: https://commons.apache.org/proper/commons-io/

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# under the License.
javac.compilerargs=-Xlint -Xlint:-serial
javac.source=1.8
release.external/commons-io-2.16.1.jar=modules/ext/commons-io-2.16.1.jar
release.external/commons-io-2.18.0.jar=modules/ext/commons-io-2.18.0.jar
is.autoload=true
nbm.module.author=Tomas Stupka
#generics related sig validation failure
Expand Down
4 changes: 2 additions & 2 deletions platform/o.apache.commons.commons_io/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
<package>org.apache.commons.io.serialization</package>
</public-packages>
<class-path-extension>
<runtime-relative-path>ext/commons-io-2.16.1.jar</runtime-relative-path>
<binary-origin>external/commons-io-2.16.1.jar</binary-origin>
<runtime-relative-path>ext/commons-io-2.18.0.jar</runtime-relative-path>
<binary-origin>external/commons-io-2.18.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
2 changes: 1 addition & 1 deletion platform/o.apache.commons.lang3/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
1ED471194B02F2C6CB734A0CD6F6F107C673AFAE org.apache.commons:commons-lang3:3.14.0
B17D2136F0460DCC0D2016CEEFCA8723BDF4EE70 org.apache.commons:commons-lang3:3.17.0
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: Commons Lang
Version: 3.14.0
Version: 3.17.0
License: Apache-2.0
Origin: https://commons.apache.org/proper/commons-lang/
Description: Provides extra functionality for classes in java.lang.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
release.external/commons-lang3-3.14.0.jar=modules/org-apache-commons-lang3.jar
release.external/commons-lang3-3.17.0.jar=modules/org-apache-commons-lang3.jar
is.autoload=true
2 changes: 1 addition & 1 deletion platform/o.apache.commons.lang3/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>commons-lang3.jar</runtime-relative-path>
<binary-origin>external/commons-lang3-3.14.0.jar</binary-origin>
<binary-origin>external/commons-lang3-3.17.0.jar</binary-origin>
</class-path-extension>
</data>
</configuration>
Expand Down
8 changes: 4 additions & 4 deletions platform/o.apache.commons.logging/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
the original commons-logging.
-->
<target name="jar" depends="-prepare-mandatory-files-for-module,projectized-common.jar,-define-FileCRC32Calculator">
<FileCRC32Calculator file="external/commons-logging-1.3.3.jar" property="o.apache.commons.logging.crc32" />
<FileCRC32Calculator file="external/commons-logging-1.3.5.jar" property="o.apache.commons.logging.crc32" />
<jar jarfile="${cluster}/${module.jar}">
<zipfileset src="external/commons-logging-1.3.3.jar"/>
<zipfileset src="external/commons-logging-1.3.5.jar"/>
<!--
The module source code consists only of a bundle activator, that
configures commons-logging to log using java.util.logging. The
Expand All @@ -42,11 +42,11 @@
</fileset>
<manifest>
<attribute name="Bundle-SymbolicName" value="org.apache.commons.logging"/>
<attribute name="Bundle-Version" value="1.3.3"/>
<attribute name="Bundle-Version" value="1.3.5"/>
<!-- register the BundleActivator, so that commons-logging is propertly configured -->
<attribute name="Bundle-Activator" value="org.netbeans.modules.commonslogging.CommonsLoggingBundleActivator"/>
<attribute name="Import-Package" value="org.osgi.framework"/>
<attribute name="Export-Package" value="org.apache.commons.logging;version=&quot;1.3.3&quot;,org.apache.commons.logging.impl;version=&quot;1.3.3&quot;"/>
<attribute name="Export-Package" value="org.apache.commons.logging;version=&quot;1.3.5&quot;,org.apache.commons.logging.impl;version=&quot;1.3.5&quot;"/>
<attribute name="NB-Original-CRC" value="${o.apache.commons.logging.crc32}"/>
</manifest>
</jar>
Expand Down
2 changes: 1 addition & 1 deletion platform/o.apache.commons.logging/external/binaries-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
580AD1A4F34876C4F964C083361DE31B3D60BE68 commons-logging:commons-logging:1.3.3
A3FCC5D3C29B2B03433AA2D2F2D2C1B1638924A1 commons-logging:commons-logging:1.3.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: Apache Jakarta Commons Logging
Origin: Apache Software Foundation
Version: 1.3.3
Version: 1.3.5
License: Apache-2.0
Description: Logging component
URL: https://commons.apache.org/proper/commons-logging/
Expand Down
2 changes: 1 addition & 1 deletion platform/o.apache.commons.logging/nbproject/project.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<public-packages/>
<class-path-extension>
<runtime-relative-path>org-apache-commons-logging.jar</runtime-relative-path>
<binary-origin>external/commons-logging-1.3.3.jar</binary-origin>
<binary-origin>external/commons-logging-1.3.5.jar</binary-origin>
</class-path-extension>
<class-path-extension>
<runtime-relative-path></runtime-relative-path>
Expand Down
Loading