Skip to content

Commit

Permalink
chore(deps): bump the minorandpatch group in /backend with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minorandpatch group in /backend with 2 updates: org.flywaydb:flyway-database-postgresql and [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5).


Updates `org.flywaydb:flyway-database-postgresql` from 10.17.0 to 10.17.1

Updates `org.junit.platform:junit-platform-launcher` from 1.10.3 to 1.11.0
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/commits)

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minorandpatch
- dependency-name: org.junit.platform:junit-platform-launcher
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minorandpatch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 19, 2024
1 parent a9fa920 commit e1725f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation "org.postgresql:postgresql:42.7.3"
implementation "org.apache.commons:commons-csv:1.11.0"
implementation "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0"
implementation "org.flywaydb:flyway-database-postgresql:10.17.0"
implementation "org.flywaydb:flyway-database-postgresql:10.17.1"
implementation "org.jetbrains.exposed:exposed-spring-boot-starter:0.53.0"
implementation "org.jetbrains.exposed:exposed-jdbc:0.53.0"
implementation "org.jetbrains.exposed:exposed-json:0.53.0"
Expand All @@ -62,7 +62,7 @@ dependencies {
testImplementation "io.jsonwebtoken:jjwt-jackson:0.12.6"
testImplementation "com.ninja-squad:springmockk:4.0.2"
testImplementation "org.testcontainers:postgresql:1.20.1"
testImplementation "org.junit.platform:junit-platform-launcher:1.10.3"
testImplementation "org.junit.platform:junit-platform-launcher:1.11.0"
ktlint("com.pinterest.ktlint:ktlint-cli:1.3.1") {
attributes {
attribute(Bundling.BUNDLING_ATTRIBUTE, getObjects().named(Bundling, Bundling.EXTERNAL))
Expand Down

0 comments on commit e1725f5

Please sign in to comment.