Comparing v5.2.1...v5.2.2 · operator-framework/java-operator-sdk
Commits on Dec 10, 2025
Commits on Dec 17, 2025
-
chore(deps): bump log4j.version from 2.25.2 to 2.25.3 (#3095)
Bumps `log4j.version` from 2.25.2 to 2.25.3. Updates `org.apache.logging.log4j:log4j-slf4j2-impl` from 2.25.2 to 2.25.3 Updates `org.apache.logging.log4j:log4j-core` from 2.25.2 to 2.25.3 Updates `org.apache.logging.log4j:log4j2-core` from 2.25.2 to 2.25.3 --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-slf4j2-impl dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.apache.logging.log4j:log4j2-core dependency-version: 2.25.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Dec 20, 2025
-
chore(deps): bump org.apache.logging.log4j:log4j-core (#3101)
Bumps org.apache.logging.log4j:log4j-core from 2.20.0 to 2.25.3. --- updated-dependencies: - dependency-name: org.apache.logging.log4j:log4j-core dependency-version: 2.25.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Commits on Dec 22, 2025
Commits on Jan 7, 2026
-
improve: run PRs for every branch (#3111)
Not sure why it seemed to be a good idea ti limit this on certain branches, with this PR we will run the workflow all the time, it helps especially with PRs on which we work together, and other may target branches of a PR with new additions. Signed-off-by: Attila Mészáros <a_meszaros@apple.com>