File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
src/test/java/de/stklcode/jvault/connector Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,10 @@ jobs:
1515 strategy :
1616 matrix :
1717 jdk : [ 17, 21, 25 ]
18- vault : [ '1.2.0', '1.20.3 ' ]
18+ vault : [ '1.2.0', '1.21.0 ' ]
1919 include :
2020 - jdk : 21
21- vault : ' 1.20.3 '
21+ vault : ' 1.21.0 '
2222 analysis : true
2323 steps :
2424 - name : Checkout
Original file line number Diff line number Diff line change 1616### Dependencies
1717* Updated Jackson to 3.0.1 (#116 )
1818
19+ ### Test
20+ * Tested against Vault 1.2 to 1.21 (#117 )
21+
1922
2023## 1.5.3 (2025-09-09)
2124
Original file line number Diff line number Diff line change 5252 * @since 0.1
5353 */
5454class HTTPVaultConnectorIT {
55- private static String VAULT_VERSION = "1.20.3 " ; // The vault version this test is supposed to run against.
55+ private static String VAULT_VERSION = "1.21.0 " ; // The vault version this test is supposed to run against.
5656 private static final String KEY1 = "E38bkCm0VhUvpdCKGQpcohhD9XmcHJ/2hreOSY019Lho" ;
5757 private static final String KEY2 = "O5OHwDleY3IiPdgw61cgHlhsrEm6tVJkrxhF6QAnILd1" ;
5858 private static final String KEY3 = "mw7Bm3nbt/UWa/juDjjL2EPQ04kiJ0saC5JEXwJvXYsB" ;
You can’t perform that action at this time.
0 commit comments