Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 28, 2025

Bumps the dependencies group with 10 updates in the / directory:

Package From To
org.apache.logging.log4j:log4j-core 2.25.0 2.25.1
org.apache.logging.log4j:log4j-slf4j-impl 2.25.0 2.25.1
com.fasterxml.jackson.core:jackson-databind 2.19.1 2.19.2
org.junit.jupiter:junit-jupiter-api 5.13.3 5.13.4
org.junit.jupiter:junit-jupiter-engine 5.13.3 5.13.4
org.junit.jupiter:junit-jupiter-params 5.13.3 5.13.4
org.junit.platform:junit-platform-console 1.13.3 1.13.4
org.apache.commons:commons-text 1.13.1 1.14.0
com.scalar-labs:scalardb 3.16.0 3.16.1
com.scalar-labs:scalardb-schema-loader 3.16.0 3.16.1

Updates org.apache.logging.log4j:log4j-core from 2.25.0 to 2.25.1

Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.25.0 to 2.25.1

Updates org.apache.logging.log4j:log4j-slf4j-impl from 2.25.0 to 2.25.1

Updates com.fasterxml.jackson.core:jackson-databind from 2.19.1 to 2.19.2

Commits

Updates org.junit.jupiter:junit-jupiter-api from 5.13.3 to 5.13.4

Release notes

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

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.3 to 5.13.4

Release notes

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

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.13.3 to 5.13.4

Release notes

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

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.13.3 to 5.13.4

Release notes

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

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • Additional commits viewable in compare view

Updates org.junit.platform:junit-platform-console from 1.13.3 to 1.13.4

Commits

Updates org.apache.commons:commons-text from 1.13.1 to 1.14.0

Changelog

Sourced from org.apache.commons:commons-text's changelog.

Apache Commons Text 1.14.0 Release Notes

The Apache Commons Text team is pleased to announce the release of Apache Commons Text 1.14.0.

Apache Commons Text is a set of utility functions and reusable components for processing and manipulating text in a Java environment.

Release 1.14.0. Requires Java 8 or above.

New features

  •        Interface StringLookup now extends UnaryOperator<String>. Thanks to Gary Gregory.
    
  •        Interface TextRandomProvider extends IntUnaryOperator. Thanks to Gary Gregory.
    
  •        Add RandomStringGenerator.Builder.usingRandom(IntUnaryOperator). Thanks to Gary Gregory.
    
  •        Add PMD check to default Maven goal. Thanks to Gary Gregory.
    
  •        Add org.apache.commons.text.RandomStringGenerator.Builder.setAccumulate(boolean). Thanks to Gary Gregory.
    

Fixed Bugs

  •        Fix PMD UnnecessaryFullyQualifiedName in StringLookupFactory. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in DefaultStringLookupsHolder. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in PropertiesStringLookup. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in JavaPlatformStringLookup. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in StringSubstitutor. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in StrSubstitutor. Thanks to Gary Gregory.
    
  •        Fix PMD UnnecessaryFullyQualifiedName in AlphabetConverter. Thanks to Gary Gregory.
    
  •        Fix PMD AvoidBranchingStatementAsLastInLoop in TextStringBuilder. Thanks to Gary Gregory.
    
  •        Fix PMD AvoidBranchingStatementAsLastInLoop in StrBuilder. Thanks to Gary Gregory.
    
  •        org.apache.commons.text.translate.LookupTranslator.LookupTranslator(Map CharSequence>) now throws NullPointerException instead of java.security.InvalidParameterException. Thanks to Gary Gregory.
    

