Skip to content

Commit

Permalink
Merge branch 'feature/#252-extension-upgrade' of https://github.com/e…
Browse files Browse the repository at this point in the history
…xasol/cloud-storage-extension into feature/#252-extension-upgrade
  • Loading branch information
kaklakariada committed Aug 9, 2023
2 parents 0d1986d + 38a9d57 commit 0201b1c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 12 deletions.
4 changes: 4 additions & 0 deletions doc/changes/changes_2.7.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This release updates the extension so that it supports categories and upgrading
* #252: Implemented upgrading installed extension
* #251: Added category to extension

## Security

* #260: Updated dependencies to fix security vulnerabilities

## Dependency Updates

### Cloud Storage Extension
Expand Down
24 changes: 12 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<name>Cloud Storage Extension</name>
<description>Exasol Cloud Storage Import And Export Extension</description>
<url>https://github.com/exasol/cloud-storage-extension/</url>
<parent>
<artifactId>cloud-storage-extension-generated-parent</artifactId>
<groupId>com.exasol</groupId>
<version>2.7.3</version>
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
<properties>
<scala.version>2.13.11</scala.version>
<scala.compat.version>2.13</scala.compat.version>
Expand Down Expand Up @@ -39,12 +45,12 @@
<artifactId>grpc-netty</artifactId>
<version>1.57.1</version>
</dependency>
<dependency>
<!-- Upgrade nettty-handler to fix CVE-2023-34462-->
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<!-- Upgrade nettty-handler to fix CVE-2023-34462-->
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.96.Final</version>
</dependency>
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
Expand Down Expand Up @@ -950,10 +956,4 @@
</plugin>
</plugins>
</build>
<parent>
<artifactId>cloud-storage-extension-generated-parent</artifactId>
<groupId>com.exasol</groupId>
<version>2.7.3</version>
<relativePath>pk_generated_parent.pom</relativePath>
</parent>
</project>

0 comments on commit 0201b1c

Please sign in to comment.