Skip to content

Commit

Permalink
Merge branch 'main' into ci/sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Dec 3, 2024
2 parents 510594f + c715ca4 commit 293695e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: bcgov-nr/action-builder-ghcr@v2.2.0
- uses: bcgov-nr/action-builder-ghcr@v2.3.0
name: Build Cert Extractor
with:
package: certextractor
Expand Down
8 changes: 4 additions & 4 deletions spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.0</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -62,7 +62,7 @@
</sonar.coverage.exclusions>
<sonar.java.checkstyle.reportPaths>target/checkstyle-result.xml
</sonar.java.checkstyle.reportPaths>
<testcontainers.version>1.20.3</testcontainers.version>
<testcontainers.version>1.20.4</testcontainers.version>
<junit-jupiter-api.version>5.9.1</junit-jupiter-api.version>
<junit-platform.version>1.9.1</junit-platform.version>
<oci.revision>${project.version}</oci.revision>
Expand Down Expand Up @@ -103,7 +103,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webflux-api</artifactId>
<version>2.6.0</version>
<version>2.7.0</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -145,7 +145,7 @@
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>oracle-xe</artifactId>
<version>1.20.3</version>
<version>1.20.4</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 293695e

Please sign in to comment.