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 b647b77 commit 5aa43ccCopy full SHA for 5aa43cc
build.gradle
@@ -13,14 +13,14 @@ buildscript {
13
plugins {
14
id 'jacoco'
15
id 'org.sonarqube' version '6.3.1.5724'
16
- id 'org.springframework.boot' version '3.5.5' apply false
+ id 'org.springframework.boot' version '4.0.0-M2' apply false
17
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18
- id 'co.com.bancolombia.cleanArchitecture' version '3.25.0'
+ id 'co.com.bancolombia.cleanArchitecture' version '3.26.1'
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