Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#1416)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 18, 2024
1 parent 2eadef2 commit 50b923b
Show file tree
Hide file tree
Showing 7 changed files with 174 additions and 132 deletions.
2 changes: 1 addition & 1 deletion backend/.mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# specific language governing permissions and limitations
# under the License.
wrapperVersion=3.3.1
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.7/apache-maven-3.9.7-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.8/apache-maven-3.9.8-bin.zip
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ services:
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
<<: *postgres-vars
ports: ["8090:8090", "5005:5005"]
image: maven:3.9.7-eclipse-temurin-17
image: maven:3.9.8-eclipse-temurin-17
entrypoint: sh -c './encora-cert.sh'
working_dir: /app
volumes:
Expand Down Expand Up @@ -106,7 +106,7 @@ services:
AWS_COGNITO_ISSUER_URI: "https://cognito-idp.ca-central-1.amazonaws.com/ca-central-1_t2HSZBHur"
profiles: ["oracle-api"]
network_mode: host
image: maven:3.9.7-eclipse-temurin-17
image: maven:3.9.8-eclipse-temurin-17
entrypoint: sh -c './startup.sh && mvn -ntp spring-boot:run -Dspring-boot.run.jvmArguments="-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=*:5006"'
working_dir: /app
volumes: ["./oracle-api:/app"]
Expand Down
2 changes: 1 addition & 1 deletion frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build static files
# Node Bullseye has npm
FROM node:18.20.3-bullseye-slim AS build
FROM node:18.20.4-bullseye-slim AS build
ENV NODE_OPTIONS "--max-old-space-size=3072"

# Build
Expand Down
Loading

0 comments on commit 50b923b

Please sign in to comment.