Skip to content

Commit

Permalink
chore(deps): update all minor dependencies (#204)
Browse files Browse the repository at this point in the history
* chore(deps): update all minor dependencies

* fix: jaxb dependencies

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicolas Senave <[email protected]>
  • Loading branch information
renovate[bot] and nsenave committed Sep 30, 2024
1 parent 1e485f6 commit 317dbc5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:17-jre
FROM eclipse-temurin:17.0.12_7-jre

ENV PATH_TO_JAR=/opt/eno-ws/eno-ws.jar
WORKDIR /opt/eno-ws/
Expand Down
19 changes: 10 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.1</version>
<version>3.3.4</version>
</parent>

<groupId>fr.insee</groupId>
<artifactId>eno-ws</artifactId>
<packaging>jar</packaging>
<version>2.4.4</version>
<version>2.4.5</version>
<name>Eno-Web-Service</name>

<properties>
Expand All @@ -25,13 +25,14 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<final.jar.name>eno-ws</final.jar.name>
<eno.version>2.9.10</eno.version>
<lunatic-model.version>2.6.3</lunatic-model.version>
<eno.version>2.9.11</eno.version>
<lunatic-model.version>2.6.4</lunatic-model.version>

<javax.activation.version>1.2.0</javax.activation.version>
<log4j2.version>2.18.0</log4j2.version>
<jaxb.api.impl.version>2.3.1</jaxb.api.impl.version>
<jaxb.api.core.version>4.0.5</jaxb.api.core.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<jaxb.core.version>4.0.5</jaxb.core.version>
<jaxb.impl.version>4.0.5</jaxb.impl.version>
<springdoc-openapi-ui.version>2.6.0</springdoc-openapi-ui.version>
<!-- Temp version due to security issues in version used in springdoc-openapi-ui: -->
<snakeyaml.version>2.2</snakeyaml.version>
Expand Down Expand Up @@ -101,18 +102,18 @@
<dependency>
<groupId>javax.xml.bind</groupId>
<artifactId>jaxb-api</artifactId>
<version>${jaxb.api.impl.version}</version>
<version>${jaxb.api.version}</version>
</dependency>

<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-core</artifactId>
<version>${jaxb.api.core.version}</version>
<version>${jaxb.core.version}</version>
</dependency>
<dependency>
<groupId>com.sun.xml.bind</groupId>
<artifactId>jaxb-impl</artifactId>
<version>${jaxb.api.impl.version}</version>
<version>${jaxb.impl.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 317dbc5

Please sign in to comment.