From 7b90b20f3f261c8952854071745d9bed7d0cec7a Mon Sep 17 00:00:00 2001 From: Mark Nellemann Date: Mon, 24 Oct 2022 15:28:20 +0200 Subject: [PATCH] Update 3rd party dependencies and version. --- CHANGELOG.md | 5 +++++ build.gradle | 3 +-- client/build.gradle | 2 +- gradle.properties | 11 ++++++----- 4 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dbdbac..71801a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.gradle b/build.gradle index 499c8b6..54c513a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { diff --git a/client/build.gradle b/client/build.gradle index 4883667..803e9ce 100644 --- a/client/build.gradle +++ b/client/build.gradle @@ -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") diff --git a/gradle.properties b/gradle.properties index 274e613..9df2be2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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