Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the dev-dependencies group across 1 directory with 22 updates #156

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 6, 2024

Bumps the dev-dependencies group with 22 updates in the /symja_android_library directory:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.16.1 2.17.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.16.1 2.17.1
io.undertow:undertow-core 2.3.10.Final 2.3.13.Final
io.undertow:undertow-servlet 2.3.10.Final 2.3.13.Final
it.unimi.dsi:fastutil 8.5.12 8.5.13
it.unimi.dsi:fastutil-core 8.5.12 8.5.13
org.hipparchus:hipparchus-clustering 3.1-SNAPSHOT 3.1
org.hipparchus:hipparchus-fft 3.1-SNAPSHOT 3.1
org.hipparchus:hipparchus-fitting 3.1-SNAPSHOT 3.1
org.hipparchus:hipparchus-ode 3.1-SNAPSHOT 3.1
org.hipparchus:hipparchus-optim 3.1-SNAPSHOT 3.1
org.biojava:biojava-core 7.0.2 7.1.1
org.biojava:biojava-alignment 7.0.2 7.1.1
org.apache.logging.log4j:log4j-api 2.22.1 2.23.1
org.apache.logging.log4j:log4j-core 2.22.1 2.23.1
org.apache.logging.log4j:log4j-1.2-api 2.22.1 2.23.1
org.apache.logging.log4j:log4j-slf4j-impl 2.22.1 2.23.1
org.apache.arrow:arrow-vector 14.0.2 16.0.0
org.apache.arrow:arrow-memory-netty 14.0.2 16.0.0
com.tngtech.archunit:archunit-junit5 1.2.1 1.3.0
org.junit.jupiter:junit-jupiter-engine 5.10.1 5.10.2
org.junit.vintage:junit-vintage-engine 5.10.1 5.10.2

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.1

Commits

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.1 to 2.17.1

Updates io.undertow:undertow-core from 2.3.10.Final to 2.3.13.Final

Commits
  • 2b13a06 Prepare 2.3.13.Final
  • 313bd6c Merge pull request #1573 from baranowb/UNDERTOW-2291_2
  • 775b805 Merge pull request #1535 from rhusar/contributing-guide-fixes
  • 485fd79 Merge pull request #1581 from fl4via/UNDERTOW-2264
  • a635db5 Merge pull request #1565 from aogburn/03749756
  • 6c7cb58 Merge pull request #1580 from fl4via/UNDERTOW-2374
  • 0410f3c [UNDERTOW-2264] CVE-2023-1973 Force session timeout to 2 minutes when session...
  • 3e8a596 [UNDERTOW-2374] Move the check for allowUnescapedCharactersInUrl to outside o...
  • 4b8a8c1 [UNDERTOW-2291] Shush jdoc and compile warning obfuscating console
  • ddb4aee Merge pull request #1561 from ropalka/UNDERTOW-2347
  • Additional commits viewable in compare view

Updates io.undertow:undertow-servlet from 2.3.10.Final to 2.3.13.Final

Commits
  • 2b13a06 Prepare 2.3.13.Final
  • 313bd6c Merge pull request #1573 from baranowb/UNDERTOW-2291_2
  • 775b805 Merge pull request #1535 from rhusar/contributing-guide-fixes
  • 485fd79 Merge pull request #1581 from fl4via/UNDERTOW-2264
  • a635db5 Merge pull request #1565 from aogburn/03749756
  • 6c7cb58 Merge pull request #1580 from fl4via/UNDERTOW-2374
  • 0410f3c [UNDERTOW-2264] CVE-2023-1973 Force session timeout to 2 minutes when session...
  • 3e8a596 [UNDERTOW-2374] Move the check for allowUnescapedCharactersInUrl to outside o...
  • 4b8a8c1 [UNDERTOW-2291] Shush jdoc and compile warning obfuscating console
  • ddb4aee Merge pull request #1561 from ropalka/UNDERTOW-2347
  • Additional commits viewable in compare view

Updates it.unimi.dsi:fastutil from 8.5.12 to 8.5.13

Changelog

Sourced from it.unimi.dsi:fastutil's changelog.

8.5.13

  • Thanks to Chanoch Goldfeder for fixing a number of bugs in ImmutableList.

  • Thanks to Barak Ugav for implementing a faster ArrayList.removeIf() and fixing a bug in back().

