Skip to content

Commit cda1fc4

Browse files
committed
test: run IT against Vault 1.21.0 (#117)
1 parent dd37ff6 commit cda1fc4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci-it.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
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

src/test/java/de/stklcode/jvault/connector/HTTPVaultConnectorIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
* @since 0.1
5353
*/
5454
class 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";

0 commit comments

Comments
 (0)