Skip to content

Commit be04365

Browse files
authored
[UIA-1153] Release module version 5.4.4 (#121)
* Release version 5.4.4
1 parent db62187 commit be04365

51 files changed

Lines changed: 6 additions & 6 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ apply plugin: 'org.owasp.dependencycheck'
2222
apply plugin: 'com.github.ben-manes.versions'
2323

2424
project.ext {
25-
PNC_VERSION = '5.4.3'
25+
PNC_VERSION = '5.4.4'
2626
MXBUILD_VERSION = '8.18.0.13281'
2727
MODULE_NAME = 'PushNotifications'
2828
}
@@ -74,19 +74,19 @@ dependencies {
7474

7575
implementation('io.netty:netty-codec-http2') {
7676
version {
77-
strictly '4.1.109.Final'
77+
strictly '4.2.0.Final'
7878
}
7979
}
8080

8181
implementation('io.netty:netty-handler-proxy') {
8282
version {
83-
strictly '4.1.109.Final'
83+
strictly '4.2.0.Final'
8484
}
8585
}
8686

8787
implementation('io.netty:netty-resolver-dns') {
8888
version {
89-
strictly '4.1.109.Final'
89+
strictly '4.2.0.Final'
9090
}
9191
}
9292

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MxPushNotifications",
3-
"version": "5.4.3",
3+
"version": "5.4.4",
44
"description": "Phonegap widget for notifications",
55
"license": "Apache 2.0",
66
"author": "Mendix Technology B.V.",

test/PushNotfications.mpr

0 Bytes
Binary file not shown.
-300 KB
Binary file not shown.
331 KB
Binary file not shown.

test/userlib/netty-buffer-4.1.109.Final.jar.PushNotifications.RequiredLib renamed to test/userlib/netty-buffer-4.2.0.Final.jar.PushNotifications.RequiredLib

File renamed without changes.
-345 KB
Binary file not shown.
3.84 KB
Binary file not shown.

test/userlib/netty-codec-4.1.109.Final.jar.PushNotifications.RequiredLib renamed to test/userlib/netty-codec-4.2.0.Final.jar.PushNotifications.RequiredLib

File renamed without changes.

0 commit comments

Comments
 (0)