Commits

Updates it.unimi.dsi:fastutil-core from 8.5.12 to 8.5.13

Changelog

Sourced from it.unimi.dsi:fastutil-core's changelog.

8.5.13

  • Thanks to Chanoch Goldfeder for fixing a number of bugs in ImmutableList.

  • Thanks to Barak Ugav for implementing a faster ArrayList.removeIf() and fixing a bug in back().

Commits

Updates org.hipparchus:hipparchus-clustering from 3.1-SNAPSHOT to 3.1

Release notes

Sourced from org.hipparchus:hipparchus-clustering's releases.

Hipparchus 3.1

Version 3.1 is a maintenance release.

Highlights in the 3.1 release are:

  • Add public, static access to integrators name.
  • Add possibility to use real coefficients for Butcher array based Field integrators.
  • Added constrained optimization. Thanks to Francesco Rocca.
  • Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
  • Add default implementations in CalculusFieldElement and inheritors.
  • Add square method to CalculusFieldElement.
  • Added Gauss-Markov order 1 autoregressive process generation.
  • Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
  • Allow variable arguments for building PolynomialFunction.
  • Extracted class JacobiKey from PolynomialsUtils.
  • Allow retrieving correct Cardan/Euler angles even at singularity.
  • Improved performance of Gradient.
  • Replace uses of scalar multiplication on Field one.
  • Rework interfaces for Derivative and FieldDerivative.
  • Several bug fixes in field classes and rotation
Changelog

Sourced from org.hipparchus:hipparchus-clustering's changelog.

          Hipparchus 3.1 RELEASE NOTES

The Hipparchus team is pleased to announce the release of hipparchus-3.1

The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.

This is a maintenance release. It includes several bugfixes and improvements, and adds one important feature: constrained optimization! Other additions are Gauss-Markov order 1 autoregressive process generation and GCD/LCM to {Big}Fraction.

Changes in this version include:

New features: o issues/269: Add public, static access to integrators name. o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators. o issues/296: Added constrained optimization. Thanks to Francesco Rocca. o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer. o issues/281: Add default implementations in CalculusFieldElement and inheritors. o issues/280: Add square method to CalculusFieldElement.

Fixed Bugs: o issues/290: Fixes regressions with Field in event detection. o issues/291: Fix broken newInstance method for FieldTuple.

Changes: o issues/277: Improved release guide. Thanks to Bryan. o issues/333: Added Gauss-Markov order 1 autoregressive process generation. o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap. o issues/327: Allow variable arguments for building PolynomialFunction. o issues/322: Extracted class JacobiKey from PolynomialsUtils. o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity. o issues/302: Improved performance of Gradient. o issues/288: Replace uses of scalar multiplication on Field one. o issues/286: Rework interfaces for Derivative and FieldDerivative.

For complete information on Hipparchus, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Hipparchus website:

https://www.hipparchus.org/

Commits

Updates org.hipparchus:hipparchus-fft from 3.1-SNAPSHOT to 3.1

Release notes

Sourced from org.hipparchus:hipparchus-fft's releases.

Hipparchus 3.1

Version 3.1 is a maintenance release.

Highlights in the 3.1 release are:

  • Add public, static access to integrators name.
  • Add possibility to use real coefficients for Butcher array based Field integrators.
  • Added constrained optimization. Thanks to Francesco Rocca.
  • Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
  • Add default implementations in CalculusFieldElement and inheritors.
  • Add square method to CalculusFieldElement.
  • Added Gauss-Markov order 1 autoregressive process generation.
  • Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
  • Allow variable arguments for building PolynomialFunction.
  • Extracted class JacobiKey from PolynomialsUtils.
  • Allow retrieving correct Cardan/Euler angles even at singularity.
  • Improved performance of Gradient.
  • Replace uses of scalar multiplication on Field one.
  • Rework interfaces for Derivative and FieldDerivative.
  • Several bug fixes in field classes and rotation
Changelog

Sourced from org.hipparchus:hipparchus-fft's changelog.

          Hipparchus 3.1 RELEASE NOTES

The Hipparchus team is pleased to announce the release of hipparchus-3.1

The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.

This is a maintenance release. It includes several bugfixes and improvements, and adds one important feature: constrained optimization! Other additions are Gauss-Markov order 1 autoregressive process generation and GCD/LCM to {Big}Fraction.

