This is an automated email from the ASF dual-hosted git repository. ddanielr pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-proxy.git
commit fb70ec3b6201a73ec12822700f3ef163b4b855ff Merge: f7ac7f7 f1ca703 Author: Daniel Roberts <[email protected]> AuthorDate: Mon Aug 25 14:19:44 2025 -0400 Merge pull request #86 from Kidcredible300/update-to-2.1.4 Update to 2.1.4 pom.xml | 16 ++++----- src/main/java/org/apache/accumulo/proxy/Proxy.java | 39 ++++------------------ .../org/apache/accumulo/proxy/TServerUtils.java | 4 +-- 3 files changed, 16 insertions(+), 43 deletions(-) diff --cc pom.xml index 6cce093,5674094..c9746ec --- a/pom.xml +++ b/pom.xml @@@ -143,8 -143,13 +143,8 @@@ <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> - <version>32.0.0-jre</version> + <version>33.4.6-jre</version> </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - <version>2.6</version> - </dependency> <dependency> <groupId>io.micrometer</groupId> <artifactId>micrometer-core</artifactId>
