Skip to content

Commit

Permalink
normalize slf4j dependency, bump to 1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Reed committed Jun 28, 2023
1 parent 3233523 commit f8f0213
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions opennms-pris-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,11 @@
<artifactId>jaxb2-basics</artifactId>
<version>${jaxb2BasicsVersion}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4jVersion}</version>
</dependency>
<plugin>
<groupId>org.jvnet.jaxb2_commons</groupId>
<artifactId>jaxb2-fluent-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<mysqlConnectorVersion>8.0.21</mysqlConnectorVersion>
<opennmsVersion>31.0.3</opennmsVersion>
<postgresqlDriverVersion>42.2.18</postgresqlDriverVersion>
<slf4jVersion>1.7.30</slf4jVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<updatePolicy>interval:60</updatePolicy>
<wagonPluginVersion>3.4.1</wagonPluginVersion>
<wagonSshVersion>3.4.1</wagonSshVersion>
Expand Down

0 comments on commit f8f0213

Please sign in to comment.