This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 97b327e9 [KARAF-7656] Upgrade to snmp4j 3.7.4
     new 3a72dfc9 Merge pull request #318 from jbonofre/KARAF-7656
97b327e9 is described below

commit 97b327e98b2f2b0a30f55551929f0daba78471cc
Author: JB Onofré <[email protected]>
AuthorDate: Mon Feb 6 10:13:59 2023 +0100

    [KARAF-7656] Upgrade to snmp4j 3.7.4
---
 collector/snmp/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/collector/snmp/pom.xml b/collector/snmp/pom.xml
index f36f983e..e922a7c9 100644
--- a/collector/snmp/pom.xml
+++ b/collector/snmp/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.snmp4j</groupId>
             <artifactId>snmp4j</artifactId>
-            <version>3.6.4</version>
+            <version>3.7.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.collector</groupId>
@@ -77,4 +77,4 @@
         </plugins>
     </build>
 
-</project>
\ No newline at end of file
+</project>

Reply via email to