Changes in this version include:

New features: o issues/269: Add public, static access to integrators name. o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators. o issues/296: Added constrained optimization. Thanks to Francesco Rocca. o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer. o issues/281: Add default implementations in CalculusFieldElement and inheritors. o issues/280: Add square method to CalculusFieldElement.

Fixed Bugs: o issues/290: Fixes regressions with Field in event detection. o issues/291: Fix broken newInstance method for FieldTuple.

Changes: o issues/277: Improved release guide. Thanks to Bryan. o issues/333: Added Gauss-Markov order 1 autoregressive process generation. o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap. o issues/327: Allow variable arguments for building PolynomialFunction. o issues/322: Extracted class JacobiKey from PolynomialsUtils. o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity. o issues/302: Improved performance of Gradient. o issues/288: Replace uses of scalar multiplication on Field one. o issues/286: Rework interfaces for Derivative and FieldDerivative.

For complete information on Hipparchus, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Hipparchus website:

https://www.hipparchus.org/

Commits

Updates org.hipparchus:hipparchus-fitting from 3.1-SNAPSHOT to 3.1

Release notes

Sourced from org.hipparchus:hipparchus-fitting's releases.

Hipparchus 3.1

Version 3.1 is a maintenance release.

Highlights in the 3.1 release are:

  • Add public, static access to integrators name.
  • Add possibility to use real coefficients for Butcher array based Field integrators.
  • Added constrained optimization. Thanks to Francesco Rocca.
  • Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
  • Add default implementations in CalculusFieldElement and inheritors.
  • Add square method to CalculusFieldElement.
  • Added Gauss-Markov order 1 autoregressive process generation.
  • Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
  • Allow variable arguments for building PolynomialFunction.
  • Extracted class JacobiKey from PolynomialsUtils.
  • Allow retrieving correct Cardan/Euler angles even at singularity.
  • Improved performance of Gradient.
  • Replace uses of scalar multiplication on Field one.
  • Rework interfaces for Derivative and FieldDerivative.
  • Several bug fixes in field classes and rotation
Changelog

Sourced from org.hipparchus:hipparchus-fitting's changelog.

          Hipparchus 3.1 RELEASE NOTES

The Hipparchus team is pleased to announce the release of hipparchus-3.1

The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.

This is a maintenance release. It includes several bugfixes and improvements, and adds one important feature: constrained optimization! Other additions are Gauss-Markov order 1 autoregressive process generation and GCD/LCM to {Big}Fraction.

Changes in this version include:

New features: o issues/269: Add public, static access to integrators name. o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators. o issues/296: Added constrained optimization. Thanks to Francesco Rocca. o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer. o issues/281: Add default implementations in CalculusFieldElement and inheritors. o issues/280: Add square method to CalculusFieldElement.

Fixed Bugs: o issues/290: Fixes regressions with Field in event detection. o issues/291: Fix broken newInstance method for FieldTuple.

Changes: o issues/277: Improved release guide. Thanks to Bryan. o issues/333: Added Gauss-Markov order 1 autoregressive process generation. o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap. o issues/327: Allow variable arguments for building PolynomialFunction. o issues/322: Extracted class JacobiKey from PolynomialsUtils. o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity. o issues/302: Improved performance of Gradient. o issues/288: Replace uses of scalar multiplication on Field one. o issues/286: Rework interfaces for Derivative and FieldDerivative.

For complete information on Hipparchus, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Hipparchus website:

https://www.hipparchus.org/

Commits

Updates org.hipparchus:hipparchus-ode from 3.1-SNAPSHOT to 3.1

Release notes

Sourced from org.hipparchus:hipparchus-ode's releases.

Hipparchus 3.1

Version 3.1 is a maintenance release.

Highlights in the 3.1 release are:

  • Add public, static access to integrators name.
  • Add possibility to use real coefficients for Butcher array based Field integrators.
  • Added constrained optimization. Thanks to Francesco Rocca.
  • Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
  • Add default implementations in CalculusFieldElement and inheritors.
  • Add square method to CalculusFieldElement.
  • Added Gauss-Markov order 1 autoregressive process generation.
  • Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
  • Allow variable arguments for building PolynomialFunction.
  • Extracted class JacobiKey from PolynomialsUtils.
  • Allow retrieving correct Cardan/Euler angles even at singularity.
  • Improved performance of Gradient.
  • Replace uses of scalar multiplication on Field one.
  • Rework interfaces for Derivative and FieldDerivative.
  • Several bug fixes in field classes and rotation
