Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bochkov committed Apr 1, 2020
1 parent d9ec69d commit ebc10c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ jdk:
- openjdk11

before_install:
- echo "nexusUrl=${AR_URL}" >> ~/.gradle/gradle.properties
- echo "nexusUsername=${AR_USER}" >> ~/.gradle/gradle.properties
- echo "nexusPassword=${AR_PASSWORD}" >> ~/.gradle/gradle.properties
- ./gradlew --version
- echo "nexusUrl=${AR_URL}" >> $HOME/.gradle/gradle.properties
- echo "nexusUsername=${AR_USER}" >> $HOME/.gradle/gradle.properties
- echo "nexusPassword=${AR_PASSWORD}" >> $HOME/.gradle/gradle.properties

deploy:
provider: releases
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = 'cordelia'
version = '1.3.1.RELEASE'
version = '1.3.2.RELEASE'

apply plugin: 'java'
apply plugin: 'maven'
Expand All @@ -15,8 +15,8 @@ repositories {
}

dependencies {
implementation('org.cactoos:cactoos:0.40')
implementation('com.google.code.gson:gson:2.8.5')
implementation('org.cactoos:cactoos:0.44')
implementation('com.google.code.gson:gson:2.8.6')
implementation('com.jcabi:jcabi-http:1.17.2')
implementation('javax.json:javax.json-api:1.1.4')

Expand Down

0 comments on commit ebc10c9

Please sign in to comment.