Bump version to 0.1.11

Removed groovy dependency from plugins.
This commit is contained in:
Mark Nellemann 2022-03-02 18:41:58 +01:00
parent be233d52b9
commit b5ae2e29dc
3 changed files with 6 additions and 4 deletions

View File

@ -2,6 +2,10 @@
All notable changes to this project will be documented in this file.
## [0.1.11] - 2022-03-02
### Changed
- (plugins) Removed groovy dependency from build.gradle (it increased size and was not needed).
## [0.1.10] - 2022-03-01
### Added
- (client) More debug options.
@ -16,5 +20,6 @@ All notable changes to this project will be documented in this file.
### Changed
- Updated 3rd party dependencies.
[0.1.11]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.11%0Dv0.1.10
[0.1.10]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.10%0Dv0.1.9
[0.1.9]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.9%0Dv0.1.8

View File

@ -1,4 +1,4 @@
version = 0.1.10
version = 0.1.11
pf4jVersion = 3.6.0
slf4jVersion = 1.7.36
camelVersion = 3.14.1

View File

@ -25,9 +25,6 @@ subprojects {
compileOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
exclude(group: "org.slf4j")
}
implementation 'org.codehaus.groovy:groovy-all:3.0.9'
}
task uberJar(type: Jar) {