Skip to content
This repository has been archived by the owner on Jan 8, 2025. It is now read-only.

Update security vulnb ticket jdk15on, netty-codec, postgresql, sshd-s… #8

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ dependencies {
implementation group: 'software.amazon.awssdk', name: 'sts', version: '2.17.4' // Apache 2.0

// explicit dependencies to get newer versions
implementation 'io.netty:netty-codec-http:4.1.80.Final'
implementation 'io.netty:netty-codec-http2:4.1.80.Final'
implementation 'io.netty:netty-transport-native-epoll:4.1.80.Final'
implementation 'io.netty:netty-codec-http:4.1.86.Final'
implementation 'io.netty:netty-codec-http2:4.1.86.Final'
implementation 'io.netty:netty-transport-native-epoll:4.1.86.Final'
}

// by default the Java plugin runs test on build, change to not do that (only run test if explicit task)
Expand Down