Skip to content

Commit

Permalink
Update dependencies and bump version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SandroHc committed Mar 16, 2021
1 parent fe4117b commit 566dc4c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group 'net.sandrohc'
version '1.0.0'
version '1.0.1'

ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

Expand Down Expand Up @@ -39,22 +39,22 @@ repositories {

dependencies {
// Project Reactor
api 'io.projectreactor.netty:reactor-netty:1.0.1'
api 'io.projectreactor.netty:reactor-netty:1.0.5'

// Jackson (JSON serializer)
api 'com.fasterxml.jackson.core:jackson-databind:2.11.3'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.11.3'
api 'com.fasterxml.jackson.core:jackson-databind:2.12.2'
api 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.12.2'

// Logging
api 'org.slf4j:slf4j-api:2.0.0-alpha1'

// Tests
testRuntime 'org.slf4j:slf4j-simple:2.0.0-alpha1'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.0'
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.1'
testImplementation 'org.mock-server:mockserver-client-java:5.11.2'
testImplementation 'org.mock-server:mockserver-netty:5.11.2'
testImplementation 'io.projectreactor:reactor-test:3.4.0'
testImplementation 'io.projectreactor:reactor-test:3.4.4'
}

test {
Expand Down

0 comments on commit 566dc4c

Please sign in to comment.