Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 8f4e6f9

Browse files
committed
Merge branch 'master' of github.com:Sybit-Education/airtable.java
# Conflicts: # .github/workflows/build.yml # build.gradle
2 parents 2c63845 + 49dedde commit 8f4e6f9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
id 'jacoco'
1111
id 'idea'
1212
id 'maven-publish'
13-
id 'com.github.jk1.dependency-license-report' version '2.1'
13+
id 'com.github.jk1.dependency-license-report' version '2.7'
1414
}
1515

1616
/*
@@ -76,14 +76,14 @@ dependencies {
7676
implementation 'com.konghq:unirest-java:3.14.5'
7777
implementation 'org.apache.httpcomponents.client5:httpclient5:5.3.1'
7878
implementation 'org.json:json:20240303'
79-
implementation 'com.google.code.gson:gson:2.9.1'
79+
implementation 'com.google.code.gson:gson:2.11.0'
8080
implementation 'commons-beanutils:commons-beanutils:1.9.4'
8181
implementation 'commons-io:commons-io:2.16.1'
82-
implementation 'org.slf4j:slf4j-api:2.0.7'
82+
implementation 'org.slf4j:slf4j-api:2.0.13'
8383

8484
testImplementation 'junit:junit:4.13.2'
8585
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
86-
testImplementation 'org.slf4j:slf4j-jdk14:2.0.6'
86+
testImplementation 'org.slf4j:slf4j-jdk14:2.0.13'
8787

8888
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.8.2'
8989
}

0 commit comments

Comments
 (0)