@@ -17,7 +17,7 @@ To use this framework as part of your Maven build simply add the following depen
1717<dependency >
1818 <groupId >com.dlsc.workbenchfx</groupId >
1919 <artifactId >workbenchfx-core</artifactId >
20- <version >8.0.0 </version >
20+ <version >8.0.2 </version >
2121</dependency >
2222```
2323
@@ -26,7 +26,7 @@ To use this framework as part of your Maven build simply add the following depen
2626<dependency >
2727 <groupId >com.dlsc.workbenchfx</groupId >
2828 <artifactId >workbenchfx-core</artifactId >
29- <version >11.0.1 </version >
29+ <version >11.0.2 </version >
3030</dependency >
3131```
3232
@@ -37,14 +37,14 @@ To use this framework as part of your gradle build simply add the following to y
3737### Java 8
3838``` groovy
3939dependencies {
40- compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.0 '
40+ compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '8.0.2 '
4141}
4242```
4343
4444### Java 11
4545``` groovy
4646dependencies {
47- compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.1 '
47+ compile group: 'com.dlsc.workbenchfx', name: 'workbenchfx-core', version: '11.0.2 '
4848}
4949```
5050
@@ -959,4 +959,4 @@ Note:
959959
960960
961961## License
962- [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX?ref=badge_large )
962+ [ ![ FOSSA Status] ( https://app.fossa.io/api/projects/git%2Bgithub.com%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX.svg?type=large )] ( https://app.fossa.io/projects/git%2Bgithub.com%2Fdlsc-software-consulting-gmbh%2FWorkbenchFX?ref=badge_large )
0 commit comments