Skip to content
This repository was archived by the owner on Nov 10, 2025. It is now read-only.

Commit dcf6d58

Browse files
committed
Upgrade to the latest deps; prepare fpr release
1 parent 29235e6 commit dcf6d58

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ plugins {
77
id 'eclipse'
88
id 'idea'
99
id 'jacoco'
10-
id 'org.sonarqube' version '4.2.0.3129'
10+
id 'org.sonarqube' version '4.3.0.3225'
1111
id 'checkstyle'
1212
id 'org.ajoberstar.grgit' version '4.1.1'
13-
id 'io.spring.dependency-management' version '1.1.1'
14-
id 'com.jfrog.artifactory' version '4.32.0'
13+
id 'io.spring.dependency-management' version '1.1.2'
14+
id 'com.jfrog.artifactory' version '4.33.1'
1515
}
1616

1717
description = 'Spring Integration AWS Support'
@@ -103,7 +103,7 @@ jacoco {
103103

104104
checkstyle {
105105
configDirectory.set(rootProject.file('src/checkstyle'))
106-
toolVersion = '10.12.0'
106+
toolVersion = '10.12.1'
107107
}
108108

109109
dependencies {

0 commit comments

Comments
 (0)