Skip to content

Commit

Permalink
Merge pull request #73 from lsd-consulting/dependabot/gradle/springfr…
Browse files Browse the repository at this point in the history
…amework-dependencies-d1132e1805
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
2 parents 958e751 + 8cafa22 commit e6d5089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions generator-integration-test/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ dependencies {
implementation project(":generator-integration-test-api")

compileOnly 'org.wiremock:wiremock:3.10.0'
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.0'
implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.0'
implementation 'org.springframework.boot:spring-boot-starter-web:3.4.1'
implementation 'org.springframework.boot:spring-boot-starter-validation:3.4.1'
implementation 'org.apache.commons:commons-lang3:3.17.0'

testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.0') {
testImplementation('org.springframework.boot:spring-boot-starter-test:3.4.1') {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'org.wiremock:wiremock:3.10.0'
Expand Down
2 changes: 1 addition & 1 deletion generator/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin

plugins {
id 'org.springframework.boot' version '3.4.0' apply false
id 'org.springframework.boot' version '3.4.1' apply false
id 'signing'
id 'maven-publish'
id 'jacoco'
Expand Down

0 comments on commit e6d5089

Please sign in to comment.