SUSE-RU-2026:20181-1: moderate: Recommended update for xom, xmlunit, modello, junit5, jna, javapackages-tools, xz-java, sisu, slf4j, jline3, j2objc-annotations, jackson-databind, icu4j, guava, google-guice, google-gson, geronimo-specs, exec-maven-plugin, bouncycastle, byte-buddy, byaccj, apache-commons-logging, apache-commons-cli, apache-commons-codec, apache-commons-daemon, apache-commons-dbcp, apache-commons-beanutils, ant, auto

SLE-UPDATES null at suse.de
Tue Feb 3 16:31:40 UTC 2026



# Recommended update for xom, xmlunit, modello, junit5, jna, javapackages-tools,
xz-java, sisu, slf4j, jline3, j2objc-annotations, jackson-databind, icu4j,
guava, google-guice, google-gson, geronimo-specs, exec-maven-plugin,
bouncycastle, byte-buddy, byaccj, apache-commons-logging, apache-commons-cli,
apache-commons-codec, apache-commons-daemon, apache-commons-dbcp, apache-
commons-beanutils, ant, auto

Announcement ID: SUSE-RU-2026:20181-1  
Release Date: 2026-01-27T15:23:11Z  
Rating: moderate  
References:

  * bsc#1245914
  * bsc#1245931
  * bsc#1245969

  
Affected Products:

  * SUSE Linux Enterprise Server 16.0
  * SUSE Linux Enterprise Server for SAP Applications 16.0

  
  
An update that has three fixes can now be installed.

## Description:

This update for xom, xmlunit, modello, junit5, jna, javapackages-tools, xz-java,
sisu, slf4j, jline3, j2objc-annotations, jackson-databind, icu4j, guava, google-
guice, google-gson, geronimo-specs, exec-maven-plugin, bouncycastle, byte-buddy,
byaccj, apache-commons-logging, apache-commons-cli, apache-commons-codec,
apache-commons-daemon, apache-commons-dbcp, apache-commons-beanutils, ant, auto
fixes the following issues:

Changes in xom:

  * Make build recipe compatible with POSIX sh. Use %autosetup.

