Skip to content

Commit

Permalink
Upgrade spring boot version
Browse files Browse the repository at this point in the history
  • Loading branch information
gl-johnson committed Mar 1, 2023
1 parent 75067cb commit 5aa4eea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/integration/apps/java/bin/build
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ docker run \
--rm \
-v $(pwd):/app \
-w /app \
maven:3.8.7-openjdk-18 \
maven:3.9.0 \
mvn --batch-mode package
3 changes: 2 additions & 1 deletion tests/integration/apps/java/manifest.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ applications:
path: target/hello-0.1.0.jar
env:
CONJUR_BUILDPACK_BYPASS_SERVICE_CHECK: true
JBP_CONFIG_SPRING_AUTO_RECONFIGURATION '{enabled: false}'
memory: 1G
buildpacks:
- {conjur_buildpack}
- https://github.com/cloudfoundry/java-buildpack.git
- java_buildpack
2 changes: 1 addition & 1 deletion tests/integration/apps/java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.5</version>
<version>3.0.0</version>
</parent>

<dependencies>
Expand Down

0 comments on commit 5aa4eea

Please sign in to comment.