Skip to content

Commit

Permalink
Bump the gradle-updates group with 3 updates
Browse files Browse the repository at this point in the history
Bumps the gradle-updates group with 3 updates: [io.spring.gradle:dependency-management-plugin](https://github.com/spring-gradle-plugins/dependency-management-plugin), [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) and io.swagger.core.v3:swagger-models.


Updates `io.spring.gradle:dependency-management-plugin` from 1.1.6 to 1.1.7
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.6...v1.1.7)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.3 to 5.11.4
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.3...r5.11.4)

Updates `io.swagger.core.v3:swagger-models` from 2.2.26 to 2.2.27

---
updated-dependencies:
- dependency-name: io.spring.gradle:dependency-management-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent 0a2801e commit 4a11f68
Show file tree
Hide file tree
Showing 3 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
Expand Up @@ -10,7 +10,7 @@ plugins {
ext.springBootVersion = "3.4.0"

// io.spring.gradle:dependency-management-plugin
ext.springBootDependencyManagementPluginVersion = "1.1.6"
ext.springBootDependencyManagementPluginVersion = "1.1.7"

// com.github.ben-manes:gradle-versions-plugin
ext.gradleVersionsPluginVersion = "0.51.0"
Expand Down
2 changes: 1 addition & 1 deletion laa-ccms-spring-boot-gradle-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation "org.springframework.boot:spring-boot-gradle-plugin:$springBootVersion"
implementation "io.spring.gradle:dependency-management-plugin:$springBootDependencyManagementPluginVersion"

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
transitive = false
}

implementation 'io.swagger.core.v3:swagger-models:2.2.26'
implementation 'io.swagger.core.v3:swagger-models:2.2.27'

implementation 'org.springframework.boot:spring-boot-starter-web'

Expand Down

0 comments on commit 4a11f68

Please sign in to comment.