Skip to content

Bump the patch-or-minor group across 1 directory with 17 updates#23

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/patch-or-minor-43782d480b
Closed

Bump the patch-or-minor group across 1 directory with 17 updates#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/patch-or-minor-43782d480b

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps the patch-or-minor group with 17 updates in the / directory:

Package From To
org.apache.jena:jena-arq 5.1.0 5.2.0
org.neo4j:neo4j 5.23.0 5.26.0
org.neo4j:neo4j-kernel 5.23.0 5.26.0
org.neo4j:neo4j-record-storage-engine 5.23.0 5.26.0
org.eclipse.rdf4j:rdf4j-model 5.0.2 5.1.0
org.eclipse.rdf4j:rdf4j-rio-turtle 5.0.2 5.1.0
org.eclipse.rdf4j:rdf4j-storage 5.0.2 5.1.0
org.eclipse.rdf4j:rdf4j-rio-api 5.0.2 5.1.0
com.fasterxml.jackson.core:jackson-core 2.17.2 2.18.2
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.17.2 2.18.2
com.fasterxml.jackson.core:jackson-databind 2.17.2 2.18.2
com.fasterxml.jackson.core:jackson-annotations 2.17.2 2.18.2
ch.qos.logback:logback-classic 1.5.8 1.5.14
org.junit.jupiter:junit-jupiter-api 5.11.0 5.11.4
org.codehaus.mojo:license-maven-plugin 2.4.0 2.5.0
org.apache.maven.plugins:maven-surefire-plugin 3.5.0 3.5.2
org.asciidoctor:asciidoctor-maven-plugin 3.0.0 3.1.1

Updates org.apache.jena:jena-arq from 5.1.0 to 5.2.0

Updates org.neo4j:neo4j from 5.23.0 to 5.26.0

Release notes

