Skip to content

Commit 4384858

Browse files
authored
Merge pull request #142 from InseeFr/2.1.6-live3
2.1.6 live3
2 parents f8e3d60 + f3b05c5 commit 4384858

File tree

3 files changed

+7
-33
lines changed

3 files changed

+7
-33
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ build/
3232

3333
### VS Code ###
3434
.vscode/
35+
36+
XXXX

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.5.3</version>
9+
<version>3.5.6</version>
1010
<relativePath/> <!-- lookup parent from repository -->
1111
</parent>
1212
<groupId>fr.insee.rmes</groupId>
1313
<artifactId>ddi-access-services</artifactId>
14-
<version>2.1.5</version>
14+
<version>2.1.6</version>
1515
<name>DDI Access Services</name>
1616
<description>Rest API to access to Colectica repository services</description>
1717
<properties>
1818
<java.version>21</java.version>
1919
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
2020
<springdoc.version>2.8.5</springdoc.version>
2121
<xdocreport.version>2.1.0</xdocreport.version>
22-
<saxon.version>12.5</saxon.version>
22+
<saxon.version>12.9</saxon.version>
2323
<java-jwt.version>4.5.0</java-jwt.version>
24-
<json.version>20250107</json.version>
25-
<jacoco.version>0.8.12</jacoco.version>
24+
<json.version>20250517</json.version>
25+
<jacoco.version>0.8.13</jacoco.version>
2626
<sonar.organization>inseefr</sonar.organization>
2727
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
2828
<sonar.projectKey>InseeFr_DDI-Access-Services</sonar.projectKey>

src/test/java/fr/insee/rmes/tocolecticaapi/service/ElasticServiceTest.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)