Skip to content

Commit

Permalink
Merge pull request #207 from sergeyt/renovate/spring-boot
Browse files Browse the repository at this point in the history
Update dependency org.springframework.boot:org.springframework.boot.gradle.plugin to v2.4.1
  • Loading branch information
sergeyt committed Jan 10, 2021
2 parents 407acf0 + 1c211c7 commit ce441b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fparse/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("org.springframework.boot") version "2.3.3.RELEASE"
id("org.springframework.boot") version "2.4.1"
id("io.spring.dependency-management") version "1.0.10.RELEASE"
kotlin("jvm") version "1.3.61"
kotlin("plugin.spring") version "1.3.61"
Expand Down

0 comments on commit ce441b1

Please sign in to comment.