Skip to content

Commit

Permalink
Merge pull request #449 from commjoen/java19
Browse files Browse the repository at this point in the history
Upgrade to java 19
  • Loading branch information
commjoen authored Oct 1, 2022
2 parents 58868e0 + 5c6edd0 commit 3f84238
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/container_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Maven Action
uses: "s4u/[email protected]"
with:
java-version: 18
java-version: 19
maven-version: 3.8.5
- uses: actions/checkout@v3
- name: Navigate to test script and run
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/minikube-vault-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: innovationnorway/setup-vault@v1
with:
version: '>1.9'
- uses: eLco/setup-vault@v1
- name: Start minikube
uses: medyagh/setup-minikube@master
with:
Expand Down
4 changes: 2 additions & 2 deletions aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ The documentation below is auto-generated to give insight on what's created via

| Name | Source | Version |
|------|--------|---------|
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 18.29.0 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.14.4 |
| <a name="module_eks"></a> [eks](#module\_eks) | terraform-aws-modules/eks/aws | 18.30.0 |
| <a name="module_vpc"></a> [vpc](#module\_vpc) | terraform-aws-modules/vpc/aws | ~> 3.16.0 |

## Resources

Expand Down
1 change: 1 addition & 0 deletions config/.lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ file://.*
https://github.com/Your_Github_Handle.*
https://wrongsecrets-ctf.herokuapp.com/api/Challenges
https://wrongsecrets.herokuapp.com
https://wrongsecrets-commjoen.cloud.okteto.net/
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
<!-- </distributionManagement>-->

<properties>
<java.version>18</java.version>
<maven.compiler.target>18</maven.compiler.target>
<java.version>19</java.version>
<maven.compiler.target>19</maven.compiler.target>
<spring.cloud-version>2021.0.4</spring.cloud-version>
<lombok.version>1.18.24</lombok.version>
<aws.sdk.version>2.17.285</aws.sdk.version>
Expand Down Expand Up @@ -306,7 +306,6 @@
<artifactId>maven-checkstyle-plugin</artifactId>
<version>3.2.0</version>
<configuration>
<encoding>UTF-8</encoding>
<consoleOutput>true</consoleOutput>
<failsOnError>true</failsOnError>
<configLocation>config/checkstyle/checkstyle.xml</configLocation>
Expand Down

0 comments on commit 3f84238

Please sign in to comment.