Skip to content

Commit

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

Bump spring-boot-dependencies from 2.6.4 to 2.6.5 in /examples
  • Loading branch information
larsgrefer committed Mar 25, 2022
2 parents 419ee8f + 9d17ed4 commit d1899a8
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 @@ -2,7 +2,7 @@ apply plugin: "java"
apply plugin: "io.freefair.javadocs"

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

0 comments on commit d1899a8

Please sign in to comment.