Skip to content

Commit

Permalink
[WOR-1448]: Bump the minor-patch-dependencies group with 3 updates (#…
Browse files Browse the repository at this point in the history
…1785)

Bumps the minor-patch-dependencies group with 3 updates: com.jfrog.artifactory, org.apache.commons:commons-compress and [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot).


Updates `com.jfrog.artifactory` from 5.2.3 to 5.2.5

Updates `org.apache.commons:commons-compress` from 1.27.0 to 1.27.1

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.2 to 3.3.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.2...v3.3.3)

---
updated-dependencies:
- dependency-name: com.jfrog.artifactory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 8d0ec53 commit 6a6dd18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'maven-publish'
id 'com.jfrog.artifactory' version '5.2.3'
id 'com.jfrog.artifactory' version '5.2.5'

// For JShell support
// https://gitlab.com/barfuin/gradle-taskinfo
Expand Down
4 changes: 2 additions & 2 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ repositories {
}

dependencies {
implementation 'org.apache.commons:commons-compress:1.27.0'
implementation 'org.apache.commons:commons-compress:1.27.1'
implementation 'io.spring.dependency-management:io.spring.dependency-management.gradle.plugin:1.1.6'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.2'
implementation 'org.springframework.boot:spring-boot-gradle-plugin:3.3.3'
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.25.0'
implementation 'com.srcclr.gradle:com.srcclr.gradle.gradle.plugin:3.1.12'
testImplementation group: 'org.jacoco', name: 'org.jacoco.agent', version: '0.8.12'
Expand Down

0 comments on commit 6a6dd18

Please sign in to comment.