Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Sybit-Education/airtable.java
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build.yml
#	build.gradle
  • Loading branch information
stritti committed May 21, 2024
2 parents 2c63845 + 49dedde commit 8f4e6f9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ plugins {
id 'jacoco'
id 'idea'
id 'maven-publish'
id 'com.github.jk1.dependency-license-report' version '2.1'
id 'com.github.jk1.dependency-license-report' version '2.7'
}

/*
Expand Down Expand Up @@ -76,14 +76,14 @@ dependencies {
implementation 'com.konghq:unirest-java:3.14.5'
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
implementation 'org.json:json:20240303'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'commons-beanutils:commons-beanutils:1.9.4'
implementation 'commons-io:commons-io:2.16.1'
implementation 'org.slf4j:slf4j-api:2.0.7'
implementation 'org.slf4j:slf4j-api:2.0.13'

testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.6'
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'

testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.8.2'
}
Expand Down

0 comments on commit 8f4e6f9

Please sign in to comment.