Skip to content

Commit 9fa4109

Browse files
committed
Bump versions
1 parent 3d01fbf commit 9fa4109

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ When upgrading to version 0.6.0 from version 0.5.x or earlier, please follow the
7070
This package is available as docker image [`radarbase/radar-output-restructure`](https://hub.docker.com/r/radarbase/radar-output-restructure). The entrypoint of the image is the current application. So in all the commands listed in usage, replace `radar-output-restructure` with for example:
7171

7272
```shell
73-
docker run --rm -t --network s3 -v "$PWD/output:/output" radarbase/radar-output-restructure:2.2.1 -o /output /myTopic
73+
docker run --rm -t --network s3 -v "$PWD/output:/output" radarbase/radar-output-restructure:2.3.0 -o /output /myTopic
7474
```
7575

7676
## Command line usage
@@ -228,7 +228,7 @@ This package requires at least Java JDK 8. Build the distribution with
228228
and install the package into `/usr/local` with for example
229229
```shell
230230
sudo mkdir -p /usr/local
231-
sudo tar -xzf build/distributions/radar-output-restructure-2.2.1.tar.gz -C /usr/local --strip-components=1
231+
sudo tar -xzf build/distributions/radar-output-restructure-2.3.0.tar.gz -C /usr/local --strip-components=1
232232
```
233233

234234
Now the `radar-output-restructure` command should be available.

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ plugins {
1212
id("com.avast.gradle.docker-compose")
1313
id("com.github.ben-manes.versions")
1414
id("io.github.gradle-nexus.publish-plugin")
15-
id("org.jlleitschuh.gradle.ktlint") version "10.3.0"
15+
id("org.jlleitschuh.gradle.ktlint") version "11.0.0"
1616
}
1717

1818
group = "org.radarbase"
19-
version = "2.2.2-SNAPSHOT"
19+
version = "2.3.0"
2020

2121
repositories {
2222
mavenCentral()

gradle.properties

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@ kotlin.code.style=official
22

33
kotlinVersion=1.7.10
44
dokkaVersion=1.7.10
5-
dockerComposeVersion=0.16.8
5+
dockerComposeVersion=0.16.9
66
dependencyUpdateVersion=0.42.0
77
nexusPublishVersion=1.1.0
8-
jsoupVersion=1.15.2
8+
jsoupVersion=1.15.3
99

1010
coroutinesVersion=1.6.4
1111
avroVersion=1.11.1
1212
snappyVersion=1.1.8.4
13-
jacksonVersion=2.13.3
13+
jacksonVersion=2.13.4
1414
jCommanderVersion=1.82
1515
almworksVersion=1.1.2
1616
minioVersion=8.4.3
1717
guavaVersion=31.1-jre
18-
opencsvVersion=5.6
18+
opencsvVersion=5.7.0
1919
okhttpVersion=4.10.0
2020
jedisVersion=4.2.3
2121
slf4jVersion=1.7.36
2222
log4jVersion=2.18.0
2323
azureStorageVersion=12.19.0
24-
nettyVersion=4.1.79.Final
24+
nettyVersion=4.1.80.Final
2525

2626
junitVersion=5.9.0
2727
mockitoKotlinVersion=4.0.0

0 commit comments

Comments
 (0)