Skip to content

Commit

Permalink
Bump Spring Boot to 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasVitale committed Mar 19, 2023
1 parent e327626 commit d496077
Show file tree
Hide file tree
Showing 5 changed files with 84 additions and 73 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Expand Up @@ -23,6 +23,6 @@ k8s_custom_deploy(
k8s_resource('band-service', port_forwards=["8080:8080"],
extra_pod_selectors=[{'carto.run/workload-name': 'band-service', 'app.kubernetes.io/component': 'run'}])

allow_k8s_contexts('do-fra1-kadras-iterate-cluster')
allow_k8s_contexts('do-ams3-kadras-iterate-cluster')

update_settings(k8s_upsert_timeout_secs=60)
3 changes: 2 additions & 1 deletion build.gradle
@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '3.0.1'
id 'org.springframework.boot' version '3.0.2'
id 'io.spring.dependency-management' version '1.1.0'
}

Expand Down Expand Up @@ -39,4 +39,5 @@ tasks.named('bootBuildImage') {
}

imageName = "band-service"

}

0 comments on commit d496077

Please sign in to comment.