{"id":28828057,"url":"https://github.com/openrewrite/rewrite-recipe-bom","last_synced_at":"2026-03-12T18:52:02.167Z","repository":{"id":39966920,"uuid":"481324763","full_name":"openrewrite/rewrite-recipe-bom","owner":"openrewrite","description":"Align version numbers for all OpenRewrite maintained recipe modules","archived":false,"fork":false,"pushed_at":"2026-03-05T16:22:55.000Z","size":592,"stargazers_count":17,"open_issues_count":1,"forks_count":8,"subscribers_count":5,"default_branch":"main","last_synced_at":"2026-03-05T19:29:15.714Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/openrewrite.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-04-13T18:10:36.000Z","updated_at":"2026-03-05T16:32:07.000Z","dependencies_parsed_at":"2023-10-04T04:05:34.100Z","dependency_job_id":"d34880a5-37a9-48e3-94f6-264cf6cfff41","html_url":"https://github.com/openrewrite/rewrite-recipe-bom","commit_stats":null,"previous_names":[],"tags_count":126,"template":false,"template_full_name":null,"purl":"pkg:github/openrewrite/rewrite-recipe-bom","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrewrite%2Frewrite-recipe-bom","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrewrite%2Frewrite-recipe-bom/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrewrite%2Frewrite-recipe-bom/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrewrite%2Frewrite-recipe-bom/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/openrewrite","download_url":"https://codeload.github.com/openrewrite/rewrite-recipe-bom/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/openrewrite%2Frewrite-recipe-bom/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30438655,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-06-19T04:44:28.991Z","updated_at":"2026-03-12T18:52:02.147Z","avatar_url":"https://github.com/openrewrite.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://docs.openrewrite.org\"\u003e\n    \u003cpicture\u003e\n      \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-dark.svg\"\u003e\n      \u003csource media=\"(prefers-color-scheme: light)\" srcset=\"https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-light.svg\"\u003e\n      \u003cimg alt=\"OpenRewrite Logo\" src=\"https://github.com/openrewrite/rewrite/raw/main/doc/logo-oss-light.svg\" width='600px'\u003e\n    \u003c/picture\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003ch1\u003erewrite-recipe-bom\u003c/h1\u003e\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003c!-- Keep the gap above this line, otherwise they won't render correctly! --\u003e\n[![ci](https://github.com/openrewrite/rewrite-recipe-bom/actions/workflows/ci.yml/badge.svg)](https://github.com/openrewrite/rewrite/actions/workflows/ci.yml)\n[![Apache 2.0](https://img.shields.io/github/license/openrewrite/rewrite-recipe-bom.svg)](https://www.apache.org/licenses/LICENSE-2.0)\n[![Maven Central](https://img.shields.io/maven-central/v/org.openrewrite.recipe/rewrite-recipe-bom.svg)](https://mvnrepository.com/artifact/org.openrewrite.recipe/rewrite-recipe-bom)\n[![Contributing Guide](https://img.shields.io/badge/Contributing-Guide-informational)](https://github.com/openrewrite/.github/blob/main/CONTRIBUTING.md)\n\u003c/div\u003e\n\n## What is this?\n\nAlign version numbers for all OpenRewrite maintained recipe modules.\nIntended to help with developing Recipe modules which take dependencies or otherwise build upon rewrite-maintained Recipe modules.\n\n## Maven Usage\n\nMaven provides the [Bill of Materials pattern](https://maven.apache.org/guides/introduction/introduction-to-dependency-mechanism.html#bill-of-materials-bom-poms) for aligning dependency versions.\n\n```xml\n\u003cproject\u003e\n    \u003cdependencies\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.openrewrite.recipe\u003c/groupId\u003e\n            \u003cartifactId\u003erewrite-logging-frameworks\u003c/artifactId\u003e\n        \u003c/dependency\u003e\n        \u003cdependency\u003e\n            \u003cgroupId\u003eorg.openrewrite.recipe\u003c/groupId\u003e\n            \u003cartifactId\u003erewrite-testing-frameworks\u003c/artifactId\u003e\n        \u003c/dependency\u003e\n    \u003c/dependencies\u003e\n    \u003cdependencyManagement\u003e\n        \u003cdependencies\u003e\n            \u003cdependency\u003e\n                \u003cgroupId\u003eorg.openrewrite.recipe\u003c/groupId\u003e\n                \u003cartifactId\u003erewrite-recipe-bom\u003c/artifactId\u003e\n                \u003cversion\u003e\u003c!-- desired version here --\u003e\u003c/version\u003e\n                \u003cscope\u003eimport\u003c/scope\u003e\n            \u003c/dependency\u003e\n        \u003c/dependencies\u003e\n    \u003c/dependencyManagement\u003e\n\u003c/project\u003e\n```\n\n\n## Gradle Usage\n\nGradle provides the [platform](https://docs.gradle.org/current/userguide/platforms.html#sub:using-platform-to-control-transitive-deps) function for aligning dependency versions.\n\n```groovy\ndependencies {\n    implementation(platform(\"org.openrewrite.recipe:rewrite-recipe-bom:\u003cversion\u003e\"))\n    \n    // No need to specify version numbers\n    implementation(\"org.openrewrite.recipe:rewrite-logging-frameworks\")\n    implementation(\"org.openrewrite.recipe:rewrite-testing-frameworks\")\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrewrite%2Frewrite-recipe-bom","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopenrewrite%2Frewrite-recipe-bom","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopenrewrite%2Frewrite-recipe-bom/lists"}