Changes

  •        Bump org.apache.commons:commons-parent from 81 to 85 [#668](https://github.com/apache/commons-text/issues/668). Thanks to Dependabot, Gary Gregory.
    
  •        Bump commons-io:commons-io from 2.18.0 to 2.20.0. Thanks to Gary Gregory.
    
  •        Bump graalvm.version from 24.2.0 to 24.2.2 [#665](https://github.com/apache/commons-text/issues/665), [#681](https://github.com/apache/commons-text/issues/681). Thanks to Dependabot, Gary Gregory.
    
  •        Bump commons.bytebuddy.version from 1.17.5 to 1.17.6 ([#677](https://github.com/apache/commons-text/issues/677)). Thanks to Dependabot.
    
  •        Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 [#680](https://github.com/apache/commons-text/issues/680). Thanks to Dependabot.
    

Historical list of changes: https://commons.apache.org/proper/commons-text/changes.html

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

https://commons.apache.org/proper/commons-text

... (truncated)

Commits

Updates com.scalar-labs:scalardb from 3.16.0 to 3.16.1

Release notes

Sourced from com.scalar-labs:scalardb's releases.

v3.16.1

Summary

This release includes several bug fixes and vulnerability fixes.

Community edition

Bug fixes

  • Fixed a bug where a CommitException was thrown when committing a transaction, even though the transaction was actually committed. (#2826)
  • Fixed error handling for mutations in Cassandra. (#2827)
  • Fixed a bug where group commit did not work correctly with one-phase commit. (#2832)

Enterprise edition

Bug fixes

ScalarDB Cluster

  • Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
  • Added missing metrics for the remote replication features.
  • Released missing Jar file of replication-cli
  • Fixed a bug where an UnsupportedOperationException was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
  • Upgraded grpc_health_probe to fix a security issue. CVE-2025-22874
  • Added validation to prevent the replication feature from starting if the one-phase commit optimization is enabled.
Commits
  • d83dcdd Upgrade the version to 3.16.1
  • 295c83c Increase heap size for jreleaserDeploy task
  • 0237c0b Backport to branch(3.16) : Pass necessary secrets to release workflow (#2871)
  • 2ad05df Backport to branch(3.16) : [addendum] Use JReleaser to release artifacts in M...
  • 4af7872 Backport to branch(3.16) : Use JReleaser to release artifacts in Maven Centra...
  • 1f9f7eb Backport to branch(3.16) : Add DynamoDB permission test (#2851)
  • f34e587 Backport to branch(3.16) : Add Cassandra permission test (#2833)
  • c5aaba8 Backport to branch(3.16) : Fix behavior of group commit with one-phase commit...
  • 322c5b8 Backport to branch(3.16) : Fix error handling for mutations in Cassandra (#2839)
  • 1070361 Backport to branch(3.16) : Fix error handling for one-phase commit (#2830)
  • Additional commits viewable in compare view

Updates com.scalar-labs:scalardb-schema-loader from 3.16.0 to 3.16.1

Release notes

Sourced from com.scalar-labs:scalardb-schema-loader's releases.

v3.16.1

Summary

This release includes several bug fixes and vulnerability fixes.

Community edition

Bug fixes

  • Fixed a bug where a CommitException was thrown when committing a transaction, even though the transaction was actually committed. (#2826)
  • Fixed error handling for mutations in Cassandra. (#2827)
  • Fixed a bug where group commit did not work correctly with one-phase commit. (#2832)

Enterprise edition

Bug fixes

ScalarDB Cluster

  • Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
  • Added missing metrics for the remote replication features.
  • Released missing Jar file of replication-cli
  • Fixed a bug where an UnsupportedOperationException was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
  • Upgraded grpc_health_probe to fix a security issue. CVE-2025-22874
  • Added validation to prevent the replication feature from starting if the one-phase commit optimization is enabled.
Commits
  • d83dcdd Upgrade the version to 3.16.1
  • 295c83c Increase heap size for jreleaserDeploy task
  • 0237c0b Backport to branch(3.16) : Pass necessary secrets to release workflow (#2871)
  • 2ad05df Backport to branch(3.16) : [addendum] Use JReleaser to release artifacts in M...
  • 4af7872 Backport to branch(3.16) : Use JReleaser to release artifacts in Maven Centra...
  • 1f9f7eb Backport to branch(3.16) : Add DynamoDB permission test (#2851)
  • f34e587 Backport to branch(3.16) : Add Cassandra permission test (#2833)
  • c5aaba8 Backport to branch(3.16) : Fix behavior of group commit with one-phase commit...
  • 322c5b8 Backport to branch(3.16) : Fix error handling for mutations in Cassandra (#2839)
  • 1070361 Backport to branch(3.16) : Fix error handling for one-phase commit (#2830)
  • Additional commits viewable in compare view

Updates com.scalar-labs:scalardb-schema-loader from 3.16.0 to 3.16.1

Release notes

Sourced from com.scalar-labs:scalardb-schema-loader's releases.

v3.16.1

Summary

This release includes several bug fixes and vulnerability fixes.

Community edition

Bug fixes

  • Fixed a bug where a CommitException was thrown when committing a transaction, even though the transaction was actually committed. (#2826)
  • Fixed error handling for mutations in Cassandra. (#2827)
  • Fixed a bug where group commit did not work correctly with one-phase commit. (#2832)

Enterprise edition

Bug fixes

ScalarDB Cluster

  • Fixed a bug where the data tag was updated even when it was not specified in update or upsert operations.
  • Added missing metrics for the remote replication features.
  • Released missing Jar file of replication-cli
  • Fixed a bug where an UnsupportedOperationException was thrown when executing put operations on tables without ABAC policies, when ABAC was enabled.
  • Upgraded grpc_health_probe to fix a security issue. CVE-2025-22874
  • Added validation to prevent the replication feature from starting if the one-phase commit optimization is enabled.
Commits
  • d83dcdd Upgrade the version to 3.16.1
  • 295c83c Increase heap size for jreleaserDeploy task
  • 0237c0b Backport to branch(3.16) : Pass necessary secrets to release workflow (#2871)
  • 2ad05df Backport to branch(3.16) : [addendum] Use JReleaser to release artifacts in M...
  • 4af7872 Backport to branch(3.16) : Use JReleaser to release artifacts in Maven Centra...
  • 1f9f7eb Backport to branch(3.16) : Add DynamoDB permission test (#2851)
  • f34e587 Backport to branch(3.16) : Add Cassandra permission test (#2833)
  • c5aaba8 Backport to branch(3.16) : Fix behavior of group commit with one-phase commit...
  • 322c5b8 Backport to branch(3.16) : Fix error handling for mutations in Cassandra (#2839)
  • 1070361 Backport to branch(3.16) : Fix error handling for one-phase commit (#2830)
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.13.3 to 5.13.4

Release notes

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

JUnit 5.13.4 = Platform 1.13.4 + Jupiter 5.13.4 + Vintage 5.13.4

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.3...r5.13.4

Commits
  • 8a21048 Release 5.13.4
  • 9a38789 Finalize 5.13.4 release notes
  • 458325c Log only once per implementation type for CloseableResource types
  • 976a110 Protect against potential problems when converting file-based selectors
  • e94f728 Allow default package for PackageSource
  • b60fecf Fail on classpath resource names that are blank after removing leading /
  • 6378c88 Remove java.* packages from Import-Package headers in all jars (#4738)
  • 1a360f3 Create initial 5.13.4 release notes from template
  • 806fc9a Document #4689 in release notes
  • 1653839 Document #4686 in release notes
  • 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 dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-core | `2.25.0` | `2.25.1` |
| org.apache.logging.log4j:log4j-slf4j-impl | `2.25.0` | `2.25.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.19.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.platform:junit-platform-console](https://github.com/junit-team/junit-framework) | `1.13.3` | `1.13.4` |
| [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.1` | `1.14.0` |
| [com.scalar-labs:scalardb](https://github.com/scalar-labs/scalardb) | `3.16.0` | `3.16.1` |
| [com.scalar-labs:scalardb-schema-loader](https://github.com/scalar-labs/scalardb) | `3.16.0` | `3.16.1` |



Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.0 to 2.25.1

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.platform:junit-platform-console` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0
- [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0)

Updates `com.scalar-labs:scalardb` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `com.scalar-labs:scalardb-schema-loader` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `com.scalar-labs:scalardb-schema-loader` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-console
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb-schema-loader
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb-schema-loader
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team July 28, 2025 06:24
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 28, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot bot requested review from choplin, feeblefakie and jnmt and removed request for a team July 28, 2025 06:24
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jul 28, 2025
@jnmt jnmt added improvement and removed java Pull requests that update Java code labels Jul 29, 2025
@jnmt jnmt merged commit 0e07c4c into master Jul 29, 2025
8 checks passed
@dependabot dependabot bot deleted the dependabot/gradle/dependencies-b4d5c7e331 branch July 29, 2025 07:05
feeblefakie pushed a commit that referenced this pull request Jul 29, 2025
Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.apache.logging.log4j:log4j-core | `2.25.0` | `2.25.1` |
| org.apache.logging.log4j:log4j-slf4j-impl | `2.25.0` | `2.25.1` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.19.1` | `2.19.2` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit-framework) | `5.13.3` | `5.13.4` |
| [org.junit.platform:junit-platform-console](https://github.com/junit-team/junit-framework) | `1.13.3` | `1.13.4` |
| [org.apache.commons:commons-text](https://github.com/apache/commons-text) | `1.13.1` | `1.14.0` |
| [com.scalar-labs:scalardb](https://github.com/scalar-labs/scalardb) | `3.16.0` | `3.16.1` |
| [com.scalar-labs:scalardb-schema-loader](https://github.com/scalar-labs/scalardb) | `3.16.0` | `3.16.1` |



Updates `org.apache.logging.log4j:log4j-core` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.0 to 2.25.1

Updates `org.apache.logging.log4j:log4j-slf4j-impl` from 2.25.0 to 2.25.1

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

Updates `org.junit.jupiter:junit-jupiter-api` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

Updates `org.junit.platform:junit-platform-console` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](https://github.com/junit-team/junit-framework/commits)

Updates `org.apache.commons:commons-text` from 1.13.1 to 1.14.0
- [Changelog](https://github.com/apache/commons-text/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-text@rel/commons-text-1.13.1...rel/commons-text-1.14.0)

Updates `com.scalar-labs:scalardb` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `com.scalar-labs:scalardb-schema-loader` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `com.scalar-labs:scalardb-schema-loader` from 3.16.0 to 3.16.1
- [Release notes](https://github.com/scalar-labs/scalardb/releases)
- [Commits](scalar-labs/scalardb@v3.16.0...v3.16.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.13.3 to 5.13.4
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r5.13.3...r5.13.4)

---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-core
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.logging.log4j:log4j-slf4j-impl
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.platform:junit-platform-console
  dependency-version: 1.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.commons:commons-text
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb-schema-loader
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: com.scalar-labs:scalardb-schema-loader
  dependency-version: 3.16.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-version: 5.13.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants