diff --git a/NOTICE b/NOTICE index acf527be99c941e1ff05319340741802cca773bd..acdecba4b588285e8fbcc1401ca23488baf527ed 100644 --- a/NOTICE +++ b/NOTICE @@ -5,9 +5,9 @@ THE OPEN SOURCE SOFTWARE IN THIS SOFTWARE IS DISTRIBUTED IN THE HOPE THAT IT WIL Copyright Notice and License Texts -Software: bcprov-jdk16 1.69 +Software: bcpkix-jdk18on:1.74 Copyright notice: -Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) +Copyright (c) 2000 - 2023 The Legion of the Bouncy Castle Inc. (https://www.bouncycastle.org) License: The Bouncy Castle License Copyright (c) 2000-2021 The Legion Of The Bouncy Castle Inc. (https://www.bouncycastle.org) @@ -27,9 +27,9 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRA OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -Software: gson 2.8.6 +Software: gson 2.9.0 Copyright notice: -Copyright (C) 2012 Google Inc. +Copyright (C) 2008-2021 Google Inc. License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -229,9 +229,9 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. -Software: Apache Log4j 2.17.1 +Software: Apache Log4j 2.18.0 Copyright notice: -Copyright 1999-2020 The Apache Software Foundation +Copyright 1999-2022 The Apache Software Foundation License: Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION @@ -417,7 +417,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [yyyy] [name of copyright owner] +Copyright 1999-2005 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -429,4 +429,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/dist/hap-sign-tool.jar b/dist/hap-sign-tool.jar index b5d486fb5b6cadb797147d1df797804c760a010d..f873744b55a976ff3ef0cfef7c6edce145181575 100644 Binary files a/dist/hap-sign-tool.jar and b/dist/hap-sign-tool.jar differ diff --git a/hapsigntool/hap_sign_tool/build.gradle b/hapsigntool/hap_sign_tool/build.gradle index 3993a1ee6b97cd6739382523c5938d35f133d100..b2dae63020860994171d588a812d978eb05532c3 100644 --- a/hapsigntool/hap_sign_tool/build.gradle +++ b/hapsigntool/hap_sign_tool/build.gradle @@ -26,9 +26,9 @@ repositories { } dependencies { - implementation 'org.bouncycastle:bcpkix-jdk15on:1.69' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.74' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.17.1' implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.17.1' implementation 'com.google.code.gson:gson:2.9.0' diff --git a/hapsigntool/hap_sign_tool_lib/build.gradle b/hapsigntool/hap_sign_tool_lib/build.gradle index a6f0951dfbf3b5e801953294adbe99b1480e05fb..6708975958bfef169126d9821e4e199dcfabd924 100644 --- a/hapsigntool/hap_sign_tool_lib/build.gradle +++ b/hapsigntool/hap_sign_tool_lib/build.gradle @@ -26,11 +26,11 @@ repositories { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.7.2' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.2' + testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.2' implementation group: 'org.apache.logging.log4j', name: 'log4j-api', version: '2.18.0' implementation group: 'org.apache.logging.log4j', name: 'log4j-core', version: '2.18.0' - implementation 'org.bouncycastle:bcpkix-jdk15on:1.69' + implementation 'org.bouncycastle:bcpkix-jdk18on:1.74' implementation 'com.google.code.gson:gson:2.9.0' }