Skip to content

Commit

Permalink
chore(deps-dev): bump gradle-semantic-release-plugin
Browse files Browse the repository at this point in the history
Bumps [gradle-semantic-release-plugin](https://github.com/KengoTODA/gradle-semantic-release-plugin) from 1.4.22 to 1.6.2.
- [Release notes](https://github.com/KengoTODA/gradle-semantic-release-plugin/releases)
- [Changelog](https://github.com/KengoTODA/gradle-semantic-release-plugin/blob/master/CHANGELOG.md)
- [Commits](KengoTODA/gradle-semantic-release-plugin@v1.4.22...v1.6.2)

---
updated-dependencies:
- dependency-name: gradle-semantic-release-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and probot-auto-merge[bot] committed Jan 3, 2022
1 parent 642a277 commit 83fb117
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@semantic-release/github": "7.2.2",
"@semantic-release/release-notes-generator": "9.0.3",
"conventional-changelog-conventionalcommits": "4.6.2",
"gradle-semantic-release-plugin": "1.4.22",
"gradle-semantic-release-plugin": "1.6.2",
"semantic-release": "18.0.0"
},
"scripts": {
Expand Down
22 changes: 10 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1689,13 +1689,13 @@ graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.4:
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.4.tgz#2256bde14d3632958c465ebc96dc467ca07a29fb"
integrity sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw==

gradle-semantic-release-plugin@1.4.22:
version "1.4.22"
resolved "https://registry.yarnpkg.com/gradle-semantic-release-plugin/-/gradle-semantic-release-plugin-1.4.22.tgz#da48415aa4162ef33311e6d10603b74d6cf2c82c"
integrity sha512-Pe1HjE9bFbSj8FzrUKIcZqq44uZyLADrL1gdpkK/TGov42zBYvAxlC9Hc46IziWEF3puVCMfQTmZXNAKxNnoFw==
gradle-semantic-release-plugin@1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/gradle-semantic-release-plugin/-/gradle-semantic-release-plugin-1.6.2.tgz#8c1fea3e659d98a784b759cef7c0441ca300bc4d"
integrity sha512-TgyHP5S/gauc2xJwvruyKoRzHumgUi4UYhGW41PtL0X0bb7S95JblmN/CLWA38LsA9fGMvFmgrwcpLrUd7YI5Q==
dependencies:
promisified-properties "^2.0.3"
split2 "^3.1.1"
split2 "^4.1.0"

handlebars@^4.4.0:
version "4.7.6"
Expand Down Expand Up @@ -3387,7 +3387,7 @@ read@*, read@1, read@^1.0.7, read@~1.0.1:
dependencies:
mute-stream "~0.0.4"

"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.0.0, readable-stream@^3.6.0:
"readable-stream@2 || 3", readable-stream@3, readable-stream@^3.6.0:
version "3.6.0"
resolved "https://registry.yarnpkg.com/readable-stream/-/readable-stream-3.6.0.tgz#337bbda3adc0706bd3e024426a286d4b4b2c9198"
integrity sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==
Expand Down Expand Up @@ -3710,12 +3710,10 @@ split2@^2.0.0:
dependencies:
through2 "^2.0.2"

split2@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/split2/-/split2-3.1.1.tgz#c51f18f3e06a8c4469aaab487687d8d956160bb6"
integrity sha512-emNzr1s7ruq4N+1993yht631/JH+jaj0NYBosuKmLcq+JkGQ9MmTw1RB1fGaTCzUuseRIClrlSLHRNYGwWQ58Q==
dependencies:
readable-stream "^3.0.0"
split2@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/split2/-/split2-4.1.0.tgz#101907a24370f85bb782f08adaabe4e281ecf809"
integrity sha512-VBiJxFkxiXRlUIeyMQi8s4hgvKCSjtknJv/LVYbrgALPwf5zSKmEwV9Lst25AkvMDnvxODugjdl6KZgwKM1WYQ==

split2@~1.0.0:
version "1.0.0"
Expand Down

0 comments on commit 83fb117

Please sign in to comment.