Skip to content

Commit 512f291

Browse files
committed
"Release v5.0.12"
1 parent 09a0303 commit 512f291

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'java'
44
apply plugin: 'com.diffplug.spotless'
55

66
group = 'io.akeyless'
7-
version = '5.0.9'
7+
version = '5.0.12'
88

99
buildscript {
1010
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "io.akeyless",
44
name := "akeyless-java",
5-
version := "5.0.9",
5+
version := "5.0.12",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>akeyless-java</artifactId>
66
<packaging>jar</packaging>
77
<name>akeyless-java</name>
8-
<version>5.0.9</version>
8+
<version>5.0.12</version>
99
<url>https://github.com/akeylesslabs/akeyless-java</url>
1010
<description>Akeyless Java SDK</description>
1111
<scm>

src/main/java/io/akeyless/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ private void init() {
139139
json = new JSON();
140140

141141
// Set default User-Agent.
142-
setUserAgent("OpenAPI-Generator/5.0.9/java");
142+
setUserAgent("OpenAPI-Generator/5.0.12/java");
143143

144144
authentications = new HashMap<String, Authentication>();
145145
}

src/main/java/io/akeyless/client/Configuration.java

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

1616
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.10.0")
1717
public class Configuration {
18-
public static final String VERSION = "5.0.9";
18+
public static final String VERSION = "5.0.12";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

0 commit comments

Comments
 (0)