Skip to content

Commit b0ff7b4

Browse files
committed
update plugin
1 parent 01f5493 commit b0ff7b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

screenshot/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'org.jetbrains.kotlin.plugin.spring' version '1.8.10' // For Spring support
1111
id 'org.springframework.boot' version '3.2.4' // Adjust the Spring Boot version as needed
1212
id 'io.spring.dependency-management' version '1.1.0' // For dependency management
13-
id 'org.sonarqube' version '5.3.1'
13+
id 'org.sonarqube' version '6.3.1.5724'
1414
id 'jacoco'
1515
id 'application'
1616
id "com.diffplug.spotless" version "6.19.0"

server/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77
id 'application'
88
id 'org.springframework.boot' version '3.4.5'
99
id 'io.spring.dependency-management' version '1.1.7'
10-
id "org.sonarqube" version "5.3.1"
10+
id "org.sonarqube" version "6.3.1.5724"
1111
id "com.diffplug.spotless" version "6.19.0"
1212
id "org.flywaydb.flyway" version "10.1.0"
1313
id 'java'

0 commit comments

Comments
 (0)