Skip to content

Commit 146984e

Browse files
Gradle, Gradle plugins, commonsCodec, HttpClient, HttpCore version updates (#84)
1 parent e823690 commit 146984e

File tree

7 files changed

+12
-14
lines changed

7 files changed

+12
-14
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## version 7.1.0-SNAPSHOT
44
*Released*: TBD
5-
*
5+
* Gradle, Gradle plugins, commonsCodec, HttpClient, HttpCore version updates
66

77
## version 7.0.0
88
*Released*: 18 July 2025

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ buildscript {
1616
}
1717
content {
1818
includeGroup "org.labkey.build"
19-
includeGroup "org.labkey.versioning"
2019
}
2120
}
2221
if (gradlePluginsVersion.contains("SNAPSHOT"))
@@ -29,7 +28,6 @@ buildscript {
2928
}
3029
content {
3130
includeGroup "org.labkey.build"
32-
includeGroup "org.labkey.versioning"
3331
}
3432
}
3533

gradle.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ artifactory_contextUrl=https://labkey.jfrog.io/artifactory
77
sourceCompatibility=17
88
targetCompatibility=17
99

10-
gradlePluginsVersion=6.2.0
10+
gradlePluginsVersion=7.2.0
1111

12-
commonsCodecVersion=1.18.0
12+
commonsCodecVersion=1.20.0
1313
commonsLoggingVersion=1.3.5
1414

15-
httpclient5Version=5.5
16-
httpcore5Version=5.3.4
15+
httpclient5Version=5.5.1
16+
httpcore5Version=5.3.6
1717

1818
jsonObjectVersion=20250517
1919

gradle/wrapper/gradle-wrapper.jar

1.83 KB
Binary file not shown.

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.14.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.1-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

gradlew

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

gradlew.bat

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)