Skip to content

Commit 8b06fcb

Browse files
chore(connector): Upgrade sourceforge to version 0.9.16 (#26247)
## Description Upgrade sourceforge to version 0.9.16 ## Motivation and Context <!---Why is this change required? What problem does it solve?--> <!---If it fixes an open issue, please link to the issue here.--> ## Impact <!---Describe any public API or user-facing feature change or any performance impact--> ## Test Plan <!---Please fill in how you tested your change--> ## Contributor checklist - [ ] Please make sure your submission complies with our [contributing guide](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md), in particular [code style](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#code-style) and [commit standards](https://github.com/prestodb/presto/blob/master/CONTRIBUTING.md#commit-standards). - [ ] PR description addresses the issue accurately and concisely. If the change is non-trivial, a GitHub Issue is referenced. - [ ] Documented new properties (with its default value), SQL syntax, functions, or other functionality. - [ ] If release notes are required, they follow the [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines). - [ ] Adequate tests were added if applicable. - [ ] CI passed. ## Release Notes Please follow [release notes guidelines](https://github.com/prestodb/presto/wiki/Release-Notes-Guidelines) and fill in the release notes below. ``` == RELEASE NOTES == Security Changes * Upgrade sourceforge to version 0.9.16 ```
1 parent 4ec539d commit 8b06fcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

presto-parquet/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@
277277
<dependency>
278278
<groupId>net.sourceforge.fmpp</groupId>
279279
<artifactId>fmpp</artifactId>
280-
<version>0.9.15</version>
280+
<version>0.9.16</version>
281281
</dependency>
282282
</dependencies>
283283
<configuration>

0 commit comments

Comments
 (0)