Skip to content

Commit 3f84238

Browse files
authored
Merge pull request #449 from commjoen/java19
Upgrade to java 19
2 parents 58868e0 + 5c6edd0 commit 3f84238

File tree

5 files changed

+7
-9
lines changed

5 files changed

+7
-9
lines changed

.github/workflows/container_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Maven Action
1818
uses: "s4u/[email protected]"
1919
with:
20-
java-version: 18
20+
java-version: 19
2121
maven-version: 3.8.5
2222
- uses: actions/checkout@v3
2323
- name: Navigate to test script and run

.github/workflows/minikube-vault-test.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
- uses: actions/checkout@v3
21-
- uses: innovationnorway/setup-vault@v1
22-
with:
23-
version: '>1.9'
21+
- uses: eLco/setup-vault@v1
2422
- name: Start minikube
2523
uses: medyagh/setup-minikube@master
2624
with:

aws/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ The documentation below is auto-generated to give insight on what's created via
117117

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

123123
## Resources
124124

config/.lycheeignore

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ file://.*
55
https://github.com/Your_Github_Handle.*
66
https://wrongsecrets-ctf.herokuapp.com/api/Challenges
77
https://wrongsecrets.herokuapp.com
8+
https://wrongsecrets-commjoen.cloud.okteto.net/

pom.xml

+2-3
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
<!-- </distributionManagement>-->
4040

4141
<properties>
42-
<java.version>18</java.version>
43-
<maven.compiler.target>18</maven.compiler.target>
42+
<java.version>19</java.version>
43+
<maven.compiler.target>19</maven.compiler.target>
4444
<spring.cloud-version>2021.0.4</spring.cloud-version>
4545
<lombok.version>1.18.24</lombok.version>
4646
<aws.sdk.version>2.17.285</aws.sdk.version>
@@ -306,7 +306,6 @@
306306
<artifactId>maven-checkstyle-plugin</artifactId>
307307
<version>3.2.0</version>
308308
<configuration>
309-
<encoding>UTF-8</encoding>
310309
<consoleOutput>true</consoleOutput>
311310
<failsOnError>true</failsOnError>
312311
<configLocation>config/checkstyle/checkstyle.xml</configLocation>

0 commit comments

Comments
 (0)