Skip to content

Commit c65b306

Browse files
authored
Update dependencies (#77)
1 parent 4bfe613 commit c65b306

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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 6.3.0-SNAPSHOT
44
*Released*: TBD
5-
* Update Commons Logging, HttpClient, HttpCore, Gradle, and Gradle Plugins versions
5+
* Update Commons Logging, Gradle, Gradle Plugins, HttpClient, HttpCore, and JSONObject versions
66

77
## version 6.2.0
88
*Released*: 29 July 2024

gradle.properties

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

10-
gradlePluginsVersion=4.2.0
10+
gradlePluginsVersion=6.1.0
1111

1212
commonsCodecVersion=1.17.1
1313
commonsLoggingVersion=1.3.4
1414

1515
httpclient5Version=5.4.1
16-
httpcore5Version=5.3.1
16+
httpcore5Version=5.3.2
1717

18-
jsonObjectVersion=20240303
18+
jsonObjectVersion=20250107
1919

2020
junitVersion=4.13.2
2121

gradle/wrapper/gradle-wrapper.jar

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

0 commit comments

Comments
 (0)