Skip to content

Commit

Permalink
Merge pull request #8 from ansarhun/spring-upgrade
Browse files Browse the repository at this point in the history
Spring upgrade
  • Loading branch information
ansarhun authored May 25, 2024
2 parents dd5845d + 3ca831b commit 184e2a8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.4'
id 'io.spring.dependency-management' version '1.1.4'
id 'org.graalvm.buildtools.native' version '0.9.28'
id 'org.springframework.boot' version '3.3.0'
id 'io.spring.dependency-management' version '1.1.5'
id 'org.graalvm.buildtools.native' version '0.10.2'
}

group = 'com.github.ansarhun'
Expand Down Expand Up @@ -46,6 +46,7 @@ dependencies {
testImplementation 'org.springframework.boot:spring-boot-testcontainers'
testImplementation 'io.projectreactor:reactor-test'
testImplementation 'org.testcontainers:junit-jupiter'
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'

testImplementation 'org.testcontainers:k3s'
testImplementation "org.testcontainers:minio"
Expand All @@ -58,7 +59,7 @@ dependencies {

dependencyManagement {
imports {
mavenBom 'io.fabric8:kubernetes-client:6.10.0'
mavenBom 'io.fabric8:kubernetes-client:6.12.1'
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

public class Versions {

public static String K3S_VERSION = "rancher/k3s:v1.29.2-k3s1";
public static String MINIO_VERSION = "bitnami/minio:2024.3.7";
public static String K3S_VERSION = "rancher/k3s:v1.30.1-k3s1";
public static String MINIO_VERSION = "bitnami/minio:2024.5.10";
public static String RESTIC_VERSION = "restic/restic:0.16.4";

}

0 comments on commit 184e2a8

Please sign in to comment.