diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 76d62606..330c50d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -134,6 +134,20 @@ jobs: - sast-code-snyk - sast-dockerfile-trivy-hadolint steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - name: fetch-tags + run: git fetch --tags origin + shell: bash + - id: bump-version + uses: armakuni/github-actions/bump-version@main + - name: check-bump-version-output + run: | + echo "version-was-bump: ${{ steps.bump-version.outputs.version-was-bump }}" + echo "previous-version: ${{ steps.bump-version.outputs.previous-version }}" + echo "current-version: ${{ steps.bump-version.outputs.current-version }}" + shell: bash - name: Login to Docker Hub uses: docker/login-action@v3 with: @@ -145,24 +159,29 @@ jobs: id: meta uses: docker/metadata-action@v5 with: - images: | - abhisheksr01/companieshouse + images: abhisheksr01/companieshouse + context: git + flavour: | + latest=true tags: | - type=ref,event=branch + type=ref,event=tag type=ref,event=pr - type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} + type=semver,pattern={{version}},prefix=v,value=${{ steps.bump-version.outputs.current-version }} labels: | "org.opencontainers.image.title": "abhisheksr01/companieshouse", "org.opencontainers.image.description": "Best practices and integrations available for Spring Boot based Microservice in a single repository with companieshouse API use case.", "org.opencontainers.image.url": "https://github.com/abhisheksr01/spring-boot-microservice-best-practices", "org.opencontainers.image.source": "https://github.com/abhisheksr01/spring-boot-microservice-best-practices", - "org.opencontainers.image.version": "0.1.0", + "org.opencontainers.image.version": ${{ steps.bump-version.outputs.current-version }}, "org.opencontainers.image.created": "2020-01-10T00:30:00.000Z", "org.opencontainers.image.revision": ${{ github.sha }}, "org.opencontainers.image.licenses": "MIT" - name: Build and push uses: docker/build-push-action@v6 with: - push: true - tags: abhisheksr01/companieshouse:latest + push: ${{ github.event_name != 'pull_request' && steps.bump-version.outputs.version-was-bump == 'true' }} # Only push on main branch & when the version is bumped + tags: ${{ steps.meta.outputs.tags }} + labels: ${{ steps.meta.outputs.labels }} + sbom: true + provenance: true + diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b5557c3 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,195 @@ +## [v0.1.0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/compare/8d0cec9dc5641d2b475eef8b6cf5c0f8d43063be..v0.1.0) - 2024-12-25 +#### Bug Fixes +- **(#137)** remove the dependency vulnerability suppression - ([95995d0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/95995d01747b101f63f3015b2493a696f419d9c3)) - abhisheksr01 +- **(#137)** temporary suppress spring dependency vulnerabilities - ([90e75f2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/90e75f2453ddabce11bb2587795c01bf558edbc8)) - abhisheksr01 +- **(#146)** docker image vulnerabilities - ([deedd3b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/deedd3bbff2b7260b438600bf9b77d868cd44929)) - abhisheksr01 +- **(#147)** concourse pipeline failure - ([346797c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/346797c299a002bbac8bdf6e87def18d9890acd3)) - abhisheksr01 +- **(#210)** pitest mutation tests not running - ([ba80428](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ba804289300df9fa2a73c133df341e999a053447)) - abhisheksr01 +- **(#214)** add clean to jacoco gradle task in cirleci - ([d2a6e90](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d2a6e907ad4473593f8578bca8b0e9df38c160f5)) - abhisheksr01 +- **(#220)** vulnerabilities in ci.Dockerfile image and allow 1 high - ([e18fb21](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e18fb21aa564fbbb2fb59cb34cd3b1564c77f30a)) - abhisheksr01 +- **(#273)** hadolint errors in ci.Dockerfile - ([ad4d827](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ad4d827da4f275e4602f90ee5e79e6839a4d133d)) - abhisheksr01 +- **(#74)** failing acceptance test in pipeline - ([276a1f2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/276a1f26ad737e10267783d583bf7ff14819e0b0)) - abhisheksr01 +- **(.mergify.yml)** update base branch to master - ([31e2350](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/31e23509dc66220d4c4ea33efcdd035ae056a876)) - abhisheksr01 +- **(Dockerfile)** #106 use non root user for building container image - ([28aa2a7](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/28aa2a746b6f927ef01ad4d26972be1d0434d9b9)) - abhisheksr01 +- **(build.gradle)** disable generating plain jar file causing docker image build error - ([6fbb198](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6fbb198e91c11992f6a3cb6692cec853fbc774b8)) - abhisheksr01 +- **(ci.Dockerfile)** bump dependencies of gradle & fix docker vulnerability - ([0a84edc](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0a84edcc21f5782a34ebfd573b4fecfe20138e05)) - abhisheksr01 +- **(concourse-ci/pipeline.yml)** health job script path & pen test job hanging - ([f5ac163](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f5ac163efa2d3812f372b32a6632944376b51cdd)) - abhisheksr01 +- **(config.yml)** deploy the image built in pipeline rather then latest - ([98b87aa](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/98b87aaa9fe356c0b634184cc5140f9c31d3a06e)) - abhisheksr01 +- **(create-repo-visualization.yml)** fix Github Action failure - ([a74dfa9](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a74dfa9d9277886dd067dccf6479b0584fd38aed)) - abhisheksr01 +- Update pr.yml to use PUseNVDKey - ([0e6b1f3](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0e6b1f331d7e43f5c6a394b0e72ba9db06980e2a)) - Abhishek Singh Rajput +- use openjdk:17 instead of highly vulnerable openjdk:17-ea-22-oracle - ([a317a8b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a317a8b7c927901befb1075186835f1d01518c69)) - abhisheksr01 +- replace dockerbase alpine image to openjdk:17-ea-22-oracle - ([aa4d520](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/aa4d5208f8079062df56ad42868c9424f0f5e585)) - abhisheksr01 +- CKV_DOCKER_3: Ensure that a user for the container has been created - ([7ed29f1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7ed29f155e4ef905ae9407d07cfe648258a07e46)) - abhisheksr01 +- checkstyle * import warnings (#86) - ([f82ea2e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f82ea2e79a4bda69014d1e5e0e45a8000f7add27)) - Neha-Rajput +#### Build system +- **(#220)** bump jdk to 21 and gradle to 8.4 - ([ac8b9c5](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ac8b9c5fdd0d367c2743892a93b75db65990a77b)) - abhisheksr01 +- **(#271)** use gradle 8.5 and openjdk 21 base images in the Dockerfile - ([b08355e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b08355e9af2bf3adad44ef457d9a1842adaef621)) - abhisheksr01 +- **(#287)** rename default master branch to main - ([43b468b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/43b468bad8cb9e6f04472bd10ed56e72e836e68a)) - abhisheksr01 +#### Continuous Integration +- **(#212)** use the cimg/openjdk:21.0.0 image in sast circleci job - ([f1eb4f8](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f1eb4f86b96fabb05295588013fb8c64f0b17fb6)) - abhisheksr01 +- **(#212)** use the base-jdk image in sast circleci job - ([7d49d21](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7d49d218ef458e7894f75ba4b8b133c6af1a0281)) - abhisheksr01 +- **(#212)** add SNYK_TOKEN and command arg in circleci sast job - ([b5ec2e0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b5ec2e0de205e10f7e5c51ddd2d2de9fb86f64b7)) - abhisheksr01 +- **(#212)** implement Snyk SAST in circleci pipeline - ([1a7095d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1a7095d60d0442732645a906ed1343f8cb95360c)) - abhisheksr01 +- **(#272)** update dependency vulnerability cache path - ([90b66f7](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/90b66f74b428a0766421691c76b0c42b88a40adf)) - abhisheksr01 +- **(#272)** update cache path to trigger a new cache - ([460dad0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/460dad0d738e87eb0002ae61eddde5a8e6a2f036)) - abhisheksr01 +- **(#272)** update cache path for owasp dependencycheck - ([bf4dc59](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/bf4dc59375eece495bf54e66e41a23f0d0cc1368)) - abhisheksr01 +- **(#276)** update cache key reference in github actions - ([bf02bc4](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/bf02bc4cbb4f367644b174744f66038c77b81029)) - abhisheksr01 +- **(#276)** use nvd api key and cache action in github action - ([52aba3b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/52aba3bb4ff99397e582c116c01bfbe794b278c2)) - abhisheksr01 +- **(#276)** add build,test and dependency scan jobs in github actions - ([f4933c0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f4933c0bafbdeb1fb4e4e2547342dfba3872ee90)) - abhisheksr01 +- **(#276)** add dependabot config for github actions - ([795ad89](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/795ad89c8ac8edb075e0a540fc660177dc4cba6a)) - abhisheksr01 +- **(#281)** bump java 17 to 21 in concourse,sdk config and README - ([da73398](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/da73398391a353b81f49b84be17a6ce839d44dda)) - abhisheksr01 +- **(#281)** bump java 17 to 21 in azure pipeline - ([a3cbc50](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a3cbc50f02f3ef7f5bc2211455eed49719eeddb2)) - abhisheksr01 +- **(#281)** bump java 17 to 21 in gcp cloud build pipeline - ([0b1bf29](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0b1bf29adb4356ff1391fae0de82e21960dac0af)) - abhisheksr01 +- **(#282)** add support for local concourse mac m1 - ([a23d459](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a23d459e585e61b9849dbe62a54d026a59698a5f)) - abhisheksr01 +- **(#283)** remove_class:arm as now dind-utils image supports both arm and amd architectures - ([97bd4f9](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/97bd4f97f0c02134f4bb8ca1ff1475c84efa4b15)) - abhisheksr01 +- **(#283)** use arm class for the dind-utils image in circleci job - ([927e2f4](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/927e2f48c1b3d5e05e1d598dbaf5785dc94d1c34)) - abhisheksr01 +- **(pipeline.yml)** #275 add cocogitto based conventional-commit-check job in GHA - ([deb75d2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/deb75d2d3e9f7a0c396809554210f7718a170972)) - abhisheksr01 +- **(pipeline.yml)** #276 add docker-build-push job in GHA workflow - ([731bdb0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/731bdb0d2ae38e93f2204d930be4765cd430f045)) - abhisheksr01 +- **(pipeline.yml)** #276 uncomment the GHA pipeline - ([0796eab](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0796eab7f6a1c82bbe3f83984ae23eed79296001)) - abhisheksr01 +- **(pipeline.yml)** #106 fix sast jobs in github actions - ([f6a3ffc](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f6a3ffc1e05f2613a9cb0fc78dc498902bcfc8ad)) - abhisheksr01 +- **(pipeline.yml)** #276 add static analysis jobs in github action - ([ae40d5d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ae40d5d71264dd4370382bc066255c1a6da6db9a)) - abhisheksr01 +- update sarif report path for trivy sast job - ([5001ba0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/5001ba0d051a7bd128d96a19224a35b66a236a8f)) - Abhishek Singh Rajput +- add trivy dockerfile sast scan - ([2ff9955](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/2ff99559783b7e80e45986ea5d9d9de72c5e849b)) - Abhishek Singh Rajput +#### Documentation +- **(#281)** update hadolint instructions - ([06233f3](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/06233f33cc4368cdb07ab1b42e1adb8ec45cd7f0)) - abhisheksr01 +- **(README.md)** update kubernetes instructions - ([0739b33](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0739b339763376bf875166c7ea478ebed5c5f4e8)) - Abhishek Singh Rajput +#### Features +- **(#106)** update README with snyk info - ([4671589](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/46715891c80fa8bbb7432d1c264586218adbb37e)) - abhisheksr01 +- **(#106)** update README with devsecops intro - ([0fd6c77](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0fd6c77762850794fcb4fc6c46f8ba57438e8f51)) - abhisheksr01 +- **(#106)** add circleci job to scan IAM using checkov - ([31e9dce](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/31e9dce48f9eb3798269ddd18206d594d8922711)) - abhisheksr01 +- **(#136)** change java version in github actions executor - ([213cb2b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/213cb2b78df4b41476c8c3ab4edd68fae1f08c9c)) - abhisheksr01 +- **(#136)** add github action to execute tests on PR branches - ([02374ac](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/02374ac013fcaf05f68350c096a20f0ddea05eba)) - abhisheksr01 +- **(#15)** add mergify for auto mergin dependabot PR's - ([d2b2477](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d2b2477f6ac551fb1ad71fad6a7138edea8d4802)) - abhisheksr01 +- **(Jenkinsfile)** Added Jenkinsfile for git pull,build & testing stages - ([4b8f6de](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/4b8f6ded6e5b52c471afb22d623d6b8547317818)) - abhisheksr01 +- **(cloudbuild.yaml,Dockerfile)** CI/CD through Google Cloud Build & Cloud Run - ([4d0cbd7](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/4d0cbd76d98bebe13159fbb152e4d61901e750a8)) - abhisheksr01 +- **(config.yml)** add helm lint in circleci job - ([95a683d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/95a683d462a33448712752ddfad7d86877509644)) - abhisheksr01 +- **(hadolint)** add hodalint dockerfile linting instructions - ([0019e0b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0019e0bc41c4a454b011ee77dfbb02558d0c91ea)) - abhisheksr01 +- **(hadolint)** add hadolint in circleci & fix dockerfile linting - ([8a72d9e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/8a72d9e8c83aa9dbaa29fcdfb671d166c19f9c5a)) - abhisheksr01 +- **(pipeline.ym)** add concourse job for helm deployment - ([4224ef9](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/4224ef9813835b6bd17bcf7ca6da51c6cac34bbe)) - abhisheksr01 +- **(pipeline.yml)** concourse add healthcheck,acceptance,pen,performance test jobs - ([e0df193](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e0df193fcd94a8f90cfeb363fe17110ec18da9a1)) - abhisheksr01 +- **(pipeline.yml)** concourse add docker-build-scan-push job - ([2071ed6](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/2071ed6ab87b1b9b0957e0f1577b8a7920a91279)) - abhisheksr01 +- add check if crn is alphanumeric - ([83f819f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/83f819f242a88877ca6ee7c9833394141a5ddcc7)) - abhisheksr01 +- create repo visualization - ([54aa3a1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/54aa3a1359d28ef16952b32c62e727e3de4b835c)) - abhisheksr01 +#### Miscellaneous Chores +- **(#106)** move checkov iac scan job to circleci scheduled workflow - ([b6db47b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b6db47bda5ef168c6ce8f7435e12551fe3ddbac4)) - abhisheksr01 +- **(#118)** failing k8s deployment stage in circleci - ([2e81774](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/2e8177457c2447f5ba5086394d7d0e4f69ecf81f)) - abhisheksr01-informa +- **(#118)** bump dependencies with a workaround fix - ([ce7ac5a](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ce7ac5a09c267a4a6730d6b1f07beb357bf825fb)) - abhisheksr01-informa +- **(#212)** remove references to checkstyle in build.gradle - ([d12265c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d12265c1fad24007da1c640b6341c9951c94ae06)) - abhisheksr01 +- **(#220)** update vulnerability-checks.sh to allow 1 high vulnerability - ([d1e0dfa](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d1e0dfa31317f33ba118fcfca0b2138e9df287ec)) - abhisheksr01 +- **(#273)** only pick 1st occurance of the trivy scan status - ([29b6e3c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/29b6e3c4d7c9f9318f9352c5a5a9a24458c18b95)) - abhisheksr01 +- **(#286)** remove unwanted annotation - ([1f7a461](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1f7a461cd64926cef225351fd5ea1244894aaf86)) - abhisheksr01 +- **(#286)** add Controller Integration Test - ([7f0bb47](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7f0bb47dc33efbb94cc3e224a556946f3470dbc7)) - abhisheksr01 +- **(README.md)** make README bash command copiable - ([8a6cdad](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/8a6cdaddb156b140e5293a6a431a8bd5d58ca30f)) - abhisheksr01 +- **(README.md)** Update Jenkins installation guide - ([e0fcb4c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e0fcb4cdcf1d2a51f76bd6aa2fb69708fb553c53)) - abhisheksr01 +- **(buil.gradle)** bump dependencies - ([7787e6b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7787e6bd596473bde4cf4d997a5c69de9b8455fe)) - abhisheksr01 +- **(build.gradle)** bump owasp dependencycheck dependency - ([0f9c06b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0f9c06b7351aab0bfca9cc2e298e8da386e319cc)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([6247a76](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6247a768590e07f5264c9b55029baaeceef2f0d3)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([74aaaf2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/74aaaf2e16c852b0ac97b4c99835c969cc99c2bd)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([e066f5d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e066f5dc4bdf3ff8b308daed882f6a1378d245dd)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([c80e700](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/c80e7006b5557818ac9c762735191354b563655d)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([d4f76aa](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d4f76aa4e38349dfa43d1400a75493a894c4abc2)) - abhisheksr01 +- **(build.gradle)** bump ioCucumber to 6.10.4 - ([f08c4f1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f08c4f170163c4f0038ffabbffc0f39b749d35cc)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([07ece0e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/07ece0e05b9ac2b0cbd7e982247d4bea051238fc)) - abhisheksr01 +- **(build.gradle)** bump dependencies - ([3b136af](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/3b136afe714bd5dfc8ab1e8b58e7ff45641ef7d7)) - abhisheksr01 +- **(build.gradle,README.md)** bump dependencies & update concourse README instructions - ([4b874e7](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/4b874e79ae04ff2dab0193d16347fb91b89e28ea)) - abhisheksr01 +- **(build.gradle,gradle-w.prop)** bump depdencies & gradlew version - ([dd97431](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/dd974312c2958a4f3b2a66f827fb0ed41b7d816c)) - abhisheksr01 +- **(concourse-ci)** use specific tags instead of latest in docker-compose.yml - ([7d0b88a](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7d0b88af8f5ea844d1d0c2e9e010618ce392008a)) - abhisheksr01 +- **(config.yml)** stop circleci executing on PR in favour of GithubActions - ([08e8733](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/08e873343c4516170c25165037e7ce747cfb9f3f)) - abhisheksr01 +- **(config.yml)** bump the circleci java executor - ([2e7fcbf](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/2e7fcbf5a5ccb7644659557939e96ce2ed7c023e)) - abhisheksr01 +- **(dependabot.yml)** remove the unwanted ignores - ([681e621](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/681e621ad3cdc6aaceb62e35fa27fd12a1c9cf7c)) - Abhishek Singh Rajput +- **(deps)** #106 bump dependencies and use trivy.yaml to fix security vulnerability - ([151aa7c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/151aa7cf7b966be7cd03fa50f759518ef9636dce)) - abhisheksr01 +- **(deps)** update dependabot config - ([81ae1a1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/81ae1a16da14d08bb9debfb645cea64a87454876)) - abhisheksr01 +- **(deps)** bump spring dependencies - ([6a3a4bd](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6a3a4bd8e52e122e7512549e6c11aaa50d3f277d)) - abhisheksr01 +- **(deps)** bump dev and test dependencies - ([3fdcad9](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/3fdcad94e408a886b69214ff81ed7b940ece6186)) - [@abhisheksr01](https://github.com/abhisheksr01) +- **(deps)** bump org.owasp.dependencycheck from 9.0.9 to 11.1.1 - ([0c81acf](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0c81acf582da4d6743daebef3d1dbbfa5a78580f)) - dependabot[bot] +- **(deps)** bump org.junit.vintage:junit-vintage-engine - ([56dc9f3](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/56dc9f30dc8d95bfabb54c0b3238e52b2853bec8)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.2.1 to 3.2.2 - ([2363809](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/236380909537a4c540a1aaec25a6ad555e71a6b7)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 9.0.8 to 9.0.9 - ([326fefc](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/326fefc1b0f74013c8a8b9e6c11a988e39268ad7)) - dependabot[bot] +- **(deps)** bump info.solidsoft.pitest from 1.9.11 to 1.15.0 - ([ac3c292](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ac3c292297639572d8fe5bf20ea21cb19d663c0d)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.1.3 to 3.1.4 - ([a880c23](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a880c23f94ae50378fd1712906dea6c670dc16fe)) - dependabot[bot] +- **(deps)** bump org.projectlombok:lombok from 1.18.28 to 1.18.30 - ([d0c527f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d0c527f33907bfbc0cedbeaff7da6827b6dedff3)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.13.0 to 7.14.0 - ([b275fdf](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b275fdf773249be4e1005fe9952d7d96d39679cd)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock from 3.0.0 to 3.0.1 - ([a30c154](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/a30c15483c91ed797110fcf0dacf0ea0f89391ef)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([b10554f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b10554f40161a8a0828be10a0ff1a1d11494acfd)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.1.2 to 3.1.3 - ([1e62a2c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1e62a2c147102b5aa2fc88138c6f254727620647)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 8.3.1 to 8.4.0 - ([46beb79](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/46beb793710f46ccd4687c120fb8cf989df1d5b0)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management from 1.1.2 to 1.1.3 - ([3508a9a](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/3508a9aa0a6154b88021396d9fe5400b66f10b29)) - dependabot[bot] +- **(deps)** bump org.springdoc:springdoc-openapi-starter-webmvc-ui - ([df0c3e0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/df0c3e029413cfc88ef550d579c79d8ddfd566f7)) - dependabot[bot] +- **(deps)** bump org.junit.vintage:junit-vintage-engine - ([c2ca93b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/c2ca93b92da3f9f570456382e58795760431c7e6)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.1.1 to 3.1.2 - ([29e1eea](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/29e1eeafbd623f20f07068b39fd704f707c8475b)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management from 1.1.0 to 1.1.2 - ([9ffb214](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/9ffb214de64e7d9e2a94a825bdf3d8d56bf0caed)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.12.1 to 7.13.0 - ([f4c0a6b](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f4c0a6b6edc66e9a72162143c7ec8fa3571e5f42)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.1.0 to 3.1.1 - ([9ba9443](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/9ba9443627c8e223c0f620b92451826c9321ae60)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 8.2.1 to 8.3.1 - ([b61b54e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b61b54ec7b186048c6bdc80a838331666e5785b7)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([0de89cc](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0de89cc58f9d2f437eb78e1d8ee06a159df03a48)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([ca37b20](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ca37b20364d26516f7a670d594909b11da49f4ad)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.12.0 to 7.12.1 - ([9af8a5f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/9af8a5f17291223fbb80906eaf2a34c53ff504ab)) - dependabot[bot] +- **(deps)** bump org.projectlombok:lombok from 1.18.26 to 1.18.28 - ([252c4dd](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/252c4dd188118a9495831c00b7fe2f229f75902e)) - dependabot[bot] +- **(deps)** bump org.pitest:pitest-junit5-plugin from 1.1.2 to 1.2.0 - ([c25c81f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/c25c81fcefdd1b1034e2f4cb5303123e2bb6ad5b)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.0.7 to 3.1.0 - ([e9feb5f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e9feb5fc0aad789cfa0446213401d721f9f58365)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.0.6 to 3.0.7 - ([d9c554c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d9c554c4cfeaa13faf7c393f23b1ebff9a2dffdb)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.11.2 to 7.12.0 - ([36c95e8](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/36c95e81db1d8ab73d50fd3283030b9f0a9cc37e)) - dependabot[bot] +- **(deps)** bump org.junit.vintage:junit-vintage-engine - ([97c905c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/97c905c63f99945e7a0c262d336ee62a8e74c093)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([f534e51](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f534e5144d4ce3478c086339862186a3bf64e29c)) - dependabot[bot] +- **(deps)** bump mapstructVersion from 1.5.3.Final to 1.5.5.Final - ([7536e46](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7536e467190c90274e00f2f73f93d863f3f02fd4)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 3.0.5 to 3.0.6 - ([1f7c5ff](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1f7c5ffedecbc242c6afafd75ea426c0a45e2cd3)) - dependabot[bot] +- **(deps)** bump org.springdoc:springdoc-openapi-starter-webmvc-ui - ([19fab5c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/19fab5c82c580283262ff4acf9903b96a9977670)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([f0a613f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f0a613f69885b0629df5e982018dddbbe60a57af)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([390df66](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/390df66a17e5cfa0fcf0594bea1026ae807cc73f)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.11.1 to 7.11.2 - ([7441b91](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7441b91f02228102a890b650228534c8bc11f356)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 8.1.2 to 8.2.1 - ([6e03f23](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6e03f2380de6c3b242388d8fb3374e6a7c75a5f2)) - dependabot[bot] +- **(deps)** bump com.github.tomakehurst:wiremock - ([87cfa89](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/87cfa8907421132e4207d3c1621ed0f8ea7ed799)) - dependabot[bot] +- **(deps)** bump info.solidsoft.pitest from 1.9.0 to 1.9.11 - ([7ca3e7e](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7ca3e7e3928d7c861fd3fa144ae98ce25ca733e9)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.3.0 to 7.3.2 - ([7b87dfe](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7b87dfea7c7c766e2c2880fc3142bfd202f21be3)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.8.1 to 7.9.0 - ([ee7f263](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ee7f26334e6834bcdac64a254127bbe47dc318c5)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.7.4 to 2.7.5 - ([6dd0b3a](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6dd0b3a2e583216e2686b5333db1442f32e47f13)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.2.1 to 7.3.0 - ([f407f31](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f407f319cc5e9d6127af24259a0b6f14abb0af88)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management - ([68b5f79](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/68b5f79b01e0c607864b1d395f38732262cb88fb)) - dependabot[bot] +- **(deps)** bump mapstructVersion from 1.5.2.Final to 1.5.3.Final - ([701f370](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/701f3703844b2779e482fd7086d0ee2cc0a63b63)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.8.0 to 7.8.1 - ([e9830e1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e9830e18d6d764a8d1f539994079737a62f21fcb)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.7.3 to 2.7.4 - ([d7367e8](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d7367e87d4329bd54caf97b03c9010fbf0d54dd4)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management - ([5a2de24](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/5a2de24c0b031e074309161556351d6f9865522c)) - dependabot[bot] +- **(deps)** bump junit-vintage-engine from 5.9.0 to 5.9.1 - ([22bb7d4](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/22bb7d48c8282c5f3001a69e052fb96e61849cd1)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.2.0 to 7.2.1 - ([8400a1c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/8400a1cab6f749a36aca126ca055a702a7973c69)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.1.2 to 7.2.0 - ([0261533](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0261533a0f602112d4577cc4c8fe61906984dc16)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.7.0 to 7.8.0 - ([c06ac12](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/c06ac129835e860035aa5db07076a4581be2dda8)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.6.0 to 7.7.0 - ([e1d3375](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/e1d337551c744d7eb5455b7a1f640a211b9c0284)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.1.1 to 7.1.2 - ([9d152ef](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/9d152efd77fa92e531e10f23512eb676a4aa84b5)) - dependabot[bot] +- **(deps)** bump info.solidsoft.pitest from 1.7.4 to 1.9.0 - ([6c599c1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6c599c1b0119ac729c876bf1c51c3ffc8b033bb9)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management - ([2aeb7ef](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/2aeb7effb1f350074e91d84e31fcf679f6cf1e52)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.7.2 to 2.7.3 - ([718d288](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/718d288ba7f4146936e6669c3b6122b4443aa6c2)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.4.1 to 7.6.0 - ([1c970d8](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1c970d8b87edc40af60959fb96403a301b968afd)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.7.1 to 2.7.2 - ([bdddd6d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/bdddd6dcc29a3cf7c7ffa71d8a92833378c97c3d)) - dependabot[bot] +- **(deps)** bump io.spring.dependency-management - ([6056979](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6056979712e42f6cc290ebe5578dfde883e347ec)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.3.4 to 7.4.1 (#158) - ([9a3620f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/9a3620f0b7a7d333095fd92b77ee0c8d00250061)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.7.0 to 2.7.1 - ([0fa1481](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0fa1481e86ab76ef0d17b8a5f4e1404a70e6eee8)) - dependabot[bot] +- **(deps)** bump mapstructVersion from 1.4.2.Final to 1.5.2.Final - ([6ab2089](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/6ab2089f015771094adb631afba669ab1f65bd51)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.1.0.1 to 7.1.1 - ([497b1ad](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/497b1ade5e934398960822afec86753209854f37)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.3.3 to 7.3.4 - ([0d915ae](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/0d915ae51bda80c0dc7c114f074c2a7aa8b19e54)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.3.2 to 7.3.3 - ([07a80e8](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/07a80e8eca4cdb64514f237da4fc0335221a6c33)) - dependabot[bot] +- **(deps)** bump org.owasp.dependencycheck from 7.0.4.1 to 7.1.0.1 - ([7ebfd4c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7ebfd4c566c5ad24c18698e864d61e6abb17deaf)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.3.1 to 7.3.2 - ([daced2c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/daced2c337ef81be47a2cf2d031d09b151e58ef2)) - dependabot[bot] +- **(deps)** bump ioCucumberVersion from 7.2.3 to 7.3.1 - ([5b4ff7c](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/5b4ff7cde023e1ea6f3f1e3f9b77bbe3f7b80cbb)) - dependabot[bot] +- **(deps)** bump org.springframework.boot from 2.6.6 to 2.6.7 - ([3c24d10](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/3c24d10f69c144825044f175a26bbe42638a1d5e)) - dependabot[bot] +- **(deps)** bump lombok from 1.18.22 to 1.18.24 (#138) - ([d8a21f0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d8a21f0621be67552775a8adeadbd6e23e8bd748)) - Abhishek Singh Rajput +- **(deps)** bump ioCucumberVersion from 6.2.0 to 6.4.0 (#27) - ([ce63b58](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/ce63b58497130c579bdb84df6bc505a7ee3bfff4)) - dependabot-preview[bot] +- **(deps)** bump ioCucumberVersion from 6.1.0 to 6.1.2 (#19) - ([d746a43](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d746a43ffadfc040e9239893fa336439a581657c)) - dependabot-preview[bot] +- **(deps)** bump ioCucumberVersion from 5.0.0-RC4 to 6.1.0 (#11) - ([1b11c7a](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1b11c7a22fbb7d79e3132d50cd32d7e4a8cb4d00)) - dependabot-preview[bot] +- **(deps)** bump org.springframework.boot from 2.3.0.RELEASE to 2.3.1.RELEASE (#12) - ([7911fd0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/7911fd04587c62636ee6b8d1104c628f0a67e25a)) - dependabot-preview[bot] +- **(deps)** bump lombok from 1.18.8 to 1.18.12 - ([f6be195](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f6be195ec3fda1153c1bf73f55b7536c383b77dc)) - dependabot-preview[bot] +- **(deps)** bump io.spring.dependency-management - ([672f5ce](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/672f5ce81ec82a261a4c8cd72fb1c078f532a11d)) - dependabot-preview[bot] +- **(deps)** bump pitest-junit5-plugin from 0.10 to 0.12 - ([26e90d0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/26e90d0fa8572c4d36300e351a6694e1002fda54)) - dependabot-preview[bot] +- **(gradle-wrapper.jar)** add gradle wrapper jar - ([45a2c4d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/45a2c4d39178eb46000ef661dc001a681176d2bd)) - abhisheksr01 +- **(gradlew)** bump version to 7.0.2 - ([aaa58e1](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/aaa58e1515d9f1ce3c4e931849ee7707047c3eaf)) - abhisheksr01 +- **(jenkinsfile)** update git url & add dependency vulnerability stage - ([aa0267f](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/aa0267f05d05a70ec36d6c57b1751218a67ca7b0)) - abhisheksr01 +- **(pipeline.yml)** concourse update the docker task path - ([f91a5b2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/f91a5b296d566cfd0a20007add3cca916347138c)) - abhisheksr01 +- **(scripts)** extract the log prettifiers into utils.sh - ([26b39a2](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/26b39a2e3393e4fc0506724311411c4ffbd12b9f)) - abhisheksr01 +- bump depenencycheck,springdoc,pitest,junitvintage dependencies - ([486c753](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/486c753ddcfdaa328453066bc26219bccf4085d3)) - abhisheksr01 +- bump springboot,gradlew, cucumber and wiremock dependencies - ([b4786f7](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/b4786f7104038a7dc9e81f2e5f733addde9bb891)) - abhisheksr01 +- update bad request test - ([37eff98](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/37eff98e1f7c37a40877cfa9322719853a788659)) - abhisheksr01 +- bump dependencies - ([d2cfdbb](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/d2cfdbb93add813c36343fc76de12406bc4ea02a)) - abhisheksr01 +- bump gradlew & springboot version - ([1d0bd54](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/1d0bd54b720c2c7f9fe13ecde835687417a42858)) - abhisheksr01 +- remove trivy installation in shell script & use abhisheksr01/eks-helm image in circleci - ([cfb1e4d](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/cfb1e4dc5f91f50698f4853ff4578a3c61b54ee3)) - abhisheksr01 +- Add name attribute to health check job in workflow - ([72afed0](https://github.com/abhisheksr01/spring-boot-microservice-best-practices/commit/72afed05bf07f1d4ed7045f592f573a7c57c3a53)) - abhisheksr01 + + diff --git a/cog.toml b/cog.toml index 324724b..85017b0 100644 --- a/cog.toml +++ b/cog.toml @@ -19,7 +19,9 @@ post_package_bump_hooks = [] [changelog] path = "CHANGELOG.md" -authors = [] +authors = [ + { username = "abhisheksr01", signature = "Abhishek Rajput" } +] [bump_profiles]