Skip to content

Commit

Permalink
[UIA-867] Update module and test project to v5.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MxMurshed committed May 14, 2024
1 parent 714107d commit 61c07d7
Show file tree
Hide file tree
Showing 31 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'org.owasp.dependencycheck'
apply plugin: 'com.github.ben-manes.versions'

project.ext {
PNC_VERSION = '5.4.1'
PNC_VERSION = '5.4.2'
MXBUILD_VERSION = '8.18.0.13281'
MODULE_NAME = 'PushNotifications'
}
Expand Down Expand Up @@ -74,19 +74,19 @@ dependencies {

implementation('io.netty:netty-codec-http2') {
version {
strictly '4.1.101.Final'
strictly '4.1.109.Final'
}
}

implementation('io.netty:netty-handler-proxy') {
version {
strictly '4.1.101.Final'
strictly '4.1.109.Final'
}
}

implementation('io.netty:netty-resolver-dns') {
version {
strictly '4.1.101.Final'
strictly '4.1.109.Final'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "MxPushNotifications",
"version": "5.4.1",
"version": "5.4.2",
"description": "Phonegap widget for notifications",
"license": "Apache 2.0",
"author": "Mendix Technology B.V.",
Expand Down
Binary file modified test/PushNotfications.mpr
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed test/userlib/netty-resolver-dns-4.1.101.Final.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 61c07d7

Please sign in to comment.