Skip to content

Commit

Permalink
build(deps): bump the patches group with 2 updates (#100)
Browse files Browse the repository at this point in the history
Bumps the patches group with 2 updates: [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) and me.qoomon.git-versioning.


Updates `io.spring.dependency-management` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.4)

Updates `me.qoomon.git-versioning` from 6.4.2 to 6.4.3

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: me.qoomon.git-versioning
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent 6997c53 commit 5d37006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
plugins {
id 'org.springframework.boot' version '3.1.5'
id 'io.spring.dependency-management' version '1.1.3'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.freefair.lombok' version '8.4'
id 'java'
id 'io.github.itzg.simple-boot-image' version '3.0.0'
// https://github.com/qoomon/gradle-git-versioning-plugin
id 'me.qoomon.git-versioning' version '6.4.2'
id 'me.qoomon.git-versioning' version '6.4.3'
}

group = 'io.github.itzg'
Expand Down

0 comments on commit 5d37006

Please sign in to comment.