Skip to content

Commit

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

Bump spring-boot-dependencies from 2.6.6 to 2.6.7 in /examples
  • Loading branch information
larsgrefer committed Apr 22, 2022
2 parents 4fd3432 + 8f448e1 commit 5ffc1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/javadoc/build.gradle
Expand Up @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.javadocs"

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

0 comments on commit 5ffc1f0

Please sign in to comment.