Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/com.diffplug.spotless-6.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Mar 11, 2024
2 parents b1de52b + 68990f7 commit 3e4f748
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
with:
config-name: release-draft-template.yml
env:
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@ configurations {
dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.json:json:20231013'
implementation 'org.json:json:20240205'
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'

// Use JUnit test framework
testImplementation(platform('org.junit:junit-bom:5.10.1'))
testImplementation('org.junit.jupiter:junit-jupiter:5.10.1')
testImplementation(platform('org.junit:junit-bom:5.10.2'))
testImplementation('org.junit.jupiter:junit-jupiter:5.10.2')
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation 'org.mockito:mockito-core:4.9.0'
testImplementation 'org.hamcrest:hamcrest:2.2'
testImplementation 'com.squareup.okio:okio:3.7.0'
testImplementation 'com.squareup.okio:okio:3.8.0'
testImplementation 'com.squareup.okhttp3:okhttp:4.12.0'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.16.1'

Expand Down

0 comments on commit 3e4f748

Please sign in to comment.