Skip to content

Commit

Permalink
chore: Update to jnr-unixsocket 0.38.14
Browse files Browse the repository at this point in the history
This should fix the UnsatisfiedLinkError on Apple M1 machines. fabric8io#1257
  • Loading branch information
henningn committed Dec 7, 2021
1 parent f8ae4c6 commit 132c2d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ChangeLog

* **0.39-SNAPSHOT** :
- Update to jnr-unixsocket 0.38.14 to solve UnsatisfiedLinkError on Apple M1 #1257

* **0.38.0** (2021-11-09):
- Allow replacement in tags. Added a new replacement `%T` which always adds a timestamp. ([#1491](https://github.com/fabric8io/docker-maven-plugin/pull/1491))
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>com.github.jnr</groupId>
<artifactId>jnr-unixsocket</artifactId>
<version>0.25</version>
<version>0.38.14</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 132c2d4

Please sign in to comment.