Files
openhab-addons/bundles/org.openhab.binding.snmp/pom.xml
T
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2e31780c22 Bump org.snmp4j:snmp4j in the snmp4j group across 1 directory (#21038)
Bumps the snmp4j group with 1 update in the / directory: org.snmp4j:snmp4j.


Updates `org.snmp4j:snmp4j` from 3.11.0 to 3.12.2

---
updated-dependencies:
- dependency-name: org.snmp4j:snmp4j
  dependency-version: 3.12.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: snmp4j
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-09 23:09:58 +02:00

33 lines
977 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>5.3.0-SNAPSHOT</version>
</parent>
<artifactId>org.openhab.binding.snmp</artifactId>
<name>openHAB Add-ons :: Bundles :: SNMP Binding</name>
<dependencies>
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j</artifactId>
<version>3.12.2</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j-unix-transport</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>