Gary Gregory [Fri, 22 Apr 2022 21:10:27 +0000 (17:10 -0400)]
Avoid use C-style array declaration. #282
Arturo Bernal [Fri, 22 Apr 2022 21:09:40 +0000 (23:09 +0200)]
Avoid use C-style array declaration. (#282)
Gary Gregory [Fri, 22 Apr 2022 18:26:24 +0000 (14:26 -0400)]
Remove Unnecessary interface modifiers #281
Arturo Bernal [Fri, 22 Apr 2022 18:25:53 +0000 (20:25 +0200)]
Remove Unnecessary interface modifier (#281)
Gary Gregory [Fri, 22 Apr 2022 18:23:48 +0000 (14:23 -0400)]
Use compare method #285
Arturo Bernal [Fri, 22 Apr 2022 18:23:08 +0000 (20:23 +0200)]
Use java API compare instead of do it manual. (#285)
Gary Gregory [Fri, 22 Apr 2022 18:22:10 +0000 (14:22 -0400)]
Inline variable. Remove redundant local variable. #283
Arturo Bernal [Fri, 22 Apr 2022 18:21:42 +0000 (20:21 +0200)]
Inline variable. Remove redundant local variable. (#283)
Gary Gregory [Fri, 22 Apr 2022 18:20:27 +0000 (14:20 -0400)]
Use StringBuilder instead of StringBuffer. #284
Arturo Bernal [Fri, 22 Apr 2022 18:19:36 +0000 (20:19 +0200)]
Use StringBuilder instead of StringBuffer. (#284)
Gary Gregory [Fri, 22 Apr 2022 18:19:00 +0000 (14:19 -0400)]
Bump mockito.version from 4.4.0 to 4.5.1 #286
dependabot[bot] [Fri, 22 Apr 2022 18:18:18 +0000 (14:18 -0400)]
Bump mockito.version from 4.4.0 to 4.5.1 (#286)
Bumps `mockito.version` from 4.4.0 to 4.5.1.
Updates `mockito-core` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.1)
Updates `mockito-junit-jupiter` from 4.4.0 to 4.5.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.4.0...v4.5.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Fri, 15 Apr 2022 07:25:49 +0000 (07:25 +0000)]
Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 15 Apr 2022 07:12:27 +0000 (07:12 +0000)]
Bump asm from 9.2 to 9.3
Bumps asm from 9.2 to 9.3.
---
updated-dependencies:
- dependency-name: org.ow2.asm:asm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 15 Apr 2022 04:38:59 +0000 (04:38 +0000)]
Bump commons-parent from 52 to 53
Bumps commons-parent from 52 to 53.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Tue, 12 Apr 2022 12:06:18 +0000 (08:06 -0400)]
Bump actions/cache from 3 to 3.0.2
dependabot[bot] [Fri, 25 Mar 2022 04:33:30 +0000 (04:33 +0000)]
Bump slf4j-api from 1.7.35 to 1.7.36
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.35 to 1.7.36.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.35...v_1.7.36)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 25 Mar 2022 04:01:21 +0000 (04:01 +0000)]
Bump actions/cache from 2.1.7 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.7 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.7...v3)
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Fri, 18 Mar 2022 20:09:43 +0000 (16:09 -0400)]
[COMPRESS-598] Refactor commons code.
Gary Gregory [Fri, 18 Mar 2022 20:08:25 +0000 (16:08 -0400)]
[COMPRESS-598] The NullPointerException now carries a simple message.
Gary Gregory [Fri, 18 Mar 2022 19:58:31 +0000 (15:58 -0400)]
Tests COMPRESS-598.
Gary Gregory [Fri, 18 Mar 2022 18:58:56 +0000 (14:58 -0400)]
Bump commons.japicmp.version from 0.15.6 to 0.15.7.
Gary Gregory [Fri, 18 Mar 2022 18:57:04 +0000 (14:57 -0400)]
Reformat instance variables without the extra whitespace.
Gary Gregory [Fri, 18 Mar 2022 18:50:39 +0000 (14:50 -0400)]
Sort members.
Gary Gregory [Fri, 18 Mar 2022 18:45:33 +0000 (14:45 -0400)]
Javadoc: Clean up HTML tags.
Gary Gregory [Fri, 18 Mar 2022 18:33:57 +0000 (14:33 -0400)]
Fix Javadoc error: "error: unexpected end tag: </p>"
Gary Gregory [Fri, 18 Mar 2022 18:29:35 +0000 (14:29 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git
Gary Gregory [Fri, 18 Mar 2022 18:29:27 +0000 (14:29 -0400)]
[COMPRESS-612] Improve TAR support for file times #254
Gary Gregory [Fri, 18 Mar 2022 18:27:56 +0000 (14:27 -0400)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git
Andre Brait [Fri, 18 Mar 2022 18:27:29 +0000 (19:27 +0100)]
[COMPRESS-612] improve TAR support for file times (#254)
* COMPRESS-612: improve TAR support for file times
R/W atime and ctime support for XSTAR/XUSTAR/POSIX
R/W high precision (100ns increments) time support for POSIX
Read support for atime and ctime for OLDGNU/GNU
Use FileTime instead of Date to allow for higher precision
* COMPRESS-612: split ctime and birthtime
* COMPRESS-612: address review notes, more tests
* COMPRESS-612: Test older formats, add comments
* COMPRESS-612: Fix GNU tar tests
* COMPRESS-612: Improve documentation
Gary Gregory [Fri, 18 Mar 2022 18:18:45 +0000 (14:18 -0400)]
Bump maven-pmd-plugin from 3.15.0 to 3.16.0 #255
dependabot[bot] [Fri, 18 Mar 2022 18:17:38 +0000 (14:17 -0400)]
Bump maven-pmd-plugin from 3.15.0 to 3.16.0 (#255)
Bumps [maven-pmd-plugin](https://github.com/apache/maven-pmd-plugin) from 3.15.0 to 3.16.0.
- [Release notes](https://github.com/apache/maven-pmd-plugin/releases)
- [Commits](https://github.com/apache/maven-pmd-plugin/compare/maven-pmd-plugin-3.15.0...maven-pmd-plugin-3.16.0)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-pmd-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Fri, 11 Mar 2022 11:47:01 +0000 (06:47 -0500)]
[COMPRESS-604] Ensure compatibility with Java 8 #252
Andre Brait [Fri, 11 Mar 2022 11:44:28 +0000 (12:44 +0100)]
COMPRESS-604: Ensure compatibility with Java 8 (#252)
* COMPRESS-604: ensure compatibility with Java 8
Switch --release from 9 to 8 when building with JDK 9+
* COMPRESS-604: remove outdated warning for JDK 14+
Gary Gregory [Fri, 11 Mar 2022 11:44:12 +0000 (06:44 -0500)]
Organize.
Gary Gregory [Fri, 11 Mar 2022 11:43:42 +0000 (06:43 -0500)]
Bump mockito.version from 4.3.1 to 4.4.0 #253
dependabot[bot] [Fri, 11 Mar 2022 11:42:25 +0000 (06:42 -0500)]
Bump mockito.version from 4.3.1 to 4.4.0 (#253)
Bumps `mockito.version` from 4.3.1 to 4.4.0.
Updates `mockito-core` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
Updates `mockito-junit-jupiter` from 4.3.1 to 4.4.0
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.3.1...v4.4.0)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sat, 5 Mar 2022 18:22:06 +0000 (13:22 -0500)]
Bump actions/checkout from 2 to 3 #251
dependabot[bot] [Sat, 5 Mar 2022 18:21:07 +0000 (13:21 -0500)]
Bump actions/checkout from 2 to 3 (#251)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Fri, 4 Mar 2022 14:44:31 +0000 (09:44 -0500)]
Replace package with verify in the default goal.
Gary Gregory [Fri, 25 Feb 2022 12:37:06 +0000 (07:37 -0500)]
Bump zstd-jni from 1.5.2-1 to 1.5.2-2 #250
dependabot[bot] [Fri, 25 Feb 2022 12:36:27 +0000 (07:36 -0500)]
Bump zstd-jni from 1.5.2-1 to 1.5.2-2 (#250)
Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.2-1 to 1.5.2-2.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.2-1...v1.5.2-2)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Fri, 25 Feb 2022 12:36:06 +0000 (07:36 -0500)]
Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#249)
dependabot[bot] [Fri, 25 Feb 2022 12:30:42 +0000 (07:30 -0500)]
Bump maven-javadoc-plugin from 3.3.1 to 3.3.2 (#249)
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.1 to 3.3.2.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.1...maven-javadoc-plugin-3.3.2)
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sun, 20 Feb 2022 00:42:02 +0000 (19:42 -0500)]
Null-guard and fix lower case. Fix typo.
Arturo Bernal [Sun, 20 Feb 2022 00:38:51 +0000 (01:38 +0100)]
Minor change: (#206)
* Simplify conditions
* Make final var
Gary Gregory [Sun, 20 Feb 2022 00:35:55 +0000 (19:35 -0500)]
Use Math.min and Math.max calculations. #247
Gary Gregory [Sun, 20 Feb 2022 00:34:41 +0000 (19:34 -0500)]
Use Math.min alculations.
Arturo Bernal [Sun, 20 Feb 2022 00:32:57 +0000 (01:32 +0100)]
Use Math.min and Math.max calculations. (#247)
Gary Gregory [Thu, 17 Feb 2022 20:01:11 +0000 (15:01 -0500)]
bzip2: calculate median-of-3 on unsigned values #242.
Peter Dettman [Thu, 17 Feb 2022 19:59:10 +0000 (02:59 +0700)]
Calculate median-of-3 on unsigned values (#242)
Gary Gregory [Mon, 14 Feb 2022 15:56:06 +0000 (10:56 -0500)]
Use {} notation.
Gary Gregory [Mon, 14 Feb 2022 15:50:11 +0000 (10:50 -0500)]
Use final.
Gary Gregory [Mon, 14 Feb 2022 15:48:52 +0000 (10:48 -0500)]
Fix thread safety issues when encoding 7z password #248.
Glavo [Mon, 14 Feb 2022 15:45:40 +0000 (23:45 +0800)]
Fix thread safety issues when encoding 7z password (#248)
SevenZFile instances are not thread-safe but it is reasonable to be able to create multiple instances from different threads.
Gary Gregory [Sun, 13 Feb 2022 22:55:30 +0000 (17:55 -0500)]
Clearer private instance variable name.
Gary Gregory [Sun, 13 Feb 2022 22:52:05 +0000 (17:52 -0500)]
Format nit.
Gary Gregory [Sun, 13 Feb 2022 22:50:21 +0000 (17:50 -0500)]
Sort members.
Gary Gregory [Sun, 13 Feb 2022 22:14:16 +0000 (17:14 -0500)]
Test reading APK files for samples generated by Android Studio.
Android Studio Bumblebee | 2021.1.1 Patch 1
Build #AI-211.7628.21.2111.
8139111, built on February 1, 2022
Runtime version: 11.0.11+9-b60-
7590822 amd64
VM: OpenJDK 64-Bit Server VM by Oracle Corporation
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Registry: external.system.auto.import.disabled=true
Non-Bundled Plugins: org.jetbrains.kotlin
(211-1.6.10-release-923-AS7442.40)
Gary Gregory [Sun, 13 Feb 2022 22:00:15 +0000 (17:00 -0500)]
Expander example now has NIO Path versions of IO File APIs.
Gary Gregory [Sun, 13 Feb 2022 21:59:16 +0000 (16:59 -0500)]
ArchiveStreamFactory.createArchiveInputStream(String, InputStream,
String) supports the "APK" format (it's a JAR).
Gary Gregory [Sun, 13 Feb 2022 21:48:37 +0000 (16:48 -0500)]
In most IOUtil methods,the target may be null to simulate output to
dev/null on Linux and NUL on Windows.
Used a next commit.
Gary Gregory [Sun, 13 Feb 2022 17:33:21 +0000 (12:33 -0500)]
Clearer local variable name.
Gary Gregory [Sun, 13 Feb 2022 16:00:55 +0000 (11:00 -0500)]
Replace manual copy of array contents with System.arraycopy() #246.
Arturo Bernal [Sun, 13 Feb 2022 16:00:21 +0000 (17:00 +0100)]
Replace manual copy of array contents with System.arraycopy(). (#246)
Gary Gregory [Sun, 13 Feb 2022 15:58:39 +0000 (10:58 -0500)]
Replace manual comparisons with Comparator.comparingInt() #244.
Arturo Bernal [Sun, 13 Feb 2022 15:57:50 +0000 (16:57 +0100)]
Replace manual comparisons with Comparator.comparingInt() (#244)
Gary Gregory [Sun, 13 Feb 2022 15:57:12 +0000 (10:57 -0500)]
Replace wrapper Collections.sort is with an instance method directly.
#245.
Gary Gregory [Sun, 13 Feb 2022 15:56:39 +0000 (10:56 -0500)]
Bump mockito-core from 4.2.0 to 4.3.1 #243.
Arturo Bernal [Sun, 13 Feb 2022 15:53:39 +0000 (16:53 +0100)]
Replace wrapper Collections.sort is with an instance method directly. (#245)
dependabot[bot] [Sun, 13 Feb 2022 15:50:24 +0000 (10:50 -0500)]
Bump mockito.version from 4.2.0 to 4.3.1 (#243)
Bumps `mockito.version` from 4.2.0 to 4.3.1.
Updates `mockito-core` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
Updates `mockito-junit-jupiter` from 4.2.0 to 4.3.1
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](https://github.com/mockito/mockito/compare/v4.2.0...v4.3.1)
---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
dependency-type: direct:development
update-type: version-update:semver-minor
- dependency-name: org.mockito:mockito-junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Gary Gregory [Sun, 13 Feb 2022 15:47:54 +0000 (10:47 -0500)]
Add APK file extension constants: ArchiveStreamFactory.APK, APKM, APKS,
XAPK.
Gary Gregory [Sun, 13 Feb 2022 15:18:45 +0000 (10:18 -0500)]
Start sentence with a capital.
Gary Gregory [Sun, 13 Feb 2022 15:17:05 +0000 (10:17 -0500)]
Javadoc.
Gary Gregory [Thu, 10 Feb 2022 19:37:52 +0000 (14:37 -0500)]
Javadoc.
PeterAlfredLee [Wed, 9 Feb 2022 07:44:19 +0000 (15:44 +0800)]
COMPRESS-603
Expander should be able to work if an entry's name is "./".
Gary Gregory [Wed, 9 Feb 2022 02:15:23 +0000 (21:15 -0500)]
Address CodeQL issues in pack200/unpack200 packages.
Throw ArithmeticExceptioninstead of silently overflowing.
Gary Gregory [Wed, 9 Feb 2022 01:59:31 +0000 (20:59 -0500)]
Address CodeQL issues in pack200/unpack200 packages.
Throw ArithmeticExceptioninstead of silently overflowing.
Gary Gregory [Tue, 8 Feb 2022 23:12:46 +0000 (18:12 -0500)]
Remove unused exceptions.
Gary Gregory [Tue, 8 Feb 2022 23:10:45 +0000 (18:10 -0500)]
Bump commons.japicmp.version from 0.15.4 to 0.15.6.
Gary Gregory [Tue, 8 Feb 2022 22:57:19 +0000 (17:57 -0500)]
Better IllegalArgumentException message.
Gary Gregory [Tue, 8 Feb 2022 22:53:12 +0000 (17:53 -0500)]
Format tweaks.
Gary Gregory [Tue, 8 Feb 2022 22:16:17 +0000 (17:16 -0500)]
Camel case parameter name.
Gary Gregory [Tue, 8 Feb 2022 15:31:56 +0000 (10:31 -0500)]
Remove unneeded cast.
Gary Gregory [Tue, 8 Feb 2022 15:25:42 +0000 (10:25 -0500)]
unpack200.NewAttributeBands incorrectly uses a long instead of an int
which also shows up as a CodeQL issue.
Gary Gregory [Fri, 4 Feb 2022 12:18:01 +0000 (07:18 -0500)]
Update NOTICE file for 2022.
Gary Gregory [Thu, 3 Feb 2022 11:56:38 +0000 (06:56 -0500)]
Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-compress.git
Gary Gregory [Thu, 3 Feb 2022 11:56:12 +0000 (06:56 -0500)]
Add CodeQL GitHub workflow.
dependabot[bot] [Fri, 28 Jan 2022 04:21:22 +0000 (04:21 +0000)]
Bump zstd-jni from 1.5.1-1 to 1.5.2-1
Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.1-1 to 1.5.2-1.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.1-1...v1.5.2-1)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 28 Jan 2022 04:33:27 +0000 (04:33 +0000)]
Bump slf4j-api from 1.7.32 to 1.7.35
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.32 to 1.7.35.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.32...v_1.7.35)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] [Fri, 7 Jan 2022 04:33:53 +0000 (04:33 +0000)]
Bump maven-bundle-plugin from 5.1.3 to 5.1.4
Bumps maven-bundle-plugin from 5.1.3 to 5.1.4.
---
updated-dependencies:
- dependency-name: org.apache.felix:maven-bundle-plugin
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Wed, 29 Dec 2021 16:57:37 +0000 (11:57 -0500)]
Run dependabot once a week.
Gary Gregory [Mon, 27 Dec 2021 13:31:48 +0000 (08:31 -0500)]
Bump zstd-jni from 1.5.0-5 to 1.5.1-1 #238.
dependabot[bot] [Mon, 27 Dec 2021 13:30:15 +0000 (08:30 -0500)]
Bump zstd-jni from 1.5.0-5 to 1.5.1-1 (#238)
Bumps [zstd-jni](https://github.com/luben/zstd-jni) from 1.5.0-5 to 1.5.1-1.
- [Release notes](https://github.com/luben/zstd-jni/releases)
- [Commits](https://github.com/luben/zstd-jni/compare/v1.5.0-5...v1.5.1-1)
---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] [Sun, 26 Dec 2021 23:52:13 +0000 (23:52 +0000)]
Bump slf4j-api from 1.7.30 to 1.7.32
Bumps [slf4j-api](https://github.com/qos-ch/slf4j) from 1.7.30 to 1.7.32.
- [Release notes](https://github.com/qos-ch/slf4j/releases)
- [Commits](https://github.com/qos-ch/slf4j/commits)
---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Gary Gregory [Mon, 27 Dec 2021 01:11:34 +0000 (20:11 -0500)]
Use assertThrows().
Gary Gregory [Mon, 27 Dec 2021 00:45:46 +0000 (19:45 -0500)]
Use assertThrows().
Gary Gregory [Mon, 27 Dec 2021 00:40:14 +0000 (19:40 -0500)]
Continue porting from JUnit 4 to JUnit 5.
Gary Gregory [Sun, 26 Dec 2021 23:47:22 +0000 (18:47 -0500)]
Continue porting from JUnit 4 to JUnit 5.
Gary Gregory [Sun, 26 Dec 2021 17:26:16 +0000 (12:26 -0500)]
Replace deprecated JUnit 4 assertThat() with Hamcrest assertThat().