Skip to content

deps(deps): bump io.github.ktestify:ktestify-core from 0.1.1 to 0.1.2 - #23

Merged
nil-malh merged 2 commits into
mainfrom
dependabot/maven/io.github.ktestify-ktestify-core-0.1.2
Jul 6, 2026
Merged

nil-malh merged 2 commits into
mainfrom
dependabot/maven/io.github.ktestify-ktestify-core-0.1.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 6, 2026

Copy link
Copy Markdown
Contributor

Bumps io.github.ktestify:ktestify-core from 0.1.1 to 0.1.2.

Release notes

Sourced from io.github.ktestify:ktestify-core's releases.

ktestify 0.1.2

[0.1.2] — 2026-07-05

✨ Features

  • Add JVM wide truststore configuration and tests — @​nil-malh

⬆️ Dependency Updates

🐛 Bug Fixes

  • Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log level — @​nil-malh

Generated by git-cliff

Changelog

Sourced from io.github.ktestify:ktestify-core's changelog.

[0.1.2] — 2026-07-05

✨ Features

  • Add JVM wide truststore configuration and tests — @​nil-malh

⬆️ Dependency Updates

🐛 Bug Fixes

  • Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log level — @​nil-malh
Commits
  • ee29927 chore(release): prepare release 0.1.2 [skip ci]
  • 4b1d9a7 chore(release): update CHANGELOG.md [skip ci]
  • 3ab3e5e Merge pull request #44 from ktestify/fix/41
  • 277e018 fix: Fixed an issue where KTESTIFY_ROOT_LOG_LEVEL did not set the desired log...
  • 290ca36 chore(release): update CHANGELOG.md [skip ci]
  • e76abf0 Merge pull request #43 from ktestify/fix/42
  • 2b5990a spotless apply
  • ef45f30 feat: add JVM wide truststore configuration and tests
  • 49eb2ad chore(release): update CHANGELOG.md [skip ci]
  • ccc6c4c Merge pull request #38 from ktestify/dependabot/maven/kafka-4c58816b1c
  • 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 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.ktestify:ktestify-core](https://github.com/ktestify/ktestify-core) from 0.1.1 to 0.1.2.
- [Release notes](https://github.com/ktestify/ktestify-core/releases)
- [Changelog](https://github.com/ktestify/ktestify-core/blob/main/CHANGELOG.md)
- [Commits](ktestify/ktestify-core@v0.1.1...v0.1.2)

---
updated-dependencies:
- dependency-name: io.github.ktestify:ktestify-core
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 2 package(s) with unknown licenses.
See the Details below.

License Issues

pom.xml

PackageVersionLicenseIssue Type
com.fasterxml.jackson:jackson-bom2.21.2NullUnknown License
io.github.ktestify:ktestify-core0.1.2NullUnknown License
Allowed Licenses: Apache-2.0, MIT, BSD-2-Clause, BSD-3-Clause, ISC, LGPL-2.0-only, LGPL-2.1-only, LGPL-2.1-or-later, EPL-1.0, EPL-2.0, CDDL-1.0, CC0-1.0

OpenSSF Scorecard

PackageVersionScoreDetails
maven/com.fasterxml.jackson:jackson-bom 2.21.2 UnknownUnknown
maven/io.github.ktestify:ktestify-core 0.1.2 UnknownUnknown

Scanned Files

  • pom.xml

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

📋 Unreleased Changelog Preview

This is what the next release notes will look like based on commits in this PR.

Changelog

All notable changes to this project will be documented in this file.

[Unreleased]

Miscellaneous

  • Removed DOCUMENTATION.md — @nil-malh

  • Add jackson dependency management

⬆️ Dependency Updates

  • Bump cucumber.version from 7.34.3 to 7.34.4 (deps)@dependabot[bot]

  • Bump the junit5 group across 1 directory with 2 updates (deps-dev)@dependabot[bot]

  • Bump com.diffplug.spotless:spotless-maven-plugin (deps-dev)@dependabot[bot]

  • Bump org.sonatype.central:central-publishing-maven-plugin (deps-dev)@dependabot[bot]

  • Bump io.github.ktestify:ktestify-core from 0.1.1 to 0.1.2 (deps)


Generated by git-cliff


🔄 Run #66 · Mon, 06 Jul 2026 15:59:06 GMT

@github-actions

github-actions Bot commented Jul 6, 2026

Copy link
Copy Markdown
Contributor

✅ Test Results

Metric Count
Passed 103
Failed 0
⏭️ Skipped 0
📊 Total 103

✅ Coverage

Type Coverage Covered / Total
📏 Lines 80.8% 286 / 354
🌿 Branches 64.8% 92 / 142
🔧 Methods 95.5% 64 / 67

🔄 CI run #71 · Mon, 06 Jul 2026 16:00:09 GMT

@nil-malh
nil-malh merged commit e2b6936 into main Jul 6, 2026
10 checks passed
@dependabot
dependabot Bot deleted the dependabot/maven/io.github.ktestify-ktestify-core-0.1.2 branch July 6, 2026 16:01
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.

1 participant