Skip to content

Commit 56833f7

Browse files
authored
fix(deps): update dependencies (#140)
* fix(deps): update dependencies * Update build.gradle
1 parent 9375a04 commit 56833f7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ buildscript {
1212

1313
plugins {
1414
id 'jacoco'
15-
id 'org.sonarqube' version '6.2.0.5505'
16-
id 'org.springframework.boot' version '3.5.4' apply false
15+
id 'org.sonarqube' version '6.3.1.5724'
16+
id 'org.springframework.boot' version '3.5.5' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '3.23.2'
18+
id 'co.com.bancolombia.cleanArchitecture' version '3.25.0'
1919
}
2020

2121
repositories {
2222
mavenCentral()
2323
}
2424

2525
apply from: './main.gradle'
26-
apply plugin: 'com.github.ben-manes.versions'
26+
apply plugin: 'com.github.ben-manes.versions'

main.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,4 +183,4 @@ tasks.register('generateMergedReport', JacocoReport) {
183183

184184
tasks.named('wrapper') {
185185
gradleVersion = '8.14.3'
186-
}
186+
}

0 commit comments

Comments
 (0)