Changes in xmlunit:

  * Upgrade to 2.11.0

  * XMLUnit 2.x is a complete rewrite of XMLUnit and actually doesn't share any
    code with XMLUnit for Java 1.x.

  * Some goals for XMLUnit 2.x:

    * create .NET and Java versions that are compatible in design while trying to be idiomatic for each platform
    * remove all static configuration (the old XMLUnit class setter methods)
    * focus on the parts that are useful for testing

    * XPath

    * (Schema) validation
    * comparisons

    * be independent of any test framework

  * XMLUnit 1.x is no longer maintained

  * Use diretly the xalan-j2 jar instead of the jaxp_transform_impl alternative
    (bsc#1245931 and bsc#1245914)

  * In cases of ATTR_NAME_NOT_FOUND and CHILD_NODE_NOT_FOUND differences the
    value used to be the local name of the missing attribute or node.

  * New assertXpathEvaluatesTo overloads in XMLAssert and a new QualifiedName
    class can be used to assert the stringified result of an XPath expression is
    actually a qualified name

Changes in modello:

  * Upgrade to upstream version 2.5.1

  * New features and improvements

    * Improve and add exceptions for singular method
    * Fix Snakeyaml
    * Restore singular method behavior like was in version 2.4.0
  * Maintenance

    * Partially migrate to JUnit 5
    * Apply spotless re-formatting
    * Update build, get rid of legacy, fix CLI
    * Use distributionManagement from parent pom
  * Fix the modello script classpath to be able to run the velocity generator.

  * Upgrade to upstream version 2.3.0

Changes in modello:

  * Add -Dguice_custom_class_loading=CHILD option to the command-line launcher
    in order to avoid the following warnings with OpenJDK >= 24 :

WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::staticFieldBase has been called by
com.google.inject.internal.aop.HiddenClassDefiner WARNING: Please consider
reporting this to the maintainers of class
com.google.inject.internal.aop.HiddenClassDefiner WARNING:
sun.misc.Unsafe::staticFieldBase will be removed in a future release

  * Upgrade to upstream version 2.5.1

  * New features and improvements

    * Improve and add exceptions for singular method
    * Fix Snakeyaml
    * Restore singular method behavior like was in version 2.4.0
  * Maintenance

    * Partially migrate to JUnit 5
    * Apply spotless re-formatting
    * Update build, get rid of legacy, fix CLI
    * Use distributionManagement from parent pom
  * Add dependency on objectweb-asm to build with sisu 0.9.0.M4

  * Fix the modello script classpath to be able to run the velocity generator.

Changes in junit5:

  * Fix errors in aggregator.pom and in ant build system that prevent successful
    builds with upcoming Maven 4
  * Generate a non-modular javadoc

Changes in jna:

  * do not put module-info.class in multirelease directories

Changes in javapackages-tools:

  * Require findutils for working build-classpath (bsc#1245969)

  * Upgrade to upstream version 6.4.1

  * Changes

    * Revert "jpackage_script: Remove unneeded backslashes"
    * Initial implementation of %jp_binding macro
    * Replace invalid $ escape in regex

Changes in xz-java:

  * Do not put the module-info.class into multirelease directory
  * If building with Java 8 only, specify in the manifest the Automatic-Module-
    Name, so that it can be recognized as modular jar even in that configuration

Changes in sisu:

  * Initial packaging of the Sisu Extenders with version 0.9.0.M4

  * Upgrade to upstream milestone 0.9.0.M4

  * Most important change

    * ASM is "demoted" to plain dependency, hence, consumer is able to override/update it the usual "Maven way". This applies to all components: inject, plexus and sisu-maven-plugin as well.
    * Historically, Sisu shaded in ASM just like Guice did. Later Sisu started shipping "main" JAR with shaded ASM but also "no_asm" classified artifact without ASM (just like Guice did with "classes" classified JAR). Starting from this version, Sisu does not shade ASM anymore, it is "demoted" to transitive dependency.
  * Changes

    * Disable shallow clones for sonarcloud analysis
    * Remove spurious asserts
    * Post release cleanup
    * Fix jacoco + code coverage
    * Enable code coverage again for all modules
    * Use default property for the jacoco agent
    * Add documentation on Plexus Configurator API
    * Remove about.html as only relevant for Eclipse plugins
    * Document Lifecycle support
    * Call TypeAwareExpressionEvaluator.evaluate(String,Class) if available
    * Pass strict flag also via "discoverComponents"
    * Embed/relocate ASM via m-shade-p
    * Update to ASM 9.8
    * Increase coverage
    * Align subproject names (and naming)
    * Build infra updates
    * Reproducible
    * Fix sisu-maven-plugin
    * Lax array converter
    * Update dependencies
    * Publishing to Central
  * Build with bootstrap version of maven-plugins. This allows to be built
    early, since it will become a crucial plugin with Maven 4.

Changes in sisu:

  * Upgrade to upstream milestone 0.9.0.M4

  * Most important change

    * ASM is "demoted" to plain dependency, hence, consumer is able to override/update it the usual "Maven way". This applies to all components: inject, plexus and sisu-maven-plugin as well.
    * Historically, Sisu shaded in ASM just like Guice did. Later Sisu started shipping "main" JAR with shaded ASM but also "no_asm" classified artifact without ASM (just like Guice did with "classes" classified JAR). Starting from this version, Sisu does not shade ASM anymore, it is "demoted" to transitive dependency.
  * Changes

    * Disable shallow clones for sonarcloud analysis
    * Remove spurious asserts
    * Post release cleanup
    * Fix jacoco + code coverage
    * Enable code coverage again for all modules
    * Use default property for the jacoco agent
    * Add documentation on Plexus Configurator API
    * Remove about.html as only relevant for Eclipse plugins
    * Document Lifecycle support
    * Call TypeAwareExpressionEvaluator.evaluate(String,Class) if available
    * Pass strict flag also via "discoverComponents"
    * Embed/relocate ASM via m-shade-p
    * Update to ASM 9.8
    * Increase coverage
    * Align subproject names (and naming)
    * Build infra updates
    * Reproducible
    * Fix sisu-maven-plugin
    * Lax array converter
    * Update dependencies
    * Publishing to Central

Changes in jline3:

  * Update to upstream version 3.30.6

  * New features and improvements

    * Improve console variable expansion (fixes #1370)
    * ConsoleEngineImpl: change method and field visibilities
    * Allow ConsoleEngineImpl subclasses access to VariableReferenceCompleter
    * feat: add reusable POSIX commands to builtins module
    * feat: support slurp command to be renamed
    * feat: Extend InputRC with method/s to directly read ~/.inputrc & /etc/inputrc
    * Allow system commands to be renamed.
  * Bug Fixes

    * Fix macOS hang in pipe operations by removing PTY terminal usage
    * enhancement: only compute suggestions in the Nano editor if something has changed
    * fix: refactor TerminalProvider methods to use inputEncoding/outputEncoding parameters
    * Fix System.out not working after closing dumb terminal
    * Optimize Display performance and fix terminal capability usage
  * Dependency updates

    * chore: Bump groovy.version from 4.0.27 to 4.0.28
    * chore: Bump com.palantir.javaformat:palantir-java-format from 2.67.00 to 2.73.0
    * chore: Bump junit.version from 5.12.2 to 5.13.4
    * chore: Bump org.graalvm.sdk:graal-sdk from 24.2.1 to 24.2.2
    * chore: Bump com.google.jimfs:jimfs from 1.3.0 to 1.3.1
    * chore: Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.1
    * chore: Bump on-headers and compression in /website
    * chore: Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.2.0 to 4.2.1
    * chore: Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
    * chore: Bump org.codehaus.mojo:build-helper-maven-plugin from 3.6.0 to 3.6.1
    * chore: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
    * chore: Bump eu.maveniverse.maven.njord:extension from 0.6.2 to 0.7.5
  * Documentation updates

    * docs: Link to Nano Customization from Builtins doc page
    * docs: Add Capability.enter_ca_mode and Capability.exit_ca_mode tip
  * Maintenance

    * Remove double docs/docs in edit links on jline.org (fixes# 1309)
    * chore: make downcall handles static final
  * Build the ffm support in Factory, since we have now the java >= 22

  * Update to upstream version 3.30.4

  * New features and improvements

    * add pluggable completion to Nano editor (fixes #1194)
    * enhanced MouseSupport to handle multiple mouse event formats (SGR, URXVT, SGR-Pixels)
    * add getCurrentMouseTracking to Terminal interface
    * add ability to get terminal default foreground and background colors
    * add password masking support for dumb terminals (fixes #1172)
    * add line numbers and current line marker to secondary prompt (fix for #1151)
    * Add support for separate encodings for stdin, stdout, and stderr
    * Make prompts work in non-fullscreen mode
  * Bug Fixes

    * use a fallback classloader suitable for java Modules or OSGi environments (fixes #1185)
    * NPE in Status#resize when supported is false (fixes #1191)
    * nano editor exiting when pressing Ctrl+Space (fixes #1200)
    * parse error of system default /usr/share/nano/*.nanorc
    * Terminal.trackMouse(MouseTracking.Off) (fixes #1189)
    * Make command execution order consistent in SystemRegistryImpl
    * handle invalid entries in history files gracefully
    * Properly fill screen lines with spaces when width is increased in ScreenTerminal
    * cursor position after Status.update()
    * improve script file detection and execution in Groovy REPL, fixes #1139
    * ensure proper cleanup of pump threads in terminal implementations
    * add history line width check in ScreenTerminal.setSize() (fixes #1206)
    * console-ui example: catch UserInterruptException in place of IOError
    * Ctrl+Space handling on Windows terminals
    * Update LineReaderImpl to use new readMouseEvent signature with lastBinding parameter
    * enhance nanorc loading and introduce a ClasspathResourceUtil utility
    * missing close in PosixSysTerminal.
    * Jansi AnsiConsole broken color detection in uber jars
    * SyntaxHighlighter glob pattern handling for non-default file systems
  * Documentation

    * Integrate website into main repository
    * improve JLineNativeLoader documentation and references
    * fix readme
    * Add comprehensive Javadoc to jline-builtins module
    * improve Javadoc in console module
    * add comprehensive Javadoc to org.jline.style package
    * add comprehensive Javadoc to JLine Terminal and Reader
    * Add missing DISABLE_EVENT_EXPANSION JavaDoc (fixes #1218)
    * Make sure snippets compile
    * Corrected the maven central link
    * correct PicocliJLineExample snippet name in library-integration.md
    * validate code snippets during build time instead of runtime
    * add missing @SInCE 3.30.0 annotations to new methods in Terminal
    * integrate GitHub wiki content into website documentation
    * Improve website build system and documentation management
    * fix javadoc redirect URL issue
    * Add picocli links to library integration
    * Mention InputRC on Builtins
    * doc: update version to 3.30.0 and add Javadoc integration
    * integrate ConsoleUI documentation into website
    * add syntax highlighting example classes for documentation
    * Expand DISABLE_EVENT_EXPANSION JavaDoc (re. #1238)
    * Link to documentation website earlier in README (see #1240)
    * Link to Pty4j on Terminal
  * Rewrite to use Ant to build. This prevents potential cycles with upcoming
    Maven 4

Changes in j2objc-annotations:

  * Update to version 3.0.0

  * no structured changelog available

  * this version is a modular jar needed by guava

Changes in jackson-databind:

  * Fix "Not fully interpolated version" error with Maven 4

Changes in icu4j:

  * detect java version up to 25 when running ant

Changes in guava:

  * Upgrade to guava 33.4.8

  * Changes of version 33.4.8

    * util.concurrent: Removed our VarHandle code from guava-android. While the code was never used at runtime under Android, it was causing problems under the Android Gradle Plugin with a minSdkVersion below 26. To continue to avoid sun.misc.Unsafe under the JVM, guava-android will now always use AtomicReferenceFieldUpdater when run there.
  * Changes of version 33.4.7

    * Modified the guava module's dependency on failureaccess to be transitive. Also, modified the guava-testlib module to make its dependency on guava transitive, to remove its dependency on failureaccess, and to add a dependency (transitive) on junit.
    * util.concurrent: Modified our fast paths to ensure that they continue to work when run through optimizers, such as those commonly used by Android apps. This fixes problems that some users may have seen since Guava 33.4.5.
    * util.concurrent: Changed the guava-android copy of AbstractFuture to try VarHandle before Unsafe, eliminating a warning under newer JDKs.
  * Changes of version 33.4.6

    * Removed the extra copy of each class from the Guava jar. The extra copies were an accidental addition from the modularization work in Guava 33.4.5.
    * Fixed annotation-related warnings when using Guava in modular builds. The most common such warning is Cannot find annotation method 'value()' in type 'DoNotMock': ....
  * Changes of version 33.4.5

    * Changed the Guava jar (plus guava-testlib and failureaccess jars) to be a modular jar.
    * Changed various classes to stop using sun.misc.Unsafe under Java 9+. ° Note that, if you use guava-android on the JVM (instead of using guava-jre), Guava will still try to use sun.misc.Unsafe. We will do further work on this in the future.
    * Belatedly updated the Public Suffix List data.
  * Changes of version 33.4.4

    * Migrated from Checker Framework annotations to JSpecify annotations.
    * Made our usages of nullness annotations available in our GWT artifact. GWT users will need to upgrade to GWT 2.12.1, which makes GWT as tolerant of Java 8 type-use annotations as it is of other annotations.
  * Changes of version 33.4.3

    * Migrated from @CheckForNull to the Checker Framework @Nullable. Most tools recognize both annotations, so we expect this to be a no-op in almost all cases. This release removes our dependency on JSR-305.
  * Changes of version 33.4.2

    * Changed @ParametricNullness into a no-op for Kotlin and IntelliJ. Before now, it was forcing many usages of type variables to have platform types, which meant that Kotlin couldn't check those usages for nullness errors. With this change, Kotlin can detect more errors.
  * Changes of version 33.4.1

    * Replaced our custom @ElementTypesAreNonnullByDefault annotations with the JSpecify @NullMarked annotation.
  * Changes of version 33.4.0

    * Exposed additional Java 8 APIs to Android users.
    * base: Deprecated Charsets constants in favor of StandardCharsets. We will not remove the constants, but we recommend using StandardCharsets for consistency.
    * base: Added ToStringHelper.omitEmptyValues().
    * collect: Added an optimized copyOf method to TreeRangeMap.
    * collect.testing: Fixed @Require annotations so that features implied by absent features are not also required to be absent.
    * io: Changed ByteSink and CharSink to no longer call flush() in some cases before close(). This is a no-op for well-behaved streams, which internally flush their data as part of closing. However, we have discovered some stream implementations that have overridden close() to do nothing, including not to flush some buffered data. If this change causes problems, the simplest fix is usually to change the close() override to at least call flush().
    * net: Added HttpHeaders.ALT_SVC and MediaType.CBOR.
  * Changes of version 33.3.1

    * Added j2objc-annotations to the Gradle runtime classpath to stop producing an Android Gradle Plugin error.
  * Changes of version 33.3.0

    * base: Removed @Beta from the Duration overload of Suppliers.memoizeWithExpiration.
    * cache: Added CacheBuilder Duration overloads to guava-android.
    * collect: Removed @Beta from the guava-android Collector APIs.
    * collect: Added ImmutableMultimap.builderWithExpectedKeys and ImmutableMultimap.Builder.expectedValuesPerKey.
    * graph: Improved Graphs.hasCycle to avoid causing StackOverflowError for long paths.
    * net: Added text/markdown to MediaType.
    * net: Deprecated HttpHeaders constant for Sec-Ch-UA-Form-Factor in favor of Sec-Ch-UA-Form-Factors to follow the latest spec.
    * testing: Changed some test libraries to throw AssertionError (instead of the more specific AssertionFailedError) in some cases.

    * we are folding the failureaccess into the main guava.jar, so we don't have a special module for it.

Changes in google-guice:

  * Fix build with Java 25

Changes in google-gson:

  * Rewrite the build system for ant to avoid potential build cycles with
    upcoming Maven 4

Changes in geronimo-specs:

  * Do not use update-alternatives

Changes in exec-maven-plugin:

  * Upgrade to upstream version 3.5.1

  * Changes of 3.5.1

  * Bug Fixes

    * Add ClassLoader support for ASM ClassWriter
  * Maintenance

    * Fix ITs for Maven 4 rc-3
    * Document how to use env vars in commandlineArgs
  * Changes of 3.5.0

  * New features and improvements

    * Add toolchain java path to environment variables in ExecMojo
  * Bug Fixes

    * # 322, enable to control the exec:java interaction with JVM

classloader more finely

  * Maintenance

    * Update site descriptor to 2.0.0
    * Toolchains manual improvements
    * Manage version of maven-toolchains-plugin
  * Changes of 3.4.1

  * Bug Fixes

    * Environment variable Path should be used as case-insensitive
    * fix: NPE because declared MavenSession field hides field of superclass
  * Maintenance

    * Remove redundant spotless configuration
  * Build

    * Use Maven4 enabled with GH Action
    * Use shared release drafter GH Action
  * Chages of 3.4.0

  * New features and improvements

    * Allow <includePluginDependencies> to be specified for the exec:exec goal
  * Bug Fixes

    * Do not get UPPERCASE env vars
  * Maintenance

    * Remove Log4j 1.2.x from ITs
  * Build

    * Use Maven 3.9.7 and 4.0.0-beta-3
  * Changes of 3.3.0

  * New features and improvements

    * Add option to include runtime and provided
  * Changes of 3.2.0

  * New features and improvements

    * Enable to exec:java runnables and not only mains with loosely coupled injections
    * Try to get rid of legacy API which can break starting with java 17
  * Bug Fixes

    * Fix #401 - Maven v4 compatibility
  * Maintenance

    * ITs improvement
    * Fix documentation formatting, add menu items for new examples
    * Execute mexec-137 also on unix family
    * Remove unused test
  * Build

    * Bump release-drafter/release-drafter from 5 to 6
  * Changes of 3.1.1

  * New features and improvements

    * Remove unused killAfter options
    * [#391] Cope with Thread::stop being unavailable in JDK 20+
    * Only prefix program output with thread name when running with multiple threads
    * [#389] Add option 'blockSystemExit' to 'java' mojo
    * Require Maven 3.6.3+
    * Ensure maven.properties can be forwarded to system properties for exec:java
  * Bug Fixes

    * Fix #158 - Fix non ascii character handling
    * [#323] exec arguments missing
  * Maintenance

    * Code cleanups - use newer JDK features
    * Enable spotless for code formatting
    * Require Maven 3.6.3+
    * ITs cleanups
    * Use Resolver Api for dependency resolving
    * Build
    * Workaround for concurrent access to local repository on Windows by ITs
    * Use Maven 3.9.4, 3.8.8 in GitHub build
    * Changes of 3.1.0
    * New features and improvements
    * Require Maven 3.2.5
    * Support stream inheritance for the forked process, fixes #71
    * Bug Fixes
    * Fix NullPointerException when using plugin dependencies in version 1.6.0
    * preload common pool - issue #198
    * fix handling of LongModulePathArgument and LongClassPathArgument
    * Do not drop environment variables that contain '=' in their value, or have no value.
    * Empty argument tag should add empty string instead of null
    * Fixes #160, ensure the java classloader is a child first one and supports to excludes some gathered classpath element to solve manually conflicts
    * Maintenance
    * Get rid of maven-artifact-transfer from dependencies
    * Cleanup project site
    * Cleanup project
    * Fix build badge for current CI system
    * Enforce JAVA_HOME for ITs
    * Drop Invokable interface
    * Remove unused class
    * Remove unused class and profile to build it
    * Remove unused imports
    * Remove unused fields
    * Bump sniffed signatures
    * fix issue with IBM semu 11
    * [DEPS] remove unused logging dependencies.
    * Fixed message: Removed duplicate space
    * Fix spelling in error msg (occured -> occurred)
    * Build
    * Testing with Maven 3.2.5 and 3.8.6
    * use shared gh action from ASF
    * use Temurin JDK

Changes in bouncycastle:

  * Update to 1.82:

  * Defects Fixed:

    * SNOVA and MAYO are now correctly added to the JCA provider module-info file.
    * TLS: Avoid nonce reuse error in JCE AEAD workaround for pre-Java7.
    * BCJSSE: Session binding map is now shared across all stages of the session lifecycle (SunJSSE compatibility).
    * The CMCEPrivateKeyParameters#reconstructPublicKey method was returning an empty byte array. It now returns an encoding of the public key.
    * CBZip2InputStream no longer auto-closes at end-of-contents.
    * The BC CertPath implementation was eliminating certificates on the bases of the Key-ID. This is not in accordance with RFC 4158.
    * Support for the previous set of libOQS Falcon OIDs has been restored.
    * The BC CipherInputStream could throw an exception if asked to handle an AEAD stream consisting of the MAC only.
    * Some KeyAgreement classes were missing in the Java 11 class hierarchy.
    * Fix typo in a constant name in the HPKE class and deprecate the old constant.
    * Fuzzing analysis has been done on the OpenPGP API and additional code has been added to prevent escaping exceptions.
  * Additional Features and Functionality:

    * SHA3Digest, CSHAKE, TupleHash, KMAC now provide support for Memoable and EncodableService.
    * BCJSSE: Added support for integrity-only cipher suites in TLS 1.3 per RFC 9150.
    * BCJSSE: Added support for system properties "jdk.tls.{client,server}.maxInboundCertificateChainLength"
    * BCJSSE: Added support for ML-DSA signature schemes in TLS 1.3 per draft-ietf-tls-mldsa-00.
    * The Composite post-quantum signatures implementation has been updated to the latest draft (07) draft-ietf-lamps-pq-composite-sigs.
    * "_PREHASH" implementations are now provided for all composite signatures to allow the hash of the date to be used instead of the actual data in signature calculation.
    * The gradle build can now be used to generate an Bill of Materials (BOM) file.
    * It is now possible to configure the SignerInfoVerifierBuilder used by the SignedMailValidator class.
    * The Ascon family of algorithms has been updated with the latest published changes.
    * Composite signature keys can now be constructed from the individual keys of the algorithms composing the composite.
    * PGPSecretKey, PGPSignatureGenerator now support version 6.
    * Further optimisation work has been done on ML-KEM public key validation.
    * Zeroization of passwords in the JCA PKCS12 key store has been improved.
    * The "org.bouncycastle.drbg.effective_256bits_entropy" property has been added for platforms where the entropy source is not producing 1 full bit of entropy per bit and additional bits are required (default value 282).
    * OpenPGPKeyGenerator now allows for the use of empty UserIDs (version 4 compatibility).
    * The HQC KEM has been updated with the latest draft updates.
  * Additional Notes:

    * The legacy post-quantum package has now been removed.
  * Update to 1.81:

  * Defects Fixed:

    * A potention NullPointerException in the KEM KDF KemUtil class has been removed.
    * Overlapping input/output buffers in doFinal could result in data corruption.
    * Fixed Grain-128AEAD decryption incorrectly handle MAC verification.
    * Add configurable header validation to prevent malicious header injection in PGP cleartext signed messages; Fix signature packet encoding issues in PGPSignature.join() and embedded signatures while phasing out legacy format.
    * Fixed ParallelHash initialization stall when using block size B=0.
    * The PRF from the PBKDF2 function was been lost when PBMAC1 was initialized from protectionAlgorithm. This has been fixed.
    * The lowlevel DigestFactory was cloning MD5 when being asked to clone SHA1.
  * Additional Features and Functionality:

    * XWing implementation updated to draft-connolly-cfrg-xwing-kem/07/
    * Further support has been added for generation and use of PGP V6 keys
    * Additional validation has been added for armored headers in Cleartext Signed Messages.
    * The PQC signature algorithm proposal Mayo has been added to the low-level API and the BCPQC provider.
    * The PQC signature algorithm proposal Snova has been added to the low-level API and the BCPQC provider.
    * Support for ChaCha20-Poly1305 has been added to the CMS/SMIME APIs.
    * The Falcon implementation has been updated to the latest draft.
    * Support has been added for generating keys which encode as seed-only and expanded-key-only for ML-KEM and ML-DSA private keys.
    * Private key encoding of ML-DSA and ML-KEM private keys now follows the latest IETF draft.
    * The Ascon family of algorithms has been updated to the initial draft of SP 800-232. Some additional optimisation work has been done.
    * Support for ML-DSA's external-mu calculation and signing has been added to the BC provider.
    * CMS now supports ML-DSA for SignedData generation.
    * Introduce high-level OpenPGP API for message creation/consumption and certificate evaluation.
    * Added JDK21 KEM API implementation for HQC algorithm.
    * BCJSSE: Strip trailing dot from hostname for SNI, endpointID checks.
    * BCJSSE: Draft support for ML-KEM updated (draft-connolly-tls-mlkem-key-agreement-05).
    * BCJSSE: Draft support for hybrid ECDHE-MLKEM (draft-ietf-tls-ecdhe-mlkem-00).
    * BCJSSE: Optionally prefer TLS 1.3 server's supported_groups order (BCSSLParameters.useNamedGroupsOrder).

Changes in byte-buddy:

  * Fix build with maven 4

  * Update to v1.17.6

  * Changes of v1.17.6

    * Add convenience wrapper for ResettableClassFileTransformer that implicitly delegates to correct transformer method.
    * Add filter for deduplicate fields and methods in class file.
    * Add missing static requirement of Spotbugs annotations to module descriptors.
    * Add LazinessMode for TypePool and add convenience support to AgentBuilder.
    * Fix source jars for multi-version release to contain duplicated source.
  * Update to v1.17.5

  * Changes of v1.17.5

    * Update ASM to version 9.8 to support Java 25 using ASM reader and writer.
    * Include AnnotationRemoval visitor for removing or replacing annotations.
  * Update to v1.17.4

  * Changes of v1.17.4

    * Add SafeVarargs plugin.
    * Fix OSGi declaration for byte-buddy-agent.
  * Update to v1.17.3

  * Changes of v1.17.3

    * Fix bug in ASM to Class File API bridge handling tableswitch instructions.
    * Add plugin for adding SafeVarargs annotations.
    * Further generify MemberSubstitution API.
  * Update to v1.17.2

  * Changes of v1.17.2

    * Update Class File API integration to include support for several omitted byte codes.
    * Adjust attach API emulation for OpenJ9 to not create subfolder if temporary folder is set explicitly.
  * Update to v1.17.1

  * Changes of v1.17.1

    * Fix bug in MemberSubstitution were argument indices were resolved by one digit off.
    * Update Class File API integration to avoid that parameter annotations are lost.

Changes in byaccj:

  * add -std=gnu11 to CFLAGS to fix gcc15 compile time error, and to still allow
    build on SLE / Leap 15

Changes in apache-commons-logging:

  * Upgrade to 1.3.5

  * Fixed Bugs

    * Javadoc is missing its Overview page.
    * Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).
  * Changes

    * Bump org.apache.commons:commons-parent from 72 to 81 #285, #287, #295, #298, #303, #310, #339.
    * Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #288 [test].
    * Bump log4j2.version from 2.23.1 to 2.24.3 #292, #299, #319, #328.
  * Removed:

    * Remove "cobertura" plugin use JaCoco, Cobertura is unmaintained.

    * LOGGING-193: Update Log4j 2 OSGi imports #268.

    * Fix PMD UnnecessaryFullyQualifiedName in SimpleLog.
    * Fix NullPointerException in SimpleLog#write(Object) on null

Changes in apache-commons-cli:

  * Update to 1.10.0

  * New Features

    * CLI-339: Help formatter extension in the new package #314.
    * CommandLine.Builder implements Supplier<CommandLine>.
    * DefaultParser.Builder implements Supplier<DefaultParser>.
    * CLI-340: Add CommandLine.getParsedOptionValues() #334.
    * CLI-333: org.apache.commons.cli.Option.Builder implements Supplier<Option>.
  * Fixed Bugs

    * Deprecate CommandLine.Builder() in favor of CommandLine.builder().
    * Deprecate DeprecatedAttributes.Builder() in favor of DeprecatedAttributes.builder().
    * Refactor default parser test #294.
    * Port to JUnit 5.
    * Generics for Converter should use Exception not Throwable.
    * Pick up maven-antrun-plugin version from parent POM org.apache:apache.
    * Javadoc is missing its Overview page.
    * Get mockito version from parent pom (#351).
    * Remove -nouses directive from maven-bundle-plugin. OSGi package imports now state 'uses' definitions for package imports, this doesn't affect JPMS (from org.apache.commons:commons-parent:80).
    * Deprecate PatternOptionBuilder.PatternOptionBuilder().
    * CLI-341: HelpFormatter infinite loop with 0 width input.
    * CLI-349: Fail faster with a more precise NullPointerException: Option.processValue() throws NullPointerException when passed null value with value separator configured.
    * CLI-344: Fail faster with a more precise NullPointerException: DefaultParser.parse() throws NullPointerException when options parameter is null.
    * CLI-347: Options.addOptionGroup(OptionGroup) does not remove required options from requiredOpts list.
    * org.apache.commons.cli.Option.Builder.get() should throw IllegalStateException instead of IllegalArgumentException.
    * org.apache.commons.cli.Option.processValue(String) should throw IllegalStateException instead of IllegalArgumentException.
    * org.apache.commons.cli.OptionBuilder.create() should throw IllegalStateException instead of IllegalArgumentException.
  * Updates

    * Bump org.apache.commons:commons-parent from 72 to 85 #302, #304, #310, #315, #320, #327, #371.
    * [test] Bump commons-io:commons-io from 2.16.1 to 2.20.0 #309, #337.
    * [test] Bump org.apache.commons:commons-text from 1.12.0 to 1.14.0 #344.
    * Update site documentation to https://maven.apache.org/xsd/xdoc-2.0.xsd.

    * CLI-334: Fix Javadoc pathing #280.

    * CLI-335: Updated properties documentation #285.
    * CLI-336: Deprecation not always reported #284.

Changes in apache-commons-codec:

  * Update to 1.18.0

  * New features

    * Add Base32.Builder.setHexDecodeTable(boolean).
    * Add Base32.Builder.setHexEncodeTable(boolean).
  * Changes

    * Bump org.apache.commons:commons-parent from 78 to 79.
  * Includes changes from 1.17.2

  * Fixed Bugs

    * Rewrite DaitchMokotoffSoundex.soundex(String) using String.join().
    * CODEC-324: Use Resource.class to load resources, rather than its class loader #353.
    * Deprecate CharSequenceUtils.CharSequenceUtils().
    * Deprecate Sha2Crypt.Sha2Crypt().
  * Changes

    * Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0 #296, #305, #313.
    * Bump org.apache.commons:commons-parent from 71 to 78 #310, #312, #319, #323, #326, #333.
    * [test] Bump commons-io:commons-io from 2.16.1 to 2.18.0 #318, #341.
    * Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #332.

Changes in apache-commons-daemon:

  * Upgrade to 1.4.1

  * Bug Fixes:

    * several issues around Java OS and header files location detection.
    * Correct several log messages where an incorrect placeholder led to truncation of the inserted values.
  * New Features

    * Add protection to avoid high CPU usage for applications running in JVM mode that do not wait for the stop method to be called before the start method returns. Fixes DAEMON-460.
    * The minimum Java version has been increased to Java 8

Changes in apache-commons-dbcp:

  * Do not provide the hibernate_jdbc_cache alternative

Changes in apache-commons-beanutils:

  * Updated to 1.9.3

    * Fixed Bugs:

    * BEANUTILS-433: Update dependency from JUnit 3.8.1 to 4.12.

    * BEANUTILS-469: Update commons-logging from 1.1.1 to 1.2.
    * BEANUTILS-490: Update Java requirement from Java 5 to 6.
    * BEANUTILS-492: IndexedPropertyDescriptor tests now pass on Java 8.
  * update to 1.8.3 and rename to apache- to follow the upstream

Changes in auto:

  * Force annotation processing, since it is needed with Java 25

## Patch Instructions:

To install this SUSE update use the SUSE recommended installation methods like
YaST online_update or "zypper patch".  
Alternatively you can run the command listed for your product:

  * SUSE Linux Enterprise Server 16.0  
    zypper in -t patch SUSE-SLES-16.0-201=1

  * SUSE Linux Enterprise Server for SAP Applications 16.0  
    zypper in -t patch SUSE-SLES-16.0-201=1

## Package List:

  * SUSE Linux Enterprise Server 16.0 (noarch)
    * jline3-terminal-jni-3.30.6-160000.1.1
    * bouncycastle-javadoc-1.82-160000.1.1
    * geronimo-jaf-1_0_2-api-1.2-160000.3.1
    * slf4j-reload4j-1.7.36-160000.3.1
    * guava-javadoc-33.4.8-160000.1.1
    * guice-bom-6.0.0-160000.4.1
    * jackson-databind-javadoc-2.17.3-160000.3.1
    * junit5-javadoc-5.10.2-160000.3.1
    * ant-apache-log4j-1.10.15-160000.3.1
    * byte-buddy-agent-1.17.6-160000.1.1
    * apache-commons-logging-1.3.5-160000.1.1
    * ant-jdepend-1.10.15-160000.3.1
    * modello-maven-plugin-2.5.1-160000.1.1
    * slf4j-manual-1.7.36-160000.3.1
    * jna-contrib-5.13.0-160000.3.1
    * google-guice-javadoc-6.0.0-160000.4.1
    * jline3-terminal-3.30.6-160000.1.1
    * geronimo-saaj-1_1-api-1.2-160000.3.1
    * xmlunit-javadoc-1.6-160000.3.1
    * byte-buddy-maven-plugin-1.17.6-160000.1.1
    * junit5-guide-5.10.2-160000.3.1
    * ant-jakartamail-1.10.15-160000.3.1
    * slf4j-sources-1.7.36-160000.3.1
    * geronimo-jta-1_1-api-1.2-160000.3.1
    * guice-extensions-6.0.0-160000.4.1
    * geronimo-servlet-2_4-api-1.2-160000.3.1
    * geronimo-qname-1_1-api-1.2-160000.3.1
    * ant-jmf-1.10.15-160000.3.1
    * ant-apache-bcel-1.10.15-160000.3.1
    * ant-swing-1.10.15-160000.3.1
    * slf4j-1.7.36-160000.3.1
    * j2objc-annotations-3.0.0-160000.1.1
    * guava-testlib-33.4.8-160000.1.1
    * jline3-console-3.30.6-160000.1.1
    * auto-1.6.1-160000.3.1
    * ant-commons-net-1.10.15-160000.3.1
    * auto-common-1.6.1-160000.3.1
    * log4j-over-slf4j-1.7.36-160000.3.1
    * guice-assistedinject-6.0.0-160000.4.1
    * guice-jmx-6.0.0-160000.4.1
    * sisu-mojos-0.9.0.M4-160000.1.1
    * auto-value-annotations-1.6.1-160000.3.1
    * ant-junit-1.10.15-160000.3.1
    * auto-service-aggregator-1.6.1-160000.3.1
    * slf4j-javadoc-1.7.36-160000.3.1
    * geronimo-jms-1_1-api-1.2-160000.3.1
    * geronimo-jta-1_0_1B-api-1.2-160000.3.1
    * byte-buddy-javadoc-1.17.6-160000.1.1
    * icu4j-javadoc-73.1-160000.4.1
    * jline3-remote-telnet-3.30.6-160000.1.1
    * google-gson-2.8.9-160000.3.1
    * auto-javadoc-1.6.1-160000.3.1
    * jspecify-1.0.0-160000.1.1
    * geronimo-servlet-2_5-api-1.2-160000.3.1
    * geronimo-j2ee-connector-1_5-api-1.2-160000.3.1
    * icu4j-73.1-160000.4.1
    * sisu-javadoc-0.9.0.M4-160000.1.1
    * byte-buddy-1.17.6-160000.1.1
    * bouncycastle-pkix-1.82-160000.1.1
    * junit5-5.10.2-160000.3.1
    * xz-java-1.10-160000.3.1
    * jline3-jansi-core-3.30.6-160000.1.1
    * ant-1.10.15-160000.3.1
    * apache-commons-beanutils-javadoc-1.11.0-160000.3.1
    * python313-javapackages-6.4.1-160000.1.1
    * jna-javadoc-5.13.0-160000.3.1
    * sisu-mojos-javadoc-0.9.0.M4-160000.1.1
    * apache-commons-dbcp-2.1.1-160000.3.1
    * xz-java-javadoc-1.10-160000.3.1
    * bouncycastle-util-1.82-160000.1.1
    * auto-value-parent-1.6.1-160000.3.1
    * guice-grapher-6.0.0-160000.4.1
    * guice-servlet-6.0.0-160000.4.1
    * ant-commons-logging-1.10.15-160000.3.1
    * jline3-style-3.30.6-160000.1.1
    * javapackages-ivy-6.4.1-160000.1.1
    * slf4j-jcl-1.7.36-160000.3.1
    * jline3-builtins-3.30.6-160000.1.1
    * auto-value-1.6.1-160000.3.1
    * icu4j-charset-73.1-160000.4.1
    * ant-manual-1.10.15-160000.3.1
    * auto-service-1.6.1-160000.3.1
    * guice-parent-6.0.0-160000.4.1
    * bouncycastle-jmail-1.82-160000.1.1
    * jackson-databind-2.17.3-160000.3.1
    * exec-maven-plugin-javadoc-3.5.1-160000.1.1
    * ant-apache-xalan2-1.10.15-160000.3.1
    * geronimo-jaf-1_1-api-1.2-160000.3.1
    * apache-commons-dbcp-javadoc-2.1.1-160000.3.1
    * jline3-terminal-jansi-3.30.6-160000.1.1
    * jline3-terminal-jna-3.30.6-160000.1.1
    * ant-jsch-1.10.15-160000.3.1
    * bouncycastle-1.82-160000.1.1
    * sisu-inject-0.9.0.M4-160000.1.1
    * ant-xz-1.10.15-160000.3.1
    * slf4j-jdk14-1.7.36-160000.3.1
    * ant-apache-oro-1.10.15-160000.3.1
    * junit5-minimal-javadoc-5.10.2-160000.3.1
    * junit5-bom-5.10.2-160000.3.1
    * junit5-minimal-5.10.2-160000.3.1
    * ant-imageio-1.10.15-160000.3.1
    * ant-junit5-1.10.15-160000.3.1
    * apache-commons-codec-1.18.0-160000.1.1
    * apache-commons-cli-javadoc-1.10.0-160000.1.1
    * bouncycastle-pg-1.82-160000.1.1
    * bouncycastle-mail-1.82-160000.1.1
    * modello-javadoc-2.5.1-160000.1.1
    * google-gson-javadoc-2.8.9-160000.3.1
    * guava-33.4.8-160000.1.1
    * icu4j-localespi-73.1-160000.4.1
    * j2objc-annotations-javadoc-3.0.0-160000.1.1
    * jline3-curses-3.30.6-160000.1.1
    * sisu-plexus-0.9.0.M4-160000.1.1
    * ant-apache-bsf-1.10.15-160000.3.1
    * geronimo-jaxrpc-1_1-api-1.2-160000.3.1
    * modello-maven-plugin-javadoc-2.5.1-160000.1.1
    * xmlunit-1.6-160000.3.1
    * jline3-javadoc-3.30.6-160000.1.1
    * exec-maven-plugin-3.5.1-160000.1.1
    * bouncycastle-tls-1.82-160000.1.1
    * ant-scripts-1.10.15-160000.3.1
    * ant-testutil-1.10.15-160000.3.1
    * javapackages-local-6.4.1-160000.1.1
    * ant-antlr-1.10.15-160000.3.1
    * ant-javamail-1.10.15-160000.3.1
    * slf4j-ext-1.7.36-160000.3.1
    * geronimo-jpa-3_0-api-1.2-160000.3.1
    * geronimo-annotation-1_0-api-1.2-160000.3.1
    * guice-throwingproviders-6.0.0-160000.4.1
    * ant-apache-resolver-1.10.15-160000.3.1
    * apache-commons-cli-1.10.0-160000.1.1
    * jcl-over-slf4j-1.7.36-160000.3.1
    * jul-to-slf4j-1.7.36-160000.3.1
    * apache-commons-codec-javadoc-1.18.0-160000.1.1
    * modello-2.5.1-160000.1.1
    * apache-commons-daemon-javadoc-1.4.1-160000.1.1
    * jline3-console-ui-3.30.6-160000.1.1
    * jline3-reader-3.30.6-160000.1.1
    * guice-jndi-6.0.0-160000.4.1
    * apache-commons-beanutils-1.11.0-160000.3.1
    * ant-apache-regexp-1.10.15-160000.3.1
    * google-guice-6.0.0-160000.4.1
    * auto-service-annotations-1.6.1-160000.3.1
  * SUSE Linux Enterprise Server 16.0 (aarch64 ppc64le s390x x86_64)
    * jline3-native-debuginfo-3.30.6-160000.1.1
    * jna-debuginfo-5.13.0-160000.3.1
    * jna-debugsource-5.13.0-160000.3.1
    * javapackages-tools-6.4.1-160000.1.1
    * jline3-debugsource-3.30.6-160000.1.1
    * apache-commons-daemon-debugsource-1.4.1-160000.1.1
    * apache-commons-daemon-1.4.1-160000.1.1
    * apache-commons-daemon-jsvc-debuginfo-1.4.1-160000.1.1
    * jline3-3.30.6-160000.1.1
    * jna-5.13.0-160000.3.1
    * apache-commons-daemon-jsvc-1.4.1-160000.1.1
    * jline3-jansi-3.30.6-160000.1.1
    * javapackages-filesystem-6.4.1-160000.1.1
    * jline3-native-3.30.6-160000.1.1
  * SUSE Linux Enterprise Server for SAP Applications 16.0 (noarch)
    * jline3-terminal-jni-3.30.6-160000.1.1
    * bouncycastle-javadoc-1.82-160000.1.1
    * geronimo-jaf-1_0_2-api-1.2-160000.3.1
    * slf4j-reload4j-1.7.36-160000.3.1
    * guava-javadoc-33.4.8-160000.1.1
    * guice-bom-6.0.0-160000.4.1
    * jackson-databind-javadoc-2.17.3-160000.3.1
    * junit5-javadoc-5.10.2-160000.3.1
    * ant-apache-log4j-1.10.15-160000.3.1
    * byte-buddy-agent-1.17.6-160000.1.1
    * apache-commons-logging-1.3.5-160000.1.1
    * ant-jdepend-1.10.15-160000.3.1
    * modello-maven-plugin-2.5.1-160000.1.1
    * slf4j-manual-1.7.36-160000.3.1
    * jna-contrib-5.13.0-160000.3.1
    * google-guice-javadoc-6.0.0-160000.4.1
    * jline3-terminal-3.30.6-160000.1.1
    * geronimo-saaj-1_1-api-1.2-160000.3.1
    * xmlunit-javadoc-1.6-160000.3.1
    * byte-buddy-maven-plugin-1.17.6-160000.1.1
    * junit5-guide-5.10.2-160000.3.1
    * ant-jakartamail-1.10.15-160000.3.1
    * slf4j-sources-1.7.36-160000.3.1
    * geronimo-jta-1_1-api-1.2-160000.3.1
    * guice-extensions-6.0.0-160000.4.1
    * geronimo-servlet-2_4-api-1.2-160000.3.1
    * geronimo-qname-1_1-api-1.2-160000.3.1
    * ant-jmf-1.10.15-160000.3.1
    * ant-apache-bcel-1.10.15-160000.3.1
    * ant-swing-1.10.15-160000.3.1
    * slf4j-1.7.36-160000.3.1
    * j2objc-annotations-3.0.0-160000.1.1
    * guava-testlib-33.4.8-160000.1.1
    * jline3-console-3.30.6-160000.1.1
    * auto-1.6.1-160000.3.1
    * ant-commons-net-1.10.15-160000.3.1
    * auto-common-1.6.1-160000.3.1
    * log4j-over-slf4j-1.7.36-160000.3.1
    * guice-assistedinject-6.0.0-160000.4.1
    * guice-jmx-6.0.0-160000.4.1
    * sisu-mojos-0.9.0.M4-160000.1.1
    * auto-value-annotations-1.6.1-160000.3.1
    * ant-junit-1.10.15-160000.3.1
    * auto-service-aggregator-1.6.1-160000.3.1
    * slf4j-javadoc-1.7.36-160000.3.1
    * geronimo-jms-1_1-api-1.2-160000.3.1
    * geronimo-jta-1_0_1B-api-1.2-160000.3.1
    * byte-buddy-javadoc-1.17.6-160000.1.1
    * icu4j-javadoc-73.1-160000.4.1
    * jline3-remote-telnet-3.30.6-160000.1.1
    * google-gson-2.8.9-160000.3.1
    * auto-javadoc-1.6.1-160000.3.1
    * jspecify-1.0.0-160000.1.1
    * geronimo-servlet-2_5-api-1.2-160000.3.1
    * geronimo-j2ee-connector-1_5-api-1.2-160000.3.1
    * icu4j-73.1-160000.4.1
    * sisu-javadoc-0.9.0.M4-160000.1.1
    * byte-buddy-1.17.6-160000.1.1
    * bouncycastle-pkix-1.82-160000.1.1
    * junit5-5.10.2-160000.3.1
    * xz-java-1.10-160000.3.1
    * jline3-jansi-core-3.30.6-160000.1.1
    * ant-1.10.15-160000.3.1
    * apache-commons-beanutils-javadoc-1.11.0-160000.3.1
    * python313-javapackages-6.4.1-160000.1.1
    * jna-javadoc-5.13.0-160000.3.1
    * sisu-mojos-javadoc-0.9.0.M4-160000.1.1
    * apache-commons-dbcp-2.1.1-160000.3.1
    * xz-java-javadoc-1.10-160000.3.1
    * bouncycastle-util-1.82-160000.1.1
    * auto-value-parent-1.6.1-160000.3.1
    * guice-grapher-6.0.0-160000.4.1
    * guice-servlet-6.0.0-160000.4.1
    * ant-commons-logging-1.10.15-160000.3.1
    * jline3-style-3.30.6-160000.1.1
    * javapackages-ivy-6.4.1-160000.1.1
    * slf4j-jcl-1.7.36-160000.3.1
    * jline3-builtins-3.30.6-160000.1.1
    * auto-value-1.6.1-160000.3.1
    * icu4j-charset-73.1-160000.4.1
    * ant-manual-1.10.15-160000.3.1
    * auto-service-1.6.1-160000.3.1
    * guice-parent-6.0.0-160000.4.1
    * bouncycastle-jmail-1.82-160000.1.1
    * jackson-databind-2.17.3-160000.3.1
    * exec-maven-plugin-javadoc-3.5.1-160000.1.1
    * ant-apache-xalan2-1.10.15-160000.3.1
    * geronimo-jaf-1_1-api-1.2-160000.3.1
    * apache-commons-dbcp-javadoc-2.1.1-160000.3.1
    * jline3-terminal-jansi-3.30.6-160000.1.1
    * jline3-terminal-jna-3.30.6-160000.1.1
    * ant-jsch-1.10.15-160000.3.1
    * bouncycastle-1.82-160000.1.1
    * sisu-inject-0.9.0.M4-160000.1.1
    * ant-xz-1.10.15-160000.3.1
    * slf4j-jdk14-1.7.36-160000.3.1
    * ant-apache-oro-1.10.15-160000.3.1
    * junit5-minimal-javadoc-5.10.2-160000.3.1
    * junit5-bom-5.10.2-160000.3.1
    * junit5-minimal-5.10.2-160000.3.1
    * ant-imageio-1.10.15-160000.3.1
    * ant-junit5-1.10.15-160000.3.1
    * apache-commons-codec-1.18.0-160000.1.1
    * apache-commons-cli-javadoc-1.10.0-160000.1.1
    * bouncycastle-pg-1.82-160000.1.1
    * bouncycastle-mail-1.82-160000.1.1
    * modello-javadoc-2.5.1-160000.1.1
    * google-gson-javadoc-2.8.9-160000.3.1
    * guava-33.4.8-160000.1.1
    * icu4j-localespi-73.1-160000.4.1
    * j2objc-annotations-javadoc-3.0.0-160000.1.1
    * jline3-curses-3.30.6-160000.1.1
    * sisu-plexus-0.9.0.M4-160000.1.1
    * ant-apache-bsf-1.10.15-160000.3.1
    * geronimo-jaxrpc-1_1-api-1.2-160000.3.1
    * modello-maven-plugin-javadoc-2.5.1-160000.1.1
    * xmlunit-1.6-160000.3.1
    * jline3-javadoc-3.30.6-160000.1.1
    * exec-maven-plugin-3.5.1-160000.1.1
    * bouncycastle-tls-1.82-160000.1.1
    * ant-scripts-1.10.15-160000.3.1
    * ant-testutil-1.10.15-160000.3.1
    * javapackages-local-6.4.1-160000.1.1
    * ant-antlr-1.10.15-160000.3.1
    * ant-javamail-1.10.15-160000.3.1
    * slf4j-ext-1.7.36-160000.3.1
    * geronimo-jpa-3_0-api-1.2-160000.3.1
    * geronimo-annotation-1_0-api-1.2-160000.3.1
    * guice-throwingproviders-6.0.0-160000.4.1
    * ant-apache-resolver-1.10.15-160000.3.1
    * apache-commons-cli-1.10.0-160000.1.1
    * jcl-over-slf4j-1.7.36-160000.3.1
    * jul-to-slf4j-1.7.36-160000.3.1
    * apache-commons-codec-javadoc-1.18.0-160000.1.1
    * modello-2.5.1-160000.1.1
    * apache-commons-daemon-javadoc-1.4.1-160000.1.1
    * jline3-console-ui-3.30.6-160000.1.1
    * jline3-reader-3.30.6-160000.1.1
    * guice-jndi-6.0.0-160000.4.1
    * apache-commons-beanutils-1.11.0-160000.3.1
    * ant-apache-regexp-1.10.15-160000.3.1
    * google-guice-6.0.0-160000.4.1
    * auto-service-annotations-1.6.1-160000.3.1
  * SUSE Linux Enterprise Server for SAP Applications 16.0 (ppc64le x86_64)
    * jline3-native-debuginfo-3.30.6-160000.1.1
    * jna-debuginfo-5.13.0-160000.3.1
    * jna-debugsource-5.13.0-160000.3.1
    * javapackages-tools-6.4.1-160000.1.1
    * jline3-debugsource-3.30.6-160000.1.1
    * apache-commons-daemon-debugsource-1.4.1-160000.1.1
    * apache-commons-daemon-1.4.1-160000.1.1
    * apache-commons-daemon-jsvc-debuginfo-1.4.1-160000.1.1
    * jline3-3.30.6-160000.1.1
    * jna-5.13.0-160000.3.1
    * apache-commons-daemon-jsvc-1.4.1-160000.1.1
    * jline3-jansi-3.30.6-160000.1.1
    * javapackages-filesystem-6.4.1-160000.1.1
    * jline3-native-3.30.6-160000.1.1

## References:

  * https://bugzilla.suse.com/show_bug.cgi?id=1245914
  * https://bugzilla.suse.com/show_bug.cgi?id=1245931
  * https://bugzilla.suse.com/show_bug.cgi?id=1245969

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.suse.com/pipermail/sle-updates/attachments/20260203/84a75743/attachment-0001.htm>


More information about the sle-updates mailing list