Skip to content

Commit fb2feec

Browse files
committed
Update to 6.2-1.5.5
1 parent 36ff7c3 commit fb2feec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you are using Gradle as your build tool, add the following dependency to your
2323

2424
```
2525
dependencies {
26-
implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.5.4'
26+
implementation group: 'net.jacobpeterson', name: 'iqfeed4j', version: '6.2-1.5.5'
2727
}
2828
```
2929

@@ -33,7 +33,7 @@ If you are using Maven as your build tool, add the following dependency to your
3333
<dependency>
3434
<groupId>net.jacobpeterson</groupId>
3535
<artifactId>iqfeed4j</artifactId>
36-
<version>6.2-1.5.4</version>
36+
<version>6.2-1.5.5</version>
3737
<scope>compile</scope>
3838
</dependency>
3939
```

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply plugin: 'jsonschema2pojo'
2929
tasks.getByName('generateJsonSchema2Pojo').enabled(false) // Disable default 'jsonSchema2Pojo' task
3030

3131
group 'net.jacobpeterson'
32-
version '6.2-1.5.4-SNAPSHOT'
32+
version '6.2-1.5.5-SNAPSHOT'
3333

3434
repositories {
3535
mavenCentral()

0 commit comments

Comments
 (0)