File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
src/main/java/com/corbado/sdk Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can find the latest SDK version at [central repository](https://repo1.maven.
2727Add this dependency to your project's build file:
2828
2929``` groovy
30- implementation "com.corbado:corbado-java:1.0.8 "
30+ implementation "com.corbado:corbado-java:1.0.9 "
3131```
3232
3333#### Maven users
@@ -38,7 +38,7 @@ Add this dependency to your project's POM:
3838<dependency >
3939 <groupId >com.corbado</groupId >
4040 <artifactId >corbado-java</artifactId >
41- <version >1.0.8 </version >
41+ <version >1.0.9 </version >
4242</dependency >
4343```
4444
Original file line number Diff line number Diff line change 1- 1.0.8
1+ 1.0.9
Original file line number Diff line number Diff line change 33 <groupId >com.corbado</groupId >
44 <artifactId >corbado-java</artifactId >
55 <packaging >jar</packaging >
6- <version >1.0.8 </version >
6+ <version >1.0.9 </version >
77 <name >Corbado Java</name >
88 <description >Corbado Java SDK</description >
99 <url >https://github.com/corbado/corbado-java</url >
414414 <gson-fire-version >1.9.0</gson-fire-version >
415415 <okhttp-version >4.11.0</okhttp-version >
416416 <gson-version >2.10.1</gson-version >
417- <commons-lang3-version >3.14 .0</commons-lang3-version >
417+ <commons-lang3-version >3.18 .0</commons-lang3-version >
418418 <jackson-databind-nullable-version >0.2.6</jackson-databind-nullable-version >
419419 <jakarta-annotation-version >1.3.5</jakarta-annotation-version >
420420 <junit-version >5.9.1</junit-version >
Original file line number Diff line number Diff line change @@ -104,6 +104,6 @@ private static String getLanguageVersion() {
104104 * @return the version
105105 */
106106 public String getVersion () {
107- return "1.0.8 " ;
107+ return "1.0.9 " ;
108108 }
109109}
You can’t perform that action at this time.
0 commit comments