Skip to content

Bump org.firebirdsql:firebird-testcontainers-java from 1.6.0 to 2.0.0#857

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/org.firebirdsql-firebird-testcontainers-java-2.0.0
Open

Bump org.firebirdsql:firebird-testcontainers-java from 1.6.0 to 2.0.0#857
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/org.firebirdsql-firebird-testcontainers-java-2.0.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps org.firebirdsql:firebird-testcontainers-java from 1.6.0 to 2.0.0.

Release notes

Sourced from org.firebirdsql:firebird-testcontainers-java's releases.

firebird-testcontainers-java 2.0.0

What's changed

  • Updated to org.testcontainers:testcontainers-jdbc 2.0.3
    Testcontainers-java 2.0.x no longer supports JUnit 4 rules. You need to either:
    • switch to JUnit 5 and use the @Testcontainers and @Container annotations,
    • stay on firebird-testcontainers-java 1.6.1 and org.testcontainers:jdbc 1.21.4,
    • switch to using Testcontainers URLs instead of using @Rule or @ClassRule, or
    • write your own rule implementation to start and stop the container.
  • Removed self-referencing generic type parameter from FirebirdContainer.
    You need to replace occurrences of FirebirdContainer<?> and FirebirdContainer<> with FirebirdContainer.
  • Removed deprecated no-arg constructor from FirebirdContainer
  • Updated various test dependencies

firebird-testcontainers-java 1.6.1

What's changed

  • Updated org.testcontainers:jdbc to 1.21.4
    This fixes a compatibility issue with recent Docker versions.
  • Updated various test dependencies
  • Updated Maven build plugins
Changelog

Sourced from org.firebirdsql:firebird-testcontainers-java's changelog.

2.0.0

  • Updated to org.testcontainers:testcontainers-jdbc 2.0.3
    Testcontainers-java 2.0.x no longer supports JUnit 4 rules. You need to either:
    • switch to JUnit 5 and use the @Testcontainers and @Container annotations,
    • stay on firebird-testcontainers-java 1.6.1 and org.testcontainers:jdbc 1.21.4,
    • switch to using Testcontainers URLs instead of using @Rule or @ClassRule, or
    • write your own rule implementation to start and stop the container.
  • Removed self-referencing generic type parameter from FirebirdContainer.
    You need to replace occurrences of FirebirdContainer<?> and FirebirdContainer<> with FirebirdContainer.
  • Removed deprecated no-arg constructor from FirebirdContainer
  • Updated various test dependencies

1.6.1

  • Updated org.testcontainers:jdbc to 1.21.4
    This fixes a compatibility issue with recent Docker versions.
  • Updated various test dependencies
  • Updated Maven build plugins
Commits
  • 13763d9 Prepare 2.0.0 release
  • 21fa6b9 Correct version 2.5 check
  • 53ae90f Remove deprecated no-arg constructor from FirebirdContainer
  • 00a739d Remove self-referencing generic type parameter from FirebirdContainer
  • 267407e Make ExampleContainerTest not rely on other test code
  • 87487b0 #13 Upgrade to testcontainers-java 2.0.3
  • 1e7be42 Use version 1.6.1 in README
  • 5caba8f Prepare 2.0.0 development
  • 04ef959 Prepare 1.6.1 release
  • 5a366a7 - Updated org.testcontainers:jdbc to 1.21.4
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Feb 23, 2026
@dependabot dependabot bot force-pushed the dependabot/maven/org.firebirdsql-firebird-testcontainers-java-2.0.0 branch 3 times, most recently from c409a21 to 09a4c51 Compare March 2, 2026 10:12
@dependabot dependabot bot force-pushed the dependabot/maven/org.firebirdsql-firebird-testcontainers-java-2.0.0 branch from 09a4c51 to 9e8c714 Compare March 16, 2026 14:27
Bumps [org.firebirdsql:firebird-testcontainers-java](https://github.com/FirebirdSQL/firebird-testcontainers-java) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/FirebirdSQL/firebird-testcontainers-java/releases)
- [Changelog](https://github.com/FirebirdSQL/firebird-testcontainers-java/blob/master/CHANGES.md)
- [Commits](FirebirdSQL/firebird-testcontainers-java@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: org.firebirdsql:firebird-testcontainers-java
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/org.firebirdsql-firebird-testcontainers-java-2.0.0 branch from 9e8c714 to 0c1ea70 Compare March 18, 2026 16:12
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