Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
zapek committed Nov 28, 2024
2 parents 483154a + 09fd869 commit c5e0c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ buildscript {
bouncycastleVersion = "1.79"
apacheCommonsCollectionsVersion = "4.4"
springOpenApiVersion = "2.7.0"
jsoupVersion = "1.18.1"
jsoupVersion = "1.18.2"
jsonPatchVersion = "1.13"
zxingVersion = "3.5.3"
appDirsVersion = "1.2.2"
Expand All @@ -35,7 +35,7 @@ plugins {
id 'org.springframework.boot' version '3.4.0' apply false
id 'org.flywaydb.flyway' version '10.20.0' apply false // Keep the version in sync with spring-boot from time to time
id 'org.panteleyev.jpackageplugin' version '1.6.0' apply false
id 'org.sonarqube' version '6.0.0.5145'
id 'org.sonarqube' version '6.0.1.5171'
}

// To upgrade Gradle, change the version here, refresh, then run the 'build setup/wrapper' task
Expand Down

0 comments on commit c5e0c2e

Please sign in to comment.