Skip to content

Commit

Permalink
Merge pull request #109 from OpenNMS/dependabot/maven/release-1.x/com…
Browse files Browse the repository at this point in the history
….google.guava-guava-33.1.0-jre

build(deps): bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre
  • Loading branch information
RangerRick authored Mar 19, 2024
2 parents 5c28697 + 9382285 commit e5c5d98
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions client/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
<extensions>true</extensions>
<configuration>
<instructions>
<Import-Package>
com.google.common.*;version="${guava.osgi.version}",
*
</Import-Package>
<Export-Package>org.opennms.velocloud.client.api.*</Export-Package>
</instructions>
</configuration>
Expand Down
4 changes: 4 additions & 0 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<configuration>
<instructions>
<Karaf-Commands>*</Karaf-Commands>
<Import-Package>
com.google.common.*;version="${guava.osgi.version}",
*
</Import-Package>
<!-- Nothing to export -->
<Export-Package></Export-Package>
</instructions>
Expand Down
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<guava.version>33.0.0-jre</guava.version>
<guava.version>33.1.0-jre</guava.version>
<guava.osgi.version>33.1</guava.osgi.version>
<hamcrest.version>2.2</hamcrest.version>
<jersey.version>2.39.1</jersey.version>
<jackson.version>2.17.0</jackson.version>
Expand Down

0 comments on commit e5c5d98

Please sign in to comment.