Changelog

Sourced from org.hipparchus:hipparchus-ode's changelog.

          Hipparchus 3.1 RELEASE NOTES

The Hipparchus team is pleased to announce the release of hipparchus-3.1

The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.

This is a maintenance release. It includes several bugfixes and improvements, and adds one important feature: constrained optimization! Other additions are Gauss-Markov order 1 autoregressive process generation and GCD/LCM to {Big}Fraction.

Changes in this version include:

New features: o issues/269: Add public, static access to integrators name. o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators. o issues/296: Added constrained optimization. Thanks to Francesco Rocca. o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer. o issues/281: Add default implementations in CalculusFieldElement and inheritors. o issues/280: Add square method to CalculusFieldElement.

Fixed Bugs: o issues/290: Fixes regressions with Field in event detection. o issues/291: Fix broken newInstance method for FieldTuple.

Changes: o issues/277: Improved release guide. Thanks to Bryan. o issues/333: Added Gauss-Markov order 1 autoregressive process generation. o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap. o issues/327: Allow variable arguments for building PolynomialFunction. o issues/322: Extracted class JacobiKey from PolynomialsUtils. o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity. o issues/302: Improved performance of Gradient. o issues/288: Replace uses of scalar multiplication on Field one. o issues/286: Rework interfaces for Derivative and FieldDerivative.

For complete information on Hipparchus, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Hipparchus website:

https://www.hipparchus.org/

Commits

Updates org.hipparchus:hipparchus-optim from 3.1-SNAPSHOT to 3.1

Release notes

Sourced from org.hipparchus:hipparchus-optim's releases.

Hipparchus 3.1

Version 3.1 is a maintenance release.

Highlights in the 3.1 release are:

  • Add public, static access to integrators name.
  • Add possibility to use real coefficients for Butcher array based Field integrators.
  • Added constrained optimization. Thanks to Francesco Rocca.
  • Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer.
  • Add default implementations in CalculusFieldElement and inheritors.
  • Add square method to CalculusFieldElement.
  • Added Gauss-Markov order 1 autoregressive process generation.
  • Added equals and hashCode to OpenIntTo{Double|Field}HashMap.
  • Allow variable arguments for building PolynomialFunction.
  • Extracted class JacobiKey from PolynomialsUtils.
  • Allow retrieving correct Cardan/Euler angles even at singularity.
  • Improved performance of Gradient.
  • Replace uses of scalar multiplication on Field one.
  • Rework interfaces for Derivative and FieldDerivative.
  • Several bug fixes in field classes and rotation
Changelog

Sourced from org.hipparchus:hipparchus-optim's changelog.

          Hipparchus 3.1 RELEASE NOTES

The Hipparchus team is pleased to announce the release of hipparchus-3.1

The Hipparchus library is a library of mathematical components. It started as a fork of Apache Commons Math.

This is a maintenance release. It includes several bugfixes and improvements, and adds one important feature: constrained optimization! Other additions are Gauss-Markov order 1 autoregressive process generation and GCD/LCM to {Big}Fraction.

Changes in this version include:

New features: o issues/269: Add public, static access to integrators name. o issues/300: Add possibility to use real coefficients for Butcher array based Field integrators. o issues/296: Added constrained optimization. Thanks to Francesco Rocca. o issues/294: Added GCD and LCM to {Big}Fraction. Thanks to Axel Kramer. o issues/281: Add default implementations in CalculusFieldElement and inheritors. o issues/280: Add square method to CalculusFieldElement.

Fixed Bugs: o issues/290: Fixes regressions with Field in event detection. o issues/291: Fix broken newInstance method for FieldTuple.

Changes: o issues/277: Improved release guide. Thanks to Bryan. o issues/333: Added Gauss-Markov order 1 autoregressive process generation. o issues/289: Added equals and hashCode to OpenIntTo{Double|Field}HashMap. o issues/327: Allow variable arguments for building PolynomialFunction. o issues/322: Extracted class JacobiKey from PolynomialsUtils. o issues/304: Allow retrieving correct Cardan/Euler angles even at singularity. o issues/302: Improved performance of Gradient. o issues/288: Replace uses of scalar multiplication on Field one. o issues/286: Rework interfaces for Derivative and FieldDerivative.

