1 Commits

Author SHA1 Message Date
3eceec72b3 Update dependency com.google.code.gson:gson to v2.11.0 2024-05-19 20:01:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# Stage 1: Build the application # Stage 1: Build the application
FROM maven:3.9.8-eclipse-temurin-17-alpine AS builder FROM maven:3.9.6-eclipse-temurin-17-alpine AS builder
# Set the working directory # Set the working directory
WORKDIR /home/container WORKDIR /home/container

View File

@ -80,7 +80,7 @@
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>2.10.1</version> <version>2.11.0</version>
</dependency> </dependency>
<!-- Sentry --> <!-- Sentry -->