{"id":33902265,"url":"https://github.com/xenoterracide/version-catalog-spring-boot","last_synced_at":"2026-02-05T23:05:26.246Z","repository":{"id":326991900,"uuid":"1106718596","full_name":"xenoterracide/version-catalog-spring-boot","owner":"xenoterracide","description":"Version Catalog for spring Boot","archived":false,"fork":false,"pushed_at":"2026-02-05T11:06:58.000Z","size":279,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2026-02-05T17:01:35.634Z","etag":null,"topics":["auto-updated","gradle","gradle-version-catalog","version-catalog","version-catalog-toml"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/xenoterracide.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSES/Apache-2.0.txt","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":"2025-11-29T19:58:58.000Z","updated_at":"2026-01-30T03:48:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/xenoterracide/version-catalog-spring-boot","commit_stats":null,"previous_names":["xenoterracide/version-catalog-spring-boot"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/xenoterracide/version-catalog-spring-boot","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenoterracide%2Fversion-catalog-spring-boot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenoterracide%2Fversion-catalog-spring-boot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenoterracide%2Fversion-catalog-spring-boot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenoterracide%2Fversion-catalog-spring-boot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xenoterracide","download_url":"https://codeload.github.com/xenoterracide/version-catalog-spring-boot/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xenoterracide%2Fversion-catalog-spring-boot/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29137754,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T23:02:30.544Z","status":"ssl_error","status_checked_at":"2026-02-05T23:02:24.945Z","response_time":65,"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":["auto-updated","gradle","gradle-version-catalog","version-catalog","version-catalog-toml"],"created_at":"2025-12-12T00:16:16.057Z","updated_at":"2026-02-05T23:05:26.241Z","avatar_url":"https://github.com/xenoterracide.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: Copyright © 2024 - 2025 Caleb Cushing\n\nSPDX-License-Identifier: CC-BY-NC-4.0\n--\u003e\n\n# README\n\n## Usage\n\n```kt\n// settings.gradle.kts\ndependencyResolutionManagement {\n    versionCatalogs {\n        create(\"sb\") {\n            from(\"com.xenoterracide.gradle.vc:version-catalog-spring-boot:3.5.0\")\n        }\n    }\n}\n```\n\n```kt\n// build.gradle.kts\ndependencies {\n    // or however you want we aren't generating the BOM.\n    implementation(platform(\"org.springframework.boot:spring-boot-dependencies:3.5.0\"))\n    implementation(sb.spring.boot.starter.data.jpa.test)\n}\n```\n\nSee the [version catalog documentation](https://docs.gradle.org/current/userguide/version_catalogs.html) for more details.\n\nAvailable libraries can be found in the [Spring Boot documentation](https://docs.spring.io/spring-boot/3.5/appendix/dependency-versions/coordinates.html). Since this catalog does not supply versions, you must still use the `spring-boot-dependencies` BOM.\n\n## FAQ\n\n### Versions\n\nThe major and minor versions of this catalog align with the Spring Boot version. The patch version is incremented for updates to the catalog itself.\n\n### Gradle Support\n\n[Gradle 7.2 or later is required](https://docs.gradle.org/7.2/release-notes.html#version-catalog-improvements). Stable support for version catalogs was introduced in Gradle 7.4.\n\n## Development\n\n### Languages\n\n[asdf](https://asdf-vm.com) is suggested, you can use whatever you'd like to get\n\n- Java 17+\n- NodeJs\n- Python 3.11+\n\nadd a way to export these to your `PATH` in your `~/.profile`\n\nif you have `asdf` installed, you can run `asdf install` to install the versions`\n\n### Build Tools\n\n- [Gradle](https://docs.gradle.org/current/userguide/command_line_interface.html)\n- [Yarn 4 - formatting commit hooks](https://yarnpkg.com/getting-started/install) (via Corepack)\n- [PIP - reuse license header commit hooks](https://pip.pypa.io/en/stable/)\n\n#### Fetching Dependencies\n\nYarn setup and manual postinstall:\n\n```sh\n# Enable Corepack, install Node dev tools, run postinstall, then verify Gradle deps\ncorepack enable\nyarn install --immutable --inline-builds --check-resolutions\nyarn run -T postinstall\n./gradlew dependencies\n```\n\nIf you need to run the postinstall step directly, you can recreate and use the Python lock file via pip-compile (PEP 621):\n\n```sh\n# Regenerate requirements.txt from PEP 621 dependencies in pyproject.toml\npip-compile -o requirements.txt pyproject.toml\n\n# Then install and set up commit hooks\npip install -r requirements.txt \u0026\u0026 git config core.hooksPath .config/git/hooks\n```\n\n### Committing\n\nUse [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).\n\n### Releasing\n\n```sh\ngit tag -m \"v0.12.1\" -a v0.12.1 \u0026\u0026 git push --tags\n```\n\n## License\n\nAll licenses are documented explicitly using SPDX identifiers in their file\n\n- Java: [GPLv3](https://choosealicense.com/licenses/gpl-3.0/)\n  with [Classpath Exception](https://spdx.org/licenses/Classpath-exception-2.0.html)\n- Gradle Kotlin and Config Files: [MIT](https://choosealicense.com/licenses/mit/)\n- Documentation including Javadoc: [CC BY 4.0](https://choosealicense.com/licenses/cc-by-4.0/)\n\nCopyright © 2024 - 2025 Caleb Cushing\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenoterracide%2Fversion-catalog-spring-boot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxenoterracide%2Fversion-catalog-spring-boot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxenoterracide%2Fversion-catalog-spring-boot/lists"}