Update 3rd party dependencies and version.
This commit is contained in:
parent
ed0bd5c2fa
commit
7b90b20f3f
|
@ -2,6 +2,10 @@
|
|||
|
||||
All notable changes to this project will be documented in this file.
|
||||
|
||||
## [1.0.18] - 2022-10-24
|
||||
- Bump version to 1.x to indicate stable release.
|
||||
- Update 3rd party dependencies.
|
||||
|
||||
## [0.1.13] - 2022-06-27
|
||||
|
||||
## [0.1.11] - 2022-03-02
|
||||
|
@ -22,6 +26,7 @@ All notable changes to this project will be documented in this file.
|
|||
### Changed
|
||||
- Updated 3rd party dependencies.
|
||||
|
||||
[1.0.18]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v1.0.18%0Dv0.1.13
|
||||
[0.1.13]: https://bitbucket.org/mnellemann/sysmon/branches/compare/v0.1.13%0Dv0.1.11
|
||||
[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
|
||||
|
|
|
@ -19,8 +19,7 @@ subprojects {
|
|||
|
||||
implementation "org.slf4j:slf4j-api:${slf4jVersion}"
|
||||
implementation "org.slf4j:slf4j-simple:${slf4jVersion}"
|
||||
implementation 'org.tomlj:tomlj:1.0.0'
|
||||
|
||||
implementation "org.tomlj:tomlj:${tomljVersion}"
|
||||
}
|
||||
|
||||
repositories {
|
||||
|
|
|
@ -17,7 +17,7 @@ dependencies {
|
|||
|
||||
annotationProcessor "info.picocli:picocli-codegen:${picocliVersion}"
|
||||
implementation "info.picocli:picocli:${picocliVersion}"
|
||||
implementation 'org.tomlj:tomlj:1.0.0'
|
||||
implementation "org.tomlj:tomlj:${tomljVersion}"
|
||||
|
||||
runtimeOnly(group: 'com.github.oshi', name: 'oshi-core', version: oshiVersion) {
|
||||
exclude(group: "org.slf4j")
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
version = 1.0.17
|
||||
version = 1.0.18
|
||||
pf4jVersion = 3.7.0
|
||||
slf4jVersion = 2.0.0
|
||||
slf4jVersion = 2.0.3
|
||||
camelVersion = 3.14.5
|
||||
groovyVersion = 3.0.12
|
||||
groovyVersion = 3.0.13
|
||||
picocliVersion = 4.6.3
|
||||
oshiVersion = 6.2.2
|
||||
spockVersion = 2.2-groovy-3.0
|
||||
oshiVersion = 6.3.0
|
||||
spockVersion = 2.3-groovy-3.0
|
||||
tomljVersion = 1.1.0
|
||||
|
|
Loading…
Reference in a new issue