Skip to content

Commit 6af1ee3

Browse files
chore(deps): update gradle security fixes (minor/patch)
1 parent 779d0f3 commit 6af1ee3

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,6 @@ static def getScalaBinaryVersion(versionStr) {
544544

545545
//wrapper generation task
546546
wrapper {
547-
gradleVersion = '8.5'
547+
gradleVersion = '8.14.3'
548548
distributionType = Wrapper.DistributionType.ALL
549549
}

buildSrc/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ dependencies {
1414
implementation localGroovy()
1515

1616
implementation 'org.ajoberstar:grgit:1.7.2'
17-
implementation 'org.apache.httpcomponents:fluent-hc:4.5.13'
18-
implementation('org.jfrog.buildinfo:build-info-extractor-gradle:4.24.14') {
17+
implementation 'org.apache.httpcomponents:fluent-hc:4.5.14'
18+
implementation('org.jfrog.buildinfo:build-info-extractor-gradle:4.35.6') {
1919
exclude module: 'groovy-all'
2020
}
2121
}

gradle.properties

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
org.gradle.daemon=false
22
org.gradle.parallel=false
33
org.gradle.jvmargs=-Xms512m -Xmx512m
4-
scalaVersion=2.13.13
5-
kafkaVersion=4.0.0
6-
nettyVersion=4.1.118.Final
7-
jettyVersion=9.4.56.v20240826
8-
vertxVersion=4.5.8
9-
testcontainersVersion=1.21.3
4+
scalaVersion=2.13.18
5+
kafkaVersion=4.1.1
6+
nettyVersion=4.2.9.Final
7+
jettyVersion=9.4.58.v20250814
8+
vertxVersion=4.5.24
9+
testcontainersVersion=1.21.4

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
// Needed to override an old version of Apache HttpClient that was being included by the
1414
// net.vivin.gradle-semantic-build-versioning plugin.
1515
// See https://www.jfrog.com/jira/browse/GAP-317 for more info.
16-
classpath 'org.apache.httpcomponents:httpclient:4.5.13'
16+
classpath 'org.apache.httpcomponents:httpclient:4.5.14'
1717
classpath 'gradle.plugin.net.vivin:gradle-semantic-build-versioning:4.0.0'
1818
}
1919
}

0 commit comments

Comments
 (0)