Sourced from org.neo4j:neo4j's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 17dc7f7 [CVE-2024-47535] Bump netty from 4.1.114.Final to 4.1.115.Final (#28549)
  • fd9d9bf Updated version in poms to 5.26.0
  • 5819944 Fixes an issue removing last dense rel property, if it was indexed
  • df27ebc Fix ValidatorsTest on Windows (#28272)
  • 0c73d52 Fix flaky test
  • e4a3d8e Fix flaky test assertion
  • 4d4c640 Use 22G03 as top-level code for all type errors (#28231)
  • 998297b Fix parquet import row group handling.
  • 077f259 Fix bug in error wrapping in QueryExecutionKernelException.asUserException.
  • 2455c87 Benchmarks replace logs group name with ARN (#28227)
  • Additional commits viewable in compare view

Updates org.neo4j:neo4j-kernel from 5.23.0 to 5.26.0

Release notes

Sourced from org.neo4j:neo4j-kernel's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 17dc7f7 [CVE-2024-47535] Bump netty from 4.1.114.Final to 4.1.115.Final (#28549)
  • fd9d9bf Updated version in poms to 5.26.0
  • 5819944 Fixes an issue removing last dense rel property, if it was indexed
  • df27ebc Fix ValidatorsTest on Windows (#28272)
  • 0c73d52 Fix flaky test
  • e4a3d8e Fix flaky test assertion
  • 4d4c640 Use 22G03 as top-level code for all type errors (#28231)
  • 998297b Fix parquet import row group handling.
  • 077f259 Fix bug in error wrapping in QueryExecutionKernelException.asUserException.
  • 2455c87 Benchmarks replace logs group name with ARN (#28227)
  • Additional commits viewable in compare view

Updates org.neo4j:neo4j-record-storage-engine from 5.23.0 to 5.26.0

Release notes

Sourced from org.neo4j:neo4j-record-storage-engine's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 17dc7f7 [CVE-2024-47535] Bump netty from 4.1.114.Final to 4.1.115.Final (#28549)
  • fd9d9bf Updated version in poms to 5.26.0
  • 5819944 Fixes an issue removing last dense rel property, if it was indexed
  • df27ebc Fix ValidatorsTest on Windows (#28272)
  • 0c73d52 Fix flaky test
  • e4a3d8e Fix flaky test assertion
  • 4d4c640 Use 22G03 as top-level code for all type errors (#28231)
  • 998297b Fix parquet import row group handling.
  • 077f259 Fix bug in error wrapping in QueryExecutionKernelException.asUserException.
  • 2455c87 Benchmarks replace logs group name with ARN (#28227)
  • Additional commits viewable in compare view

Updates org.neo4j:neo4j-kernel from 5.23.0 to 5.26.0

Release notes

Sourced from org.neo4j:neo4j-kernel's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 17dc7f7 [CVE-2024-47535] Bump netty from 4.1.114.Final to 4.1.115.Final (#28549)
  • fd9d9bf Updated version in poms to 5.26.0
  • 5819944 Fixes an issue removing last dense rel property, if it was indexed
  • df27ebc Fix ValidatorsTest on Windows (#28272)
  • 0c73d52 Fix flaky test
  • e4a3d8e Fix flaky test assertion
  • 4d4c640 Use 22G03 as top-level code for all type errors (#28231)
  • 998297b Fix parquet import row group handling.
  • 077f259 Fix bug in error wrapping in QueryExecutionKernelException.asUserException.
  • 2455c87 Benchmarks replace logs group name with ARN (#28227)
  • Additional commits viewable in compare view

Updates org.neo4j:neo4j-record-storage-engine from 5.23.0 to 5.26.0

Release notes

Sourced from org.neo4j:neo4j-record-storage-engine's releases.

Neo4j 1.9.0 stable release

The 1.9 release of Neo4j builds upon the previous 1.8 releases and brings extensive improvements in stability and performance. In addition, Neo4j 1.9 Enterprise introduces auto-clustering support, with dramatically simplified configuration and deployment for high demand production use.

  • Support for auto-clustering in Neo4j Enterprise, which replaces the previous Zookeeper based HA clustering, provides a streamlined deployment process and is much safer and more resilient in failure scenarios.
  • New neo4j-arbiter tool, which acts as a voting instance in a Neo4j cluster but does not keep a data store or handle transactions.
  • Addition of string manipulation, timestamp and other functions to the Cypher query language.
  • Improvements to memory utilization, which reduces working memory requirements and improves overall performance.
  • New REST endpoints for inspecting cluster status information (master, slave, etc).
  • Correction of several concurrency and performance issues.
  • Improvements to Online Backup in Neo4j Enterprise, including auto-detection of full vs incremental backup based on existing content at the backup location.
  • Updates to Neo4j server webadmin, including welcome pages for new users.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.9 does not require any explicit upgrade to persistent stores created using Neo4j 1.7 and 1.8 installations, however current users of Neo4j Enterprise must consult the documentation and update the cluster configuration. Please see the deployment and cluster upgrade sections of the Neo4j manual for more detail. Also note that Neo4j 1.9 is tested and supported with Oracle JRE 7. Users of previous Java versions should upgrade to Oracle JRE 7 when deploying Neo4j 1.9.

As part of the Neo4j 1.9 release, multiple behaviours and features of Neo4j have been declared as deprecated, in order to help users prepare for the removal of these in the next major Neo4j release. A list of deprecations can be found in the Neo4j manual.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Neo4j 1.8.0 stable release

The 1.8 release of Neo4j provides extensive improvements in stability and performance. As an incremental service release, Neo4j 1.8 builds upon the previous 1.6 and 1.7 releases and provides full backward compatibility.

This release includes the following corrections and improvements:

  • Correction of several concurrency issues affecting performance in multi- threaded configurations.
  • Correction of several concurrency issues that infrequently affect consistency of persisted data.
  • Optimization of high-availability (HA) protocols to increase write performance.
  • Support for zero-downtime rolling upgrades in HA clusters.
  • Improvements to transaction distribution in HA clusters, providing greater resistance to branching.
  • Configurable rotation of logical logs.
  • Support for streamed responses to REST API requests.
  • Support for bi-directional traversals, branch state and path expanders in the traversal framework.
  • Performance improvements to several graph algorithms.
  • Support in the Cypher language for writing graph data and updating auto-indexes (manual indexes are not supported).
  • Extensions to the Cypher language to allow the use of patterns as expressions and predicates.
  • Correction of several issues in the Cypher parser when using collections and when aggregating.
  • Improved error reporting in Cypher and more reliable statement parsing.
  • Support for explicit transactions in neo4j-shell.

It is recommended to upgrade all previous Neo4j installations to this release. Neo4j 1.8 does not require any explicit upgrade to persistent stores created using Neo4j 1.6 and 1.7 installations. Please see the deployment section of the Neo4j manual for more detail.

For a full summary of changes in this release, please review the CHANGES.TXT file contained within the distribution.

Commits
  • 17dc7f7 [CVE-2024-47535] Bump netty from 4.1.114.Final to 4.1.115.Final (#28549)
  • fd9d9bf Updated version in poms to 5.26.0
  • 5819944 Fixes an issue removing last dense rel property, if it was indexed
  • df27ebc Fix ValidatorsTest on Windows (#28272)
  • 0c73d52 Fix flaky test
  • e4a3d8e Fix flaky test assertion
  • 4d4c640 Use 22G03 as top-level code for all type errors (#28231)
  • 998297b Fix parquet import row group handling.
  • 077f259 Fix bug in error wrapping in QueryExecutionKernelException.asUserException.
  • 2455c87 Benchmarks replace logs group name with ARN (#28227)
  • Additional commits viewable in compare view

Updates org.eclipse.rdf4j:rdf4j-model from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-rio-turtle from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-storage from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-rio-api from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-rio-turtle from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-storage from 5.0.2 to 5.1.0

Updates org.eclipse.rdf4j:rdf4j-rio-api from 5.0.2 to 5.1.0

Updates com.fasterxml.jackson.core:jackson-core from 2.17.2 to 2.18.2

Commits
  • fc1bc93 [maven-release-plugin] prepare release jackson-core-2.18.2
  • 44f793e Prep for 2.18.2
  • 715ec43 Disable scorecard WF from 2.18
  • 88b4c94 fix issue with incorrect matches for some surrogate chars (#1360)
  • cc70bc2 Minor warnings removal
  • f5ed9e7 Warnings removal
  • 93335d4 Merge branch '2.17' into 2.18
  • 3ec9738 Back to snapshot dep
  • 88fc49b [maven-release-plugin] prepare for next development iteration
  • 44d1e78 [maven-release-plugin] prepare release jackson-core-2.17.3
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.17.2 to 2.18.2

Commits
  • c7edd07 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.2
  • 967f11f Prep for 2.18.2
  • e045611 Merge branch '2.17' into 2.18
  • 1e7c628 Back to snapshot dep
  • 1223dac [maven-release-plugin] prepare for next development iteration
  • b3771f9 [maven-release-plugin] prepare release jackson-dataformats-text-2.17.3
  • 683310e Prep for 2.17.3
  • 2c4830a Back to snapshot deps
  • 065f6f2 [maven-release-plugin] prepare for next development iteration
  • 4f3aa83 [maven-release-plugin] prepare release jackson-dataformats-text-2.18.1
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.2

Commits

Updates com.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.18.2

Commits

Updates ch.qos.logback:logback-classic from 1.5.8 to 1.5.14

Commits
  • 3ddf27b prepare release 1.5.14
  • d4804f9 fix incompatibile change, Spring-Boot issue 885
  • 3492bc8 start work on 1.5.14-SNAPSHOT
  • 32638aa prepare release 1.5.13
  • 0056a9c CORE_POOL_SIZE set to 4
  • 2cb6d52 remove JaninoEventEvaluator
  • 5f05041 prevent Server-Side Request Forgery (SSRF) attacks by ignoring external DTD f...
  • 6ddf918 remove StaxEventRecorder
  • 54cbd3f fix reproducibility issues with the /maven-bundle-plugin. See https://maven.a...
  • 433e168 ThreadPoolExecutor now uses LinkedBlockingQueue instead of SynchronousQueue. ...
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.11.0 to 5.11.4

Release notes

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

JUnit 5.11.4 = Platform 1.11.4 + Jupiter 5.11.4 + Vintage 5.11.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.11.3...r5.11.4

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.11.1...r5.11.2

JUnit 5.11.1 = Platform 1.11.1 + Jupiter 5.11.1 + Vintage 5.11.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.11.0...r5.11.1

Commits
  • 6430ba4 Release 5.11.4
  • d093121 Finalize 5.11.4 release notes
  • 0444353 Fix Maven integration tests on JDK 24
  • b5c7f4e Move #4153 to 5.11.4 release notes
  • b20c4e2 Ensure the XMLStreamWriter is closed after use
  • 6376f0a Configure Git username and email
  • 2b485c4 Set reference repo URI
  • 500b5a0 Inject username and password via new DSL
  • d671961 Update plugin gitPublish to v5
  • 3d11279 Add JAVA_25 to JRE enum
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:license-maven-plugin from 2.4.0 to 2.5.0

Release notes

Sourced from org.codehaus.mojo:license-maven-plugin's releases.

2.5.0

❗ NOTICE

Due to Doxia 2.x stack maven-site-plugin 3.20+ is required. https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

👻 Maintenance

... (truncated)

Commits
  • b9d9ed1 [maven-release-plugin] prepare release 2.5.0
  • b572848 Replace deprecated Component annotation
  • 10a9053 Bump org.apache.logging.log4j:log4j-to-slf4j from 2.24.1 to 2.24.2
  • b8b0461 Bump commons-io:commons-io from 2.17.0 to 2.18.0
  • 1407aaa Use WireMock in integration test
  • 21b2741 Move to jUnit5 (#608)
  • 922e838 Manage open streams in correct way
  • 602b393 licenseName is required (#607)
  • 75c0db6 Add Log4j2 to SLF4J Adapter
  • 1d0cc00 Update Doxia to 2.x stack
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.2

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.2

🚀 New features and improvements

📦 Dependency updates

👻 Maintenance

Full Changelog: apache/maven-surefire@surefire-3.5.1...surefire-3.5.2

3.5.1

🚀 New features and improvements

🐛 Bug Fixes

📦 Dependency updates

Bumps the patch-or-minor group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.jena:jena-arq | `5.1.0` | `5.2.0` |
| [org.neo4j:neo4j](https://github.com/neo4j/neo4j) | `5.23.0` | `5.26.0` |
| [org.neo4j:neo4j-kernel](https://github.com/neo4j/neo4j) | `5.23.0` | `5.26.0` |
| [org.neo4j:neo4j-record-storage-engine](https://github.com/neo4j/neo4j) | `5.23.0` | `5.26.0` |
| org.eclipse.rdf4j:rdf4j-model | `5.0.2` | `5.1.0` |
| org.eclipse.rdf4j:rdf4j-rio-turtle | `5.0.2` | `5.1.0` |
| org.eclipse.rdf4j:rdf4j-storage | `5.0.2` | `5.1.0` |
| org.eclipse.rdf4j:rdf4j-rio-api | `5.0.2` | `5.1.0` |
| [com.fasterxml.jackson.core:jackson-core](https://github.com/FasterXML/jackson-core) | `2.17.2` | `2.18.2` |
| [com.fasterxml.jackson.dataformat:jackson-dataformat-yaml](https://github.com/FasterXML/jackson-dataformats-text) | `2.17.2` | `2.18.2` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.2` |
| [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) | `2.17.2` | `2.18.2` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.14` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.0` | `5.11.4` |
| [org.codehaus.mojo:license-maven-plugin](https://github.com/mojohaus/license-maven-plugin) | `2.4.0` | `2.5.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.2` |
| [org.asciidoctor:asciidoctor-maven-plugin](https://github.com/asciidoctor/asciidoctor-maven-plugin) | `3.0.0` | `3.1.1` |



Updates `org.apache.jena:jena-arq` from 5.1.0 to 5.2.0

Updates `org.neo4j:neo4j` from 5.23.0 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.23.0...5.26.0)

Updates `org.neo4j:neo4j-kernel` from 5.23.0 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.23.0...5.26.0)

Updates `org.neo4j:neo4j-record-storage-engine` from 5.23.0 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.23.0...5.26.0)

Updates `org.neo4j:neo4j-kernel` from 5.23.0 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.23.0...5.26.0)

Updates `org.neo4j:neo4j-record-storage-engine` from 5.23.0 to 5.26.0
- [Release notes](https://github.com/neo4j/neo4j/releases)
- [Commits](neo4j/neo4j@5.23.0...5.26.0)

Updates `org.eclipse.rdf4j:rdf4j-model` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-rio-turtle` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-storage` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-rio-api` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-rio-turtle` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-storage` from 5.0.2 to 5.1.0

Updates `org.eclipse.rdf4j:rdf4j-rio-api` from 5.0.2 to 5.1.0

Updates `com.fasterxml.jackson.core:jackson-core` from 2.17.2 to 2.18.2
- [Commits](FasterXML/jackson-core@jackson-core-2.17.2...jackson-core-2.18.2)

Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.17.2 to 2.18.2
- [Commits](FasterXML/jackson-dataformats-text@jackson-dataformats-text-2.17.2...jackson-dataformats-text-2.18.2)

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

Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.17.2 to 2.18.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.14
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.14)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.0...r5.11.4)

Updates `org.codehaus.mojo:license-maven-plugin` from 2.4.0 to 2.5.0
- [Release notes](https://github.com/mojohaus/license-maven-plugin/releases)
- [Commits](mojohaus/license-maven-plugin@2.4.0...2.5.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.2
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.2)

Updates `org.asciidoctor:asciidoctor-maven-plugin` from 3.0.0 to 3.1.1
- [Release notes](https://github.com/asciidoctor/asciidoctor-maven-plugin/releases)
- [Changelog](https://github.com/asciidoctor/asciidoctor-maven-plugin/blob/main/CHANGELOG.adoc)
- [Commits](asciidoctor/asciidoctor-maven-plugin@asciidoctor-maven-tools-3.0.0...asciidoctor-maven-tools-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.jena:jena-arq
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.neo4j:neo4j
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.neo4j:neo4j-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.neo4j:neo4j-record-storage-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.neo4j:neo4j-kernel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.neo4j:neo4j-record-storage-engine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-model
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-rio-turtle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-storage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-rio-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-rio-turtle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-storage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.eclipse.rdf4j:rdf4j-rio-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: com.fasterxml.jackson.core:jackson-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-or-minor
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patch-or-minor
- dependency-name: org.codehaus.mojo:license-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
- dependency-name: org.apache.maven.plugins:maven-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patch-or-minor
- dependency-name: org.asciidoctor:asciidoctor-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: patch-or-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2024
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #24.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/maven/patch-or-minor-43782d480b branch December 23, 2024 07:00
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants