Skip to content

Commit 1960f3e

Browse files
fix(deps): update all minor dependencies
1 parent 70a3ee3 commit 1960f3e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77

88
<groupId>fr.insee.pearljam</groupId>
99
<artifactId>pearljam-back-office</artifactId>
10-
<version>5.5.0</version>
10+
<version>5.5.1</version>
1111
<name>Pearl-Jam-Back-Office</name>
1212
<description>Back-office services for PearlJam</description>
1313

1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.4.2</version>
17+
<version>3.4.3</version>
1818
<relativePath /><!-- lookup parent from repository -->
1919
</parent>
2020

@@ -49,7 +49,7 @@
4949
<dependency>
5050
<groupId>org.springdoc</groupId>
5151
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
52-
<version>2.8.4</version>
52+
<version>2.8.5</version>
5353
</dependency>
5454

5555
<!-- Security -->
@@ -108,7 +108,7 @@
108108
<dependency>
109109
<groupId>com.tngtech.archunit</groupId>
110110
<artifactId>archunit</artifactId>
111-
<version>1.3.0</version>
111+
<version>1.4.0</version>
112112
</dependency>
113113

114114
<!-- Commons -->
@@ -224,7 +224,7 @@
224224
<plugin>
225225
<groupId>org.apache.maven.plugins</groupId>
226226
<artifactId>maven-compiler-plugin</artifactId>
227-
<version>3.13.0</version>
227+
<version>3.14.0</version>
228228
<configuration>
229229
<source>${java.version}</source>
230230
<target>${java.version}</target>

0 commit comments

Comments
 (0)