Skip to content

Commit

Permalink
Merge pull request #32 from Scoin0/dependabot/gradle/org.jsoup-jsoup-…
Browse files Browse the repository at this point in the history
…1.15.3

Bump org.jsoup:jsoup from 1.14.3 to 1.15.3
  • Loading branch information
Scoin0 committed Mar 15, 2024
2 parents ce8c342 + e531ef3 commit a9cfa5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.3.0-alpha14'
implementation group: 'org.projectlombok', name: 'lombok', version: '1.18.24'
implementation group: 'ru.dmerkushov', name: 'http-helper', version:'1.5.0'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.14.3'
implementation group: 'org.jsoup', name: 'jsoup', version: '1.15.3'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.9.0'
implementation group: 'org.json', name: 'json', version: '20220320'
implementation group: 'com.github.pircbotx', name:'pircbotx', version:'2.3.1'
Expand Down

0 comments on commit a9cfa5c

Please sign in to comment.