Skip to content

Commit

Permalink
Bump net.lingala.zip4j:zip4j from 1.3.2 to 2.11.5 (#18)
Browse files Browse the repository at this point in the history
* Bump net.lingala.zip4j:zip4j from 1.3.2 to 2.11.5

Bumps [net.lingala.zip4j:zip4j](https://github.com/srikanth-lingala/zip4j) from 1.3.2 to 2.11.5.
- [Release notes](https://github.com/srikanth-lingala/zip4j/releases)
- [Commits](https://github.com/srikanth-lingala/zip4j/commits/v2.11.5)

---
updated-dependencies:
- dependency-name: net.lingala.zip4j:zip4j
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>

* Migrate zip4j to 2.11.5

* Import ZipFile

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: 复予 <[email protected]>
  • Loading branch information
dependabot[bot] and CloneWith authored Dec 29, 2023
1 parent ade6754 commit 15e49f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ dependencies {
exclude group: 'org.jcraft', module: 'jorbis'
exclude group: 'javax.jnlp', module: 'jnlp-api'
}
compile 'net.lingala.zip4j:zip4j:1.3.2'
compile 'net.lingala.zip4j:zip4j:2.11.5'
compile 'com.googlecode.soundlibs:jlayer:1.0.1.4'
compile('com.googlecode.soundlibs:mp3spi:1.9.5.4') {
exclude group: 'com.googlecode.soundlibs', module: 'tritonus-share'
Expand Down
2 changes: 1 addition & 1 deletion src/itdelatrisu/opsu/Utils.java
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@

import com.sun.jna.platform.FileUtils;

import net.lingala.zip4j.core.ZipFile;
import net.lingala.zip4j.ZipFile;
import net.lingala.zip4j.exception.ZipException;

/**
Expand Down

0 comments on commit 15e49f6

Please sign in to comment.