Skip to content

Commit

Permalink
Bump Fabric8, use the BOM and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaTP authored and squakez committed Jan 11, 2024
1 parent 1f48cc5 commit 0b0eb35
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@ updates:
- dependency-name: "k8s.io/client-go"
- dependency-name: "k8s.io/kubectl"
- dependency-name: "sigs.k8s.io/controller-runtime"
- directory: "/java/crds"
package-ecosystem: "maven"
schedule:
interval: "weekly"
6 changes: 1 addition & 5 deletions java/crds/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>

<lombok-version>1.18.30</lombok-version>
<sundrio-version>0.103.0</sundrio-version>
<fabric8-version>6.9.2</fabric8-version>
<fabric8-version>6.10.0</fabric8-version>
<maven-surefire-plugin-version>3.0.0-M8</maven-surefire-plugin-version>
</properties>

Expand Down Expand Up @@ -91,13 +89,11 @@
<dependency>
<groupId>io.sundr</groupId>
<artifactId>builder-annotations</artifactId>
<version>${sundrio-version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>${lombok-version}</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 0b0eb35

Please sign in to comment.