Skip to content

Commit dd33e23

Browse files
committed
use 7.17
1 parent ef77880 commit dd33e23

File tree

147 files changed

+147
-147
lines changed

Some content is hidden

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

147 files changed

+147
-147
lines changed

.openapi-generator/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.16.0
1+
7.17.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.16.0
5+
- Generator version: 7.17.0
66

77
Bandwidth's Communication APIs
88

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ dependencies {
112112
implementation 'com.google.code.gson:gson:2.9.1'
113113
implementation 'io.gsonfire:gson-fire:1.9.0'
114114
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
115-
implementation 'org.openapitools:jackson-databind-nullable:0.2.7'
115+
implementation 'org.openapitools:jackson-databind-nullable:0.2.8'
116116
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.18.0'
117117
implementation "jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version"
118118
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.3'

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
1515
"com.google.code.gson" % "gson" % "2.9.1",
1616
"org.apache.commons" % "commons-lang3" % "3.18.0",
1717
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
18-
"org.openapitools" % "jackson-databind-nullable" % "0.2.7",
18+
"org.openapitools" % "jackson-databind-nullable" % "0.2.8",
1919
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
2020
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
2121
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",

openapitools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"$schema": "./node_modules/@openapitools/openapi-generator-cli/config.schema.json",
33
"spaces": 2,
44
"generator-cli": {
5-
"version": "7.16.0"
5+
"version": "7.17.0"
66
}
77
}

src/main/java/com/bandwidth/sdk/ApiException.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* <p>ApiException class.</p>
2323
*/
2424
@SuppressWarnings("serial")
25-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
25+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.17.0")
2626
public class ApiException extends Exception {
2727
private static final long serialVersionUID = 1L;
2828

src/main/java/com/bandwidth/sdk/Configuration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
import java.util.concurrent.atomic.AtomicReference;
1818
import java.util.function.Supplier;
1919

20-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
20+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.17.0")
2121
public class Configuration {
2222
public static final String VERSION = "1.0.0";
2323

src/main/java/com/bandwidth/sdk/Pair.java

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

1414
package com.bandwidth.sdk;
1515

16-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
16+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.17.0")
1717
public class Pair {
1818
private final String name;
1919
private final String value;

src/main/java/com/bandwidth/sdk/ServerConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server configuration.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.17.0")
2222
public class ServerConfiguration {
2323
public String URL;
2424
public String description;

src/main/java/com/bandwidth/sdk/ServerVariable.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
/**
1919
* Representing a Server Variable for server URL template substitution.
2020
*/
21-
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.16.0")
21+
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.17.0")
2222
public class ServerVariable {
2323
public String description;
2424
public String defaultValue;

0 commit comments

Comments
 (0)