File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -544,6 +544,6 @@ static def getScalaBinaryVersion(versionStr) {
544544
545545// wrapper generation task
546546wrapper {
547- gradleVersion = ' 8.5 '
547+ gradleVersion = ' 8.14.3 '
548548 distributionType = Wrapper.DistributionType . ALL
549549}
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 11org.gradle.daemon =false
22org.gradle.parallel =false
33org.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
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =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
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments