Skip to content

Commit

Permalink
chore: fabric8 version to 6.9.2 and related fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Mészáros <[email protected]>
  • Loading branch information
csviri committed Dec 4, 2023
1 parent 10b8090 commit a1d2844
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 15 deletions.
4 changes: 0 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,6 @@
<artifactId>awaitility</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-apt</artifactId>
Expand Down
13 changes: 3 additions & 10 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<junit.version>5.10.0</junit.version>
<fabric8-client.version>6.7.2</fabric8-client.version>
<fabric8-client.version>6.9.2</fabric8-client.version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.21.0</log4j.version>
<mokito.version>5.6.0</mokito.version>
<mokito.version>5.2.0</mokito.version>
<dekorate.version>3.7.0</dekorate.version>
<dekorate.version>4.1.0</dekorate.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<auto-service.version>1.0.1</auto-service.version>
<assertj.version>3.24.2</assertj.version>
Expand All @@ -61,11 +60,10 @@
<git-commit-id-maven-plugin.version>7.0.0</git-commit-id-maven-plugin.version>
<maven-jar-plugin.version>3.3.0</maven-jar-plugin.version>
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
<json-patch.version>1.13</json-patch.version>
<maven-javadoc-plugin.version>3.6.0</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<spring-boot-dependencies.version>3.1.5</spring-boot-dependencies.version>
<spring-boot-dependencies.version>3.2.0</spring-boot-dependencies.version>
</properties>

<modules>
Expand Down Expand Up @@ -120,11 +118,6 @@
<artifactId>log4j-core</artifactId>
<version>${log4j.version}</version>
</dependency>
<dependency>
<groupId>com.github.java-json-tools</groupId>
<artifactId>json-patch</artifactId>
<version>${json-patch.version}</version>
</dependency>
<dependency>
<groupId>io.dekorate</groupId>
<artifactId>kubernetes-spring-starter</artifactId>
Expand Down
1 change: 0 additions & 1 deletion samples/spring-boot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@

<groupId>io.javaoperatorsdk.webhook.sample</groupId>
<artifactId>spring-boot-sample</artifactId>
<version>1.1.3-SNAPSHOT</version>
<name>Kubernetes Webhooks Framework - Samples - Spring Boot</name>

<properties>
Expand Down

0 comments on commit a1d2844

Please sign in to comment.