File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 11# ChangeLog
22* ** 0.43-SNAPSHOT** :
3+ - Update Jnr Jffi dependency to v1.3.11 ([ 1660] ( https://github.com/fabric8io/docker-maven-plugin/issues/1660 ) ) @rohanKanojia
34
45* ** 0.42.0** (2023-02-28):
56 - Support ` docker run --platform ` ([ 1641] ( https://github.com/fabric8io/docker-maven-plugin/issues/1641 ) ) @chonton
Original file line number Diff line number Diff line change 7272 <byte-buddy .version>1.12.10</byte-buddy .version>
7373 <httpclient .version>4.5.13</httpclient .version>
7474 <jib-core .version>0.23.0</jib-core .version>
75+ <jnr-jffi .version>1.3.11</jnr-jffi .version>
76+ <jnr-unixsocket .version>0.38.19</jnr-unixsocket .version>
7577 <junit .jupiter.version>5.8.2</junit .jupiter.version>
7678 <maven .version>3.3.9</maven .version>
7779 <mockito .version>4.5.1</mockito .version>
8688 <dependency >
8789 <groupId >com.github.jnr</groupId >
8890 <artifactId >jnr-unixsocket</artifactId >
89- <version >0.38.19</version >
91+ <version >${jnr-unixsocket.version} </version >
92+ <exclusions >
93+ <exclusion >
94+ <groupId >com.github.jnr</groupId >
95+ <artifactId >jffi</artifactId >
96+ </exclusion >
97+ </exclusions >
98+ </dependency >
99+
100+ <dependency >
101+ <groupId >com.github.jnr</groupId >
102+ <artifactId >jffi</artifactId >
103+ <version >${jnr-jffi.version} </version >
104+ </dependency >
105+
106+ <dependency >
107+ <groupId >com.github.jnr</groupId >
108+ <artifactId >jffi</artifactId >
109+ <version >${jnr-jffi.version} </version >
110+ <classifier >native</classifier >
90111 </dependency >
91112
92113 <dependency >
You can’t perform that action at this time.
0 commit comments