Skip to content

Commit

Permalink
Downgrade Jib due to GoogleContainerTools/jib#4283
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarosanchez committed Oct 15, 2024
1 parent ea7b86e commit 4c4cec3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<packaging>jar</packaging>
<micronaut.runtime>netty</micronaut.runtime>
<maven.native.plugin.version>@native-maven-plugin.version@</maven.native.plugin.version>
<jib-maven-plugin.version>@jib-maven-plugin.version@</jib-maven-plugin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion micronaut-maven-jib-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.4.3</version>
<version>${jib-maven-plugin.version}</version>
</dependency>
<dependency>
<groupId>com.google.cloud.tools</groupId>
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<directory-watcher.version>0.18.0</directory-watcher.version>
<testcontainers.version>1.19.8</testcontainers.version>
<jib-maven-plugin.version>3.4.2</jib-maven-plugin.version>
<snakeyaml.version>2.2</snakeyaml.version>
<sisu.version>0.9.0.M2</sisu.version>
<docker-java.version>3.3.6</docker-java.version>
Expand Down

0 comments on commit 4c4cec3

Please sign in to comment.