This is an automated email from the ASF dual-hosted git repository.
paulk pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/groovy-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 445eebb bump dependencies
445eebb is described below
commit 445eebb4ae616eef810dbe897106f4e71296994e
Author: Paul King <[email protected]>
AuthorDate: Wed Jan 22 20:51:29 2025 +1000
bump dependencies
---
buildSrc/build.gradle | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle
index 74a914a..13c7d57 100644
--- a/buildSrc/build.gradle
+++ b/buildSrc/build.gradle
@@ -23,5 +23,6 @@ repositories {
dependencies {
implementation 'org.apache.httpcomponents:httpclient:4.5.13'
+ implementation 'commons-codec:commons-codec:1.13' // remove httpclient
vulnerability
implementation 'com.yahoo.platform.yui:yuicompressor:2.4.8'
}