Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 20, 2024
1 parent 6ca563c commit d7619a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion backend-go/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22 AS build
FROM golang:1.23 AS build
WORKDIR /workspace/app
# pre-copy/cache go.mod for pre-downloading dependencies and only redownloading them in subsequent builds if they change
COPY go.mod go.sum ./
Expand Down
2 changes: 1 addition & 1 deletion backend-go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/bcgov/quickstart-openshift-backends/backend-go

go 1.21

toolchain go1.22.5
toolchain go1.23.0

require (
github.com/devfeel/mapper v0.7.13
Expand Down
2 changes: 1 addition & 1 deletion backend-java/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
6 changes: 3 additions & 3 deletions charts/quickstart-openshift-backends/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 15.5.20
digest: sha256:5541bc21c61e9def6fce9eaca5e298512248a3e0b07c89d724449f982375500b
generated: "2024-08-01T22:16:04.166651097Z"
version: 15.5.23
digest: sha256:5aa589550ca6cab0eda1edf2cadf3f1b8e1cb3e3978339d5e007f7a6ba67000e
generated: "2024-08-20T10:21:21.748054116Z"
2 changes: 1 addition & 1 deletion charts/quickstart-openshift-backends/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ appVersion: "1.16.0"
dependencies:
- name: postgresql
condition: bitnami-pg.enabled
version: 15.5.20
version: 15.5.23
repository: https://charts.bitnami.com/bitnami
alias: bitnami-pg
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/quickstart-openshift-backends/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ bitnami-pg:
image:
registry: ghcr.io
repository: bcgov/nr-containers/bitnami/postgresql
tag: 15.7.0
tag: 15.8.0
auth:
existingSecret: '{{ .Release.Name }}'
username: 'quickstart'
Expand Down

0 comments on commit d7619a6

Please sign in to comment.