We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 832bde1 commit c031ba9Copy full SHA for c031ba9
build.gradle
@@ -12,15 +12,15 @@ buildscript {
12
13
plugins {
14
id 'jacoco'
15
- id 'org.sonarqube' version '6.3.1.5724'
16
- id 'org.springframework.boot' version '3.5.6' apply false
+ id 'org.sonarqube' version '7.0.1.6134'
+ id 'org.springframework.boot' version '4.0.0-RC1' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
- id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
+ id 'co.com.bancolombia.cleanArchitecture' version '3.26.2'
19
}
20
21
repositories {
22
mavenCentral()
23
24
25
apply from: './main.gradle'
26
-apply plugin: 'com.github.ben-manes.versions'
+apply plugin: 'com.github.ben-manes.versions'
0 commit comments