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

update Netty Version and ok-http.version in CLI #312

Merged
merged 2 commits into from
Aug 29, 2022
Merged
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: 4 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -632,3 +632,7 @@ val releaseBinary: Configuration by configurations.creating {
artifacts {
add(releaseBinary.name, tasks.shadowDistZip)
}

dependencyCheck {
scanConfigurations = listOf("runtimeClasspath")
}
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ hivemq-client.version=1.3.0
javax.version=1.3.2
jetbrains-annotations.version=23.0.0
jline.version=3.21.0
netty.version=4.1.71.Final
ok-http.version=4.9.3
netty.version=4.1.79.Final
ok-http.version=4.10.0
open-csv.version=5.5.2
picoclishell.version=4.6.2
picocli.version=4.6.2
Expand Down Expand Up @@ -51,7 +51,7 @@ plugin.license.version=0.16.1
# >= 5.0.0 break the tasks
plugin.openapi.generator.version=4.3.1
plugin.ospackage.version=9.1.1
plugin.owasp-dependencycheck.version=7.0.1
plugin.owasp-dependencycheck.version=7.1.1
plugin.shadow.version=7.1.2
#
# gradle properties
Expand Down