Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Bump spring-boot-gradle-plugin from 2.3.12.RELEASE to 2.6.4 #2850

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
dependencies {
classpath 'com.netflix.nebula:gradle-extra-configurations-plugin:7.0.0'
// revElasticSearch7 in dependencies.gradle needs to be updated when spring is upgraded
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.3.12.RELEASE'
classpath 'org.springframework.boot:spring-boot-gradle-plugin:2.6.4'
classpath 'com.diffplug.spotless:spotless-plugin-gradle:6.+'
}
}
Expand All @@ -18,7 +18,7 @@ plugins {
id 'java'
id 'application'
id 'jacoco'
id 'nebula.netflixoss' version '10.4.0'
id 'nebula.netflixoss' version '10.6.0'
id 'org.sonarqube' version '3.3'
}

Expand Down