Skip to content

Commit 7b468e4

Browse files
committed
update generator version
1 parent c4a6696 commit 7b468e4

File tree

188 files changed

+2941
-3606
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

188 files changed

+2941
-3606
lines changed

.github/workflows/test-pr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ jobs:
3636
strategy:
3737
matrix:
3838
os: [windows-2022, windows-2025, ubuntu-22.04, ubuntu-24.04]
39-
java-version: ["11", "17", "21"]
39+
java-version: ["11", "17", "21", "25"]
4040
distribution: ["zulu", "temurin"]
4141
fail-fast: false
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: Set up JDK
47-
uses: actions/setup-java@v4
47+
uses: actions/setup-java@v5
4848
with:
4949
distribution: ${{ matrix.distribution }}
5050
java-version: ${{ matrix.java-version }}

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.10.0
1+
7.16.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Bandwidth
44
- API version: 1.0.0
5-
- Generator version: 7.10.0
5+
- Generator version: 7.16.0
66

77
Bandwidth's Communication APIs
88

0 commit comments

Comments
 (0)