For complete information on Hipparchus, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Hipparchus website:

https://www.hipparchus.org/

Commits

Updates org.biojava:biojava-core from 7.0.2 to 7.1.1

Release notes

Sourced from org.biojava:biojava-core's releases.

BioJava 7.1.1

Fixed

  • Now mmCIF files that have no author fields in atom_site can be read (e.g. from PyMol or ESMAtlas) #775 #1083
  • No evaluations of arguments in debug level log statements #1086 #789

Removed

  • Minor removal from biojava-core: FileDownloadUtils::copy, replaced by Files::copy

BioJava 7.1.0

Added

  • Class FastaStreamer to read FASTA-formatted files using Java streams

Fixed

  • Various minor fixes for code smells
  • Some dependency upgrades
  • Now using Jakarta as the JAXB implementation #1076
  • Fixed SCOP URL #1077
Changelog

Sourced from org.biojava:biojava-core's changelog.

BioJava 7.1.1

Fixed

  • Now mmCIF files that have no author fields in atom_site can be read (e.g. from PyMol or ESMAtlas) #775 #1083
  • No evaluations of arguments in debug level log statements #1086 #789

Removed

  • Minor removal from biojava-core: FileDownloadUtils::copy, replaced by Files::copy

BioJava 7.1.0

Added

  • Class FastaStreamer to read FASTA-formatted files using Java streams

Fixed

  • Various minor fixes for code smells
  • Some dependency upgrades
  • Now using Jakarta as the JAXB implementation #1076
  • Fixed SCOP URL #1077
Commits
  • 3eaf165 [maven-release-plugin] prepare release biojava-7.1.1
  • 7ed50c1 Updating changelog for next release
  • 81e0544 Merge pull request #1086 from jlerbsc/master
  • f94e577 Merge pull request #1085 from josemduarte/miscfixes
  • 1ac29b3 fix sonar issue 2629 Logging arguments should not require evaluation
  • 7f8f95e Typo
  • 874ce88 Merge remote-tracking branch 'origin/master'
  • de0ef2a Docs
  • 8b0c430 Merge pull request #1083 from josemduarte/parseEsmCifFix
  • df2e83d Merge branch 'master' into miscfixes
  • Additional commits viewable in compare view

Updates org.biojava:biojava-alignment from 7.0.2 to 7.1.1

Release notes

Sourced from org.biojava:biojava-alignment's releases.

BioJava 7.1.1

Fixed

  • Now mmCIF files that have no author fields in atom_site can be read (e.g. from PyMol or ESMAtlas) #775 #1083
  • No evaluations of arguments in debug level log statements #1086 #789

Removed

  • Minor removal from biojava-core: FileDownloadUtils::copy, replaced by Files::copy

BioJava 7.1.0

Added

  • Class FastaStreamer to read FASTA-formatted files using Java streams

Fixed

  • Various minor fixes for code smells
  • Some dependency upgrades
  • Now using Jakarta as the JAXB implementation #1076
  • Fixed SCOP URL #1077
Changelog

Sourced from org.biojava:biojava-alignment's changelog.

BioJava 7.1.1

Fixed

  • Now mmCIF files that have no author fields in atom_site can be read (e.g. from PyMol or ESMAtlas) #775 #1083
  • No evaluations of arguments in debug level log statements #1086 #789

Removed

  • Minor removal from biojava-core: FileDownloadUtils::copy, replaced by Files::copy

BioJava 7.1.0

Added

  • Class FastaStreamer to read FASTA-formatted files using Java streams

Fixed

  • Various minor fixes for code smells
  • Some dependency upgrades
  • Now using Jakarta as the JAXB implementation #1076
  • Fixed SCOP URL #1077
Commits
  • 3eaf165 [maven-release-plugin] prepare release biojava-7.1.1
  • 7ed50c1 Updating changelog for next release
  • 81e0544 Merge pull request #1086 from jlerbsc/master
  • f94e577 Merge pull request #1085 from josemduarte/miscfixes
  • 1ac29b3 fix sonar issue 2629 Logging arguments should not require evaluation
  • 7f8f95e Typo
  • 874ce88 Merge remote-tracking branch 'origin/master'
  • de0ef2a Docs
  • 8b0c430 Merge pull request #1083 from josemduarte/parseEsmCifFix
  • df2e83d Merge branch 'master' into miscfixes
  • Additional commits viewable in compare view

