Skip to content

chore(deps): bump io.kestra.gradle.inject-bom-versions from 1.0.0 to 1.0.1#693

Merged
fdelbrayelle merged 2 commits intomainfrom
dependabot/gradle/io.kestra.gradle.inject-bom-versions-1.0.1
Mar 11, 2026
Merged

chore(deps): bump io.kestra.gradle.inject-bom-versions from 1.0.0 to 1.0.1#693
fdelbrayelle merged 2 commits intomainfrom
dependabot/gradle/io.kestra.gradle.inject-bom-versions-1.0.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps io.kestra.gradle.inject-bom-versions from 1.0.0 to 1.0.1.

Release notes

Sourced from io.kestra.gradle.inject-bom-versions's releases.

v1.0.1

Changelog

🚀 Features

  • bf33faf create a new plugin to apply spotless everywhere (#6), closes #6

📘 Subtasks

  • 3607fcc upgrade versin to v1.0.1
  • 6fc3ad3 create 1.0.0 release

🐛 Bug Fixes

  • 304dbc9 use correctly the root project version
  • 2677bf3 missing signAllPublications() in build.gradle files
  • b36ef46 make sure to use correct input in CI
  • ab99d3a ci failed since not a shadowJar

🛠 Build

deps

  • cf8854b bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0

Contributors

We'd like to thank the following people for their contributions: GitHub, Ludovic DEHON, YannC, YannC., dependabot[bot], nKwiatkowski

Commits
  • 304dbc9 fix: use correctly the root project version
  • 2677bf3 fix: missing signAllPublications() in build.gradle files
  • b36ef46 fix: make sure to use correct input in CI
  • 3607fcc chore: upgrade versin to v1.0.1
  • 6fc3ad3 chore: create 1.0.0 release
  • bf33faf feat: create a new plugin to apply spotless everywhere (#6)
  • cf8854b build(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0
  • ab99d3a fix: ci failed since not a shadowJar
  • See full diff 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)

@dependabot dependabot bot added the dependency-upgrade Dependency upgrade is needed label Mar 9, 2026
@kestrabot kestrabot bot added this to Pull Requests Mar 9, 2026
@github-project-automation github-project-automation bot moved this to To review in Pull Requests Mar 9, 2026
@github-actions
Copy link
Contributor

github-actions bot commented Mar 9, 2026

📦 Artifacts

Name Size Updated Expiration
jar 62.24 MB Mar 11, 26, 6:23:29 AM UTC Mar 18, 26, 6:23:27 AM UTC

🛡 Trivy

Vulnerability in: Java

Vulnerability Severity Package Installed Version Fixed Version
CVE-2025-67735 MEDIUM io.netty:netty-codec-http 4.2.5.Final 4.2.8.Final, 4.1.129.Final

🧪 Java Unit Tests

TestsPassed ✅Skipped ⚠️FailedTime ⏱
Java Tests Report105 ran104 ✅1 ⚠️0 ❌3m 34s 716ms

🔁 Unreleased Commits

8 commits since v2.1.3

SHA Title Author Date
62bb5bb chore(deps): bump com.gradleup.shadow from 9.3.0 to 9.3.2 (#690) dependabot[bot] Mar 3, 26, 3:01:47 PM UTC
b6c98c0 docs(dynamodb): add missing filterExpression to Query example (#691) Nancy Sangani Mar 5, 26, 3:41:46 PM UTC
9328c8c chore(deps): bump org.testcontainers:localstack from 1.21.3 to 1.21.4 (#673) dependabot[bot] Mar 5, 26, 4:32:22 PM UTC
9177d7f ci: add kestra-version input to workflow_dispatch François Delbrayelle Mar 9, 26, 11:57:53 AM UTC
4d6caa2 feat: setup and apply spotless YannC. Mar 10, 26, 2:36:43 PM UTC
342bb59 fix: migrate deprecated Property.of() to Property.ofValue() (#694) François Delbrayelle Mar 11, 26, 6:14:17 AM UTC
c821b38 chore(deps): bump gradle-wrapper from 9.3.1 to 9.4.0 (#692) dependabot[bot] Mar 11, 26, 6:15:10 AM UTC
61e606c chore(deps): bump io.kestra.gradle.inject-bom-versions (#693) dependabot[bot] Mar 11, 26, 6:16:59 AM UTC

Bumps [io.kestra.gradle.inject-bom-versions](https://github.com/kestra-io/gradle-plugin) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/kestra-io/gradle-plugin/releases)
- [Commits](kestra-io/gradle-plugin@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: io.kestra.gradle.inject-bom-versions
  dependency-version: 1.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/io.kestra.gradle.inject-bom-versions-1.0.1 branch from e630eae to 6284b73 Compare March 10, 2026 14:47
@fdelbrayelle fdelbrayelle merged commit 61e606c into main Mar 11, 2026
5 checks passed
@fdelbrayelle fdelbrayelle deleted the dependabot/gradle/io.kestra.gradle.inject-bom-versions-1.0.1 branch March 11, 2026 06:17
@github-project-automation github-project-automation bot moved this from To review to Done in Pull Requests Mar 11, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependency-upgrade Dependency upgrade is needed

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant