Skip to content

Commit

Permalink
chore(deps): update dependency com.github.gavlyukovskiy:p6spy-spring-…
Browse files Browse the repository at this point in the history
…boot-starter to v1.10.0
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 75b09e7 commit 87a27da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs.example.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jakarta-persistence-api = { module = "jakarta.persistence:jakarta.persistence-ap
# spring boot
spring-boot3-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa", version.ref = "spring-boot3" }
spring-boot3-batch = { module = "org.springframework.boot:spring-boot-starter-batch", version.ref = "spring-boot3" }
spring-boot3-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-starter", version = "1.9.2" }
spring-boot3-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-starter", version = "1.10.0" }
spring-boot3-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot3" }

spring-boot2-jpa = { module = "org.springframework.boot:spring-boot-starter-data-jpa", version.ref = "spring-boot2" }
spring-boot2-batch = { module = "org.springframework.boot:spring-boot-starter-batch", version.ref = "spring-boot2" }
spring-boot2-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-starter", version = "1.8.1" }
spring-boot2-p6spy = { module = "com.github.gavlyukovskiy:p6spy-spring-boot-starter", version = "1.10.0" }
spring-boot2-test = { module = "org.springframework.boot:spring-boot-starter-test", version.ref = "spring-boot2" }

# spring
Expand Down

0 comments on commit 87a27da

Please sign in to comment.