Skip to content

Commit

Permalink
chore(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2024
1 parent ddf9536 commit cfdbefc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
java-version: 21
distribution: 'temurin'
- name: Run Trivy vulnerability scanner
uses: aquasecurity/trivy-action@0.28.0
uses: aquasecurity/trivy-action@0.29.0
env:
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
with:
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.6</version>
<version>3.4.0</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
12 changes: 6 additions & 6 deletions queen-application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@

<properties>
<caffeine.version>3.1.8</caffeine.version>
<zonky-spring.version>2.5.1</zonky-spring.version>
<zonky-postgres.version>2.0.7</zonky-postgres.version>
<springdoc.version>2.6.0</springdoc.version>
<commons-io.version>2.17.0</commons-io.version>
<zonky-spring.version>2.6.0</zonky-spring.version>
<zonky-postgres.version>2.1.0</zonky-postgres.version>
<springdoc.version>2.7.0</springdoc.version>
<commons-io.version>2.18.0</commons-io.version>
<org-json.version>20240303</org-json.version>
<guava.version>33.3.1-jre</guava.version>
<json-schema-validator.version>1.5.3</json-schema-validator.version>
<json-schema-validator.version>1.5.4</json-schema-validator.version>
</properties>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.zonky.test.postgres</groupId>
<artifactId>embedded-postgres-binaries-bom</artifactId>
<version>16.4.0</version>
<version>16.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit cfdbefc

Please sign in to comment.