Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OAK-11286: blob-cloud, segment: update netty version to 4.1.115 #1879

Draft
wants to merge 1 commit into
base: trunk
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions oak-blob-cloud-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,6 @@
<name>Oak Azure Cloud Blob Store</name>
<packaging>bundle</packaging>

<properties>
<netty.version>4.1.111.Final</netty.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion oak-blob-cloud/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
<packaging>bundle</packaging>

<properties>
<netty.version>4.1.111.Final</netty.version>
<aws.version>1.12.761</aws.version>
</properties>

Expand Down
1 change: 1 addition & 0 deletions oak-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
<testcontainers.version>1.20.3</testcontainers.version>
<pax-exam.version>4.13.1</pax-exam.version>
<groovy.version>3.0.22</groovy.version>
<netty.version>4.1.115.Final</netty.version>
<!-- determines the bytecode version (i.e. the minimum JRE required to run the build artifact) -->
<javaTargetVersion>11</javaTargetVersion>
<maven.compiler.release>${javaTargetVersion}</maven.compiler.release>
Expand Down
4 changes: 0 additions & 4 deletions oak-segment-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,6 @@

<name>Oak Segment Azure</name>

<properties>
<netty.version>4.1.111.Final</netty.version>
</properties>

<build>
<plugins>
<plugin>
Expand Down
1 change: 0 additions & 1 deletion oak-segment-tar/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
<name>Oak Segment Tar</name>

<properties>
<netty.version>4.1.111.Final</netty.version>
<concurrentlinkedhashmap.version>1.4.2</concurrentlinkedhashmap.version>
</properties>

Expand Down
Loading