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 aa75f3d3 Bump org.snmp4j:snmp4j from 3.10.0 to 3.12.2 (#696)
aa75f3d3 is described below
commit aa75f3d3b5c39c6e02d66ddab14cbe8b5850b36c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:12:33 2026 +0200
Bump org.snmp4j:snmp4j from 3.10.0 to 3.12.2 (#696)
Bumps org.snmp4j:snmp4j from 3.10.0 to 3.12.2.
---
updated-dependencies:
- dependency-name: org.snmp4j:snmp4j
dependency-version: 3.12.2
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
collector/snmp/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/collector/snmp/pom.xml b/collector/snmp/pom.xml
index f7cffa02..059d7270 100644
--- a/collector/snmp/pom.xml
+++ b/collector/snmp/pom.xml
@@ -53,7 +53,7 @@
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j</artifactId>
- <version>3.10.0</version>
+ <version>3.12.2</version>
</dependency>
<dependency>
<groupId>org.apache.karaf.decanter.collector</groupId>