Skip to content

Commit

Permalink
Merge pull request #3 from stream2stream/java-api-jdk-Version-fix
Browse files Browse the repository at this point in the history
Update pom.xml
  • Loading branch information
peterrhysthomas committed Jul 18, 2023
2 parents b34f948 + 48799eb commit 8545874
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"name": "Java",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/java:1-17-bullseye",
"image": "mcr.microsoft.com/devcontainers/java:1-11-bullseye",

"features": {
"ghcr.io/devcontainers/features/java:1": {},
Expand Down
2 changes: 1 addition & 1 deletion java-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.1</version>
<version>2.7.13</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 8545874

Please sign in to comment.