Updates org.apache.logging.log4j:log4j-api from 2.22.1 to 2.23.1

Updates org.apache.logging.log4j:log4j-core from 2.22.1 to 2.23.1

Updates org.apache.logging.log4j:log4j-1.2-api from 2.22.1 to 2.23.1

Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.22.1 to 2.23.1

Updates org.apache.arrow:arrow-vector from 14.0.2 to 16.0.0

Commits
  • 6a28035 MINOR: [Release] Update versions for 16.0.0
  • 4cd1b34 MINOR: [Release] Update .deb/.rpm changelogs for 16.0.0
  • 2847737 MINOR: [Release] Update CHANGELOG.md for 16.0.0
  • eb5f162 GH-41201: [C++] Fix mistake in integration test. Explicitly cast std::string ...
  • 5a146ed GH-35081: [Python] construct pandas.DataFrame with public API in to_pandas ...
  • b7187ad GH-41227: [CI][Release][GLib][Conda] Unpin gobject-introspection (#41228)
  • 9cb361c GH-41121: [C++] Fix: left anti join filter empty rows. (#41122)
  • 1e40252 GH-41016: [C++] Fix null count check in BooleanArray.true_count() (#41070)
  • 0d3af8d GH-41098: [Python] Add copy keyword in Array.array for numpy 2.0+ compati...
  • 0d1a016 GH-39848: [Python][Packaging] Build pyarrow wheels with numpy RC instead of n...
  • Additional commits viewable in compare view

Updates org.apache.arrow:arrow-memory-netty from 14.0.2 to 16.0.0

Updates com.tngtech.archunit:archunit-junit5 from 1.2.1 to 1.3.0

Release notes

Sourced from com.tngtech.archunit:archunit-junit5's releases.

ArchUnit 1.3.0

Bug Fixes

  • Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see #1224)
  • Fix OnionArchitecture losing withOptionalLayers() on description override (see #1185)
  • Fix JavaType.getAllInvolvedRawTypes() recursing infinitely for recursive type definitions (see #1237)
  • Fix @ArchTest fields in base classes of @ArchIgnored classes not being ignored (see #1277)

Enhancements

Core

  • Add support for Java 23 (see #1275; thanks a lot to @​hankem)
  • New method JavaType.traverseSignature(..) to examine parts of a type signature more conveniently (see 8456198a22c07270f032440acef4acb02b9e5193 of #1276)

Lang

  • Make handling specific violating object types with ViolationHandler more convenient (see #1251)

Library

  • Jakarta EE annotations are now considered in GeneralCodingRules.NO_CLASSES_SHOULD_USE_FIELD_INJECTION (see #1285; thanks a lot to @​hankem)
  • PlantUML rules now ignore dependencies between unparsable objects (e.g. a database instead of a regular component) (see #1132; thanks a lot to @​tfij)
  • PlantUML rules now optionally support the component keyword in component [Example] <<..example..>> (see #1223; thanks a lot to @​tfij)

JUnit

  • @ArchTests included via ArchTests.in(..) now report their full "inclusion path" in the test report (see #452, #1279)
  • Specific @ArchTest rules can now be executed by setting the ArchUnit property junit.testFilter=rule_field_name / setting the system property -Darchunit.junit.testFilter=... (compare the user guide; see #1280)

Further Acknowledgement

ArchUnit 1.2.2

Bug Fixes

  • Fix ArchUnit importer being unable to import classes from Spring Boot Nested jars (see #1224)
Commits
  • dc7238f prepare release 1.3.0
  • e4fa41e update ArchUnit-Examples dependencies on release (#1290)
  • 0101fe0 update ArchUnit-Examples dependencies on release
  • 2ea0e72 Bump com.gradle.enterprise from 3.17 to 3.17.1
  • 6e20006 Extend user guide's domain model overview (#1221)
  • fe1ef05 upgrade asciidoctor dependencies
  • 8da60d5 hide empty fields & methods of class diagrams
  • 3489966 render PlantUML diagrams as (interactive) SVGs
  • 3a1d857 remove AccessTarget hierarchy from domain model overview diagram
  • 7873bd1 extend domain model overview diagram
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.10.1 to 5.10.2

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.1...r5.10.2

Commits
  • 4c0ddda Release 5.10.2
  • 463a147 Finalize release notes for 5.10.2
  • 43c105a Revert "Apply method predicate before searching type hierarchy"
  • 63d464d Revert "Harmonize application of method and field filters in search algorithms"
  • 85ec2fc Revert "Apply field predicate before searching type hierarchy"
  • 6209006 Update release notes
  • 5ee499f Fix CI build
  • d919ba7 Namespace user-specific build parameters
  • e26cd83 Prepare release notes for 5.10.2
  • ec8d428 Include LauncherInterceptor in launcher module declaration
  • Additional commits viewable in compare view

Updates org.junit.vintage:junit-vintage-engine from 5.10.1 to 5.10.2

Release notes

Sourced from org.junit.vintage:junit-vintage-engine's releases.

JUnit 5.10.2 = Platform 1.10.2 + Jupiter 5.10.2 + Vintage 5.10.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.10.1...r5.10.2

Commits
  • 4c0ddda Release 5.10.2
  • 463a147 Finalize release notes for 5.10.2
  • 43c105a Revert "Apply method predicate before searching type hierarchy"
  • 63d464d Revert "Harmonize application of method and field filters in search algorithms"
  • 85ec2fc Revert "Apply field predicate before searching type hierarchy"
  • 6209006 Update release notes
  • 5ee499f Fix CI build
  • d919ba7 Namespace user-specific build parameters
  • e26cd83 Prepare release notes for 5.10.2
  • ec8d428 Include LauncherInterceptor in launcher module declaration
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dev-dependencies group with 22 updates in the /symja_android_library directory:

| Package | From | To |
| --- | --- | --- |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.16.1` | `2.17.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.16.1` | `2.17.1` |
| [io.undertow:undertow-core](https://github.com/undertow-io/undertow) | `2.3.10.Final` | `2.3.13.Final` |
| [io.undertow:undertow-servlet](https://github.com/undertow-io/undertow) | `2.3.10.Final` | `2.3.13.Final` |
| [it.unimi.dsi:fastutil](https://github.com/vigna/fastutil) | `8.5.12` | `8.5.13` |
| [it.unimi.dsi:fastutil-core](https://github.com/vigna/fastutil) | `8.5.12` | `8.5.13` |
| [org.hipparchus:hipparchus-clustering](https://github.com/Hipparchus-Math/hipparchus) | `3.1-SNAPSHOT` | `3.1` |
| [org.hipparchus:hipparchus-fft](https://github.com/Hipparchus-Math/hipparchus) | `3.1-SNAPSHOT` | `3.1` |
| [org.hipparchus:hipparchus-fitting](https://github.com/Hipparchus-Math/hipparchus) | `3.1-SNAPSHOT` | `3.1` |
| [org.hipparchus:hipparchus-ode](https://github.com/Hipparchus-Math/hipparchus) | `3.1-SNAPSHOT` | `3.1` |
| [org.hipparchus:hipparchus-optim](https://github.com/Hipparchus-Math/hipparchus) | `3.1-SNAPSHOT` | `3.1` |
| [org.biojava:biojava-core](https://github.com/biojava/biojava) | `7.0.2` | `7.1.1` |
| [org.biojava:biojava-alignment](https://github.com/biojava/biojava) | `7.0.2` | `7.1.1` |
| org.apache.logging.log4j:log4j-api | `2.22.1` | `2.23.1` |
| org.apache.logging.log4j:log4j-core | `2.22.1` | `2.23.1` |
| org.apache.logging.log4j:log4j-1.2-api | `2.22.1` | `2.23.1` |
| org.apache.logging.log4j:log4j-slf4j-impl | `2.22.1` | `2.23.1` |
| [org.apache.arrow:arrow-vector](https://github.com/apache/arrow) | `14.0.2` | `16.0.0` |
| org.apache.arrow:arrow-memory-netty | `14.0.2` | `16.0.0` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.2.1` | `1.3.0` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` |
| [org.junit.vintage:junit-vintage-engine](https://github.com/junit-team/junit5) | `5.10.1` | `5.10.2` |



Updates `com.fasterxml.jackson.core:jackson-databind` from 2.16.1 to 2.17.1
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.16.1 to 2.17.1

Updates `io.undertow:undertow-core` from 2.3.10.Final to 2.3.13.Final
- [Commits](undertow-io/undertow@2.3.10.Final...2.3.13.Final)

Updates `io.undertow:undertow-servlet` from 2.3.10.Final to 2.3.13.Final
- [Commits](undertow-io/undertow@2.3.10.Final...2.3.13.Final)

Updates `it.unimi.dsi:fastutil` from 8.5.12 to 8.5.13
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/commits)

Updates `it.unimi.dsi:fastutil-core` from 8.5.12 to 8.5.13
- [Changelog](https://github.com/vigna/fastutil/blob/master/CHANGES)
- [Commits](https://github.com/vigna/fastutil/commits)

Updates `org.hipparchus:hipparchus-clustering` from 3.1-SNAPSHOT to 3.1
- [Release notes](https://github.com/Hipparchus-Math/hipparchus/releases)
- [Changelog](https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/Hipparchus-Math/hipparchus/commits/3.1)

Updates `org.hipparchus:hipparchus-fft` from 3.1-SNAPSHOT to 3.1
- [Release notes](https://github.com/Hipparchus-Math/hipparchus/releases)
- [Changelog](https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/Hipparchus-Math/hipparchus/commits/3.1)

Updates `org.hipparchus:hipparchus-fitting` from 3.1-SNAPSHOT to 3.1
- [Release notes](https://github.com/Hipparchus-Math/hipparchus/releases)
- [Changelog](https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/Hipparchus-Math/hipparchus/commits/3.1)

Updates `org.hipparchus:hipparchus-ode` from 3.1-SNAPSHOT to 3.1
- [Release notes](https://github.com/Hipparchus-Math/hipparchus/releases)
- [Changelog](https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/Hipparchus-Math/hipparchus/commits/3.1)

Updates `org.hipparchus:hipparchus-optim` from 3.1-SNAPSHOT to 3.1
- [Release notes](https://github.com/Hipparchus-Math/hipparchus/releases)
- [Changelog](https://github.com/Hipparchus-Math/hipparchus/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/Hipparchus-Math/hipparchus/commits/3.1)

Updates `org.biojava:biojava-core` from 7.0.2 to 7.1.1
- [Release notes](https://github.com/biojava/biojava/releases)
- [Changelog](https://github.com/biojava/biojava/blob/master/CHANGELOG.md)
- [Commits](biojava/biojava@biojava-7.0.2...biojava-7.1.1)

Updates `org.biojava:biojava-alignment` from 7.0.2 to 7.1.1
- [Release notes](https://github.com/biojava/biojava/releases)
- [Changelog](https://github.com/biojava/biojava/blob/master/CHANGELOG.md)
- [Commits](biojava/biojava@biojava-7.0.2...biojava-7.1.1)

Updates `org.apache.logging.log4j:log4j-api` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-core` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-1.2-api` from 2.22.1 to 2.23.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.22.1 to 2.23.1

Updates `org.apache.arrow:arrow-vector` from 14.0.2 to 16.0.0
- [Commits](apache/arrow@go/v14.0.2...go/v16.0.0)

Updates `org.apache.arrow:arrow-memory-netty` from 14.0.2 to 16.0.0

Updates `com.tngtech.archunit:archunit-junit5` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.2.1...v1.3.0)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

Updates `org.junit.vintage:junit-vintage-engine` from 5.10.1 to 5.10.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.1...r5.10.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: io.undertow:undertow-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: it.unimi.dsi:fastutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: it.unimi.dsi:fastutil-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.hipparchus:hipparchus-clustering
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: org.hipparchus:hipparchus-fft
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: org.hipparchus:hipparchus-fitting
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: org.hipparchus:hipparchus-ode
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: org.hipparchus:hipparchus-optim
  dependency-type: direct:production
  dependency-group: dev-dependencies
- dependency-name: org.biojava:biojava-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.biojava:biojava-alignment
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-1.2-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.apache.arrow:arrow-vector
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: org.apache.arrow:arrow-memory-netty
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels May 6, 2024
Copy link
Author

dependabot bot commented on behalf of github May 14, 2024

Superseded by #158.

@dependabot dependabot bot closed this May 14, 2024
@dependabot dependabot bot deleted the dependabot/maven/symja_android_library/dev-dependencies-ba823d9354 branch May 14, 2024 23:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants