Skip to content

Bump io.github.malczuuu.problem4j:problem4j-core from 1.1.0 to 1.1.1#4

Merged
damianmalczewski merged 1 commit into
mainfrom
dependabot/gradle/io.github.malczuuu.problem4j-problem4j-core-1.1.1
Oct 28, 2025
Merged

Bump io.github.malczuuu.problem4j:problem4j-core from 1.1.0 to 1.1.1#4
damianmalczewski merged 1 commit into
mainfrom
dependabot/gradle/io.github.malczuuu.problem4j-problem4j-core-1.1.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Oct 28, 2025

Bumps io.github.malczuuu.problem4j:problem4j-core from 1.1.0 to 1.1.1.

Release notes

Sourced from io.github.malczuuu.problem4j:problem4j-core's releases.

v1.1.1

https://central.sonatype.com/artifact/io.github.malczuuu.problem4j/problem4j-core/1.1.1

  1. Maven:
    <dependencies>
        <dependency>
            <groupId>io.github.malczuuu.problem4j</groupId>
            <artifactId>problem4j-core</artifactId>
            <version>1.1.1</version>
        </dependency>
    </dependencies>
  2. Gradle (Kotlin DSL):
    dependencies {
        implementation("io.github.malczuuu.problem4j:problem4j-core:1.1.1")
    }

Fixed

  • Add null-checks of builder methods that convert String to URI.
  • Update ProblemBuilderImpl#status(ProblemStatus), so it updates title automatically only if it was null or was implicitly assigned with ProblemStatus

Changes: problem4j/problem4j-core@v1.1.0...v1.1.1

Commits
  • c6f0228 Update README.md
  • 44547d0 Simplify ProblemBuilder#status method
  • 28f27d2 Ensure null-safety for String uri and instance
  • 939a2b7 Do not assign List initial capacity toString
  • d208132 Format libs.versions.toml
  • 0e5a545 Bump org.junit:junit-bom from 5.13.4 to 5.14.0 (#7)
  • c095a03 Bump org.eclipse.jgit:org.eclipse.jgit (#6)
  • 826ef01 Manage dependencies with libs.versions.toml
  • 0873120 Update workflows
  • b5b96b8 Update workflows
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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)

Bumps [io.github.malczuuu.problem4j:problem4j-core](https://github.com/malczuuu/problem4j-core) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/malczuuu/problem4j-core/releases)
- [Commits](problem4j/problem4j-core@v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: io.github.malczuuu.problem4j:problem4j-core
  dependency-version: 1.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Oct 28, 2025
@damianmalczewski damianmalczewski merged commit 16b30ca into main Oct 28, 2025
1 check passed
@dependabot dependabot Bot deleted the dependabot/gradle/io.github.malczuuu.problem4j-problem4j-core-1.1.1 branch October 28, 2025 18:03
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

Development

Successfully merging this pull request may close these issues.

1 participant