Skip to content

Commit

Permalink
Merge pull request #866 from freefair/dependabot/gradle/examples/org.…
Browse files Browse the repository at this point in the history
…springframework.boot-spring-boot-dependencies-2.7.15

Bump org.springframework.boot:spring-boot-dependencies from 2.7.14 to 2.7.15 in /examples
  • Loading branch information
larsgrefer committed Aug 27, 2023
2 parents 0712001 + 90b4a72 commit c216214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/javadoc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apply plugin: "io.freefair.javadocs"
apply plugin: "io.freefair.github.dependency-manifest"

dependencies {
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.14")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.15")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-web"
}

0 comments on commit c216214

Please sign in to comment.