Skip to content

Commit

Permalink
Update module and test project to v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allard-mx committed Jun 24, 2022
1 parent ebb4d9d commit f60b922
Show file tree
Hide file tree
Showing 56 changed files with 9 additions and 9 deletions.
18 changes: 9 additions & 9 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 = '6.1.2'
PNC_VERSION = '6.2.0'
MXBUILD_VERSION = '9.0.5.17836'
MODULE_NAME = 'PushNotifications'
}
Expand Down Expand Up @@ -51,14 +51,14 @@ repositories {
}

dependencies {
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.28'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.13'
implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'
implementation group: 'commons-codec', name: 'commons-codec', version: '1.15'

implementation('com.google.auth:google-auth-library-oauth2-http:1.4.0') {
implementation('com.google.auth:google-auth-library-oauth2-http:1.7.0') {
exclude group: 'com.google.code.gson', module: 'gson'
}

implementation('com.turo:pushy:0.13.9') {
implementation('com.turo:pushy:0.13.10') {
exclude group: 'io.netty', module: 'netty-codec-http2'
exclude group: 'io.netty', module: 'netty-handler-proxy'
exclude group: 'io.netty', module: 'netty-resolver-dns'
Expand All @@ -67,25 +67,25 @@ dependencies {

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

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

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

implementation('com.google.code.gson:gson') {
version {
strictly '2.8.9'
strictly '2.9.0'
}
}

Expand Down
Binary file modified test/PushNotfications.mpr
Binary file not shown.
Binary file removed test/userlib/auto-value-annotations-1.8.2.jar
Binary file not shown.
Binary file added test/userlib/auto-value-annotations-1.9.jar
Binary file not shown.
Binary file removed test/userlib/commons-codec-1.13.jar
Binary file not shown.
Binary file added test/userlib/commons-codec-1.15.jar
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/gson-2.8.9.jar
Binary file not shown.
Binary file added test/userlib/gson-2.9.0.jar
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 not shown.
Binary file removed test/userlib/netty-tcnative-classes-2.0.48.Final.jar
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/slf4j-api-1.7.28.jar
Binary file not shown.
Binary file added test/userlib/slf4j-api-1.7.36.jar
Binary file not shown.

0 comments on commit f60b922

Please sign in to comment.