File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ Maven:
2323<dependency >
2424 <groupId >com.oracle.labs.olcut</groupId >
2525 <artifactId >olcut-core</artifactId >
26- <version >5.2.1 </version >
26+ <version >5.3.0 </version >
2727</dependency >
2828```
2929or from Gradle:
3030``` groovy
31- implementation 'com.oracle.labs.olcut:olcut-core:5.2.1 '
31+ implementation 'com.oracle.labs.olcut:olcut-core:5.3.0 '
3232```
3333
3434The ` olcut-extras ` artifact is designed as a small tool for developers, as such you should compile the appropriate
Original file line number Diff line number Diff line change 3535 <version >${revision} </version >
3636 <packaging >pom</packaging >
3737 <properties >
38- <revision >5.3.0-SNAPSHOT </revision >
38+ <revision >5.3.0</revision >
3939 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
4040 <maven .compiler.source>1.8</maven .compiler.source>
4141 <maven .compiler.target>1.8</maven .compiler.target>
You can’t perform that action at this time.
0 commit comments