Skip to content

Commit

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

Bump spring-boot-dependencies from 2.7.4 to 2.7.5 in /examples
  • Loading branch information
larsgrefer committed Oct 21, 2022
2 parents 7d54efc + 128d6a1 commit 6a17943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/javadoc/build.gradle
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.4")
implementation platform("org.springframework.boot:spring-boot-dependencies:2.7.5")
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
implementation "org.springframework.boot:spring-boot-starter-web"
}

0 comments on commit 6a17943

Please sign in to comment.