Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
w3stling committed May 4, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 86c0ec4 + 789cf27 commit 18fef4a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -18,10 +18,10 @@ repositories {
}

dependencies {
implementation 'org.jsoup:jsoup:1.15.4'
implementation 'org.jsoup:jsoup:1.16.1'
implementation 'com.google.code.gson:gson:2.10.1'
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.2')
testImplementation(platform('org.junit:junit-bom:5.9.3'))
testImplementation('org.junit.jupiter:junit-jupiter:5.9.3')
testImplementation('nl.jqno.equalsverifier:equalsverifier:3.14.1')
}

0 comments on commit 18fef4a

Please sign in to comment.