diff --git a/README.md b/README.md index b1a334f..320a45e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,11 @@ Some of my other related projects are: - [syslogd](https://git.data.coop/nellemann/syslogd) for redirecting syslog and GELF to remote logging destinations +## Screenshots + +![screenshot](doc/screenshots/v7000-8_4_2_0-1.png) + + ## Installation and Setup There are few steps in the installation. diff --git a/build.gradle b/build.gradle index 0c52ca2..cccf366 100644 --- a/build.gradle +++ b/build.gradle @@ -20,17 +20,17 @@ group = projectGroup version = projectVersion dependencies { - annotationProcessor 'info.picocli:picocli-codegen:4.7.0' - implementation 'info.picocli:picocli:4.7.0' + annotationProcessor 'info.picocli:picocli-codegen:4.7.1' + implementation 'info.picocli:picocli:4.7.1' implementation 'org.influxdb:influxdb-java:2.23' //implementation 'com.influxdb:influxdb-client-java:6.7.0' implementation 'org.slf4j:slf4j-api:2.0.6' implementation 'org.slf4j:slf4j-simple:2.0.6' implementation 'com.squareup.okhttp3:okhttp:4.10.0' // Also used by InfluxDB Client //implementation "org.eclipse.jetty:jetty-client:9.4.49.v20220914" - implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.1' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.1' - implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.14.2' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.14.2' + implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.14.2' testImplementation 'junit:junit:4.13.2' testImplementation 'org.spockframework:spock-core:2.3-groovy-3.0' diff --git a/doc/screenshots/v7000-8_4_2_0.png b/doc/screenshots/v7000-8_4_2_0-1.png similarity index 100% rename from doc/screenshots/v7000-8_4_2_0.png rename to doc/screenshots/v7000-8_4_2_0-1.png diff --git a/doc/screenshots/v7000-8_4_2_0-2.png b/doc/screenshots/v7000-8_4_2_0-2.png new file mode 100644 index 0000000..fc263c3 Binary files /dev/null and b/doc/screenshots/v7000-8_4_2_0-2.png differ