Skip to content

Commit

Permalink
chore: update temurin and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesperKock committed Jul 23, 2024
1 parent d50adf2 commit b7c2a1f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM gsearch_temp AS builder

FROM eclipse-temurin:21.0.2_13-jdk-alpine
FROM eclipse-temurin:21.0.4_7-jdk-alpine

RUN apk upgrade --available --no-cache

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_dev
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COPY src ./src

RUN mvn -e -B package -DskipTests

FROM eclipse-temurin:21.0.2_13-jdk-alpine
FROM eclipse-temurin:21.0.4_7-jdk-alpine

RUN apk upgrade --available --no-cache

Expand Down
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.3.2</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand All @@ -16,7 +16,7 @@
<description>Gsearch</description>
<properties>
<java.version>21</java.version>
<org.jdbi.version>3.45.0</org.jdbi.version>
<org.jdbi.version>3.45.2</org.jdbi.version>
</properties>
<dependencies>
<dependency>
Expand All @@ -30,7 +30,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
<version>2.6.0</version>
</dependency>
<dependency>
<groupId>org.jdbi</groupId>
Expand Down Expand Up @@ -60,7 +60,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</version>
</dependency>
<dependency>
<groupId>net.postgis</groupId>
Expand All @@ -75,17 +75,17 @@
<dependency>
<groupId>org.geotools.jdbc</groupId>
<artifactId>gt-jdbc-postgis</artifactId>
<version>30.1</version>
<version>31.3</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-cql</artifactId>
<version>30.1</version>
<version>31.3</version>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-wkt</artifactId>
<version>30.1</version>
<version>31.3</version>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit b7c2a1f

Please sign in to comment.