Skip to content

Commit 396581d

Browse files
committed
update dependencies
1 parent fbf34dd commit 396581d

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

pom.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>3.5.7</version>
8+
<version>3.5.12</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111

@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>io.github.classgraph</groupId>
5454
<artifactId>classgraph</artifactId>
55-
<version>4.8.181</version>
55+
<version>4.8.184</version>
5656
</dependency>
5757

5858

@@ -61,7 +61,7 @@
6161
<dependency>
6262
<groupId>commons-validator</groupId>
6363
<artifactId>commons-validator</artifactId>
64-
<version>1.10.0</version>
64+
<version>1.10.1</version>
6565
<exclusions>
6666
<exclusion>
6767
<groupId>commons-collections</groupId>
@@ -78,7 +78,7 @@
7878
<dependency>
7979
<groupId>org.springdoc</groupId>
8080
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
81-
<version>2.8.14</version>
81+
<version>2.8.16</version>
8282
</dependency>
8383

8484
<!-- Testing -->
@@ -115,7 +115,7 @@
115115
<dependency>
116116
<groupId>org.testcontainers</groupId>
117117
<artifactId>testcontainers</artifactId>
118-
<version>2.0.2</version>
118+
<version>2.0.4</version>
119119
<scope>test</scope>
120120
<exclusions>
121121
<exclusion>
@@ -137,13 +137,13 @@
137137
<dependency>
138138
<groupId>org.testcontainers</groupId>
139139
<artifactId>testcontainers-junit-jupiter</artifactId>
140-
<version>2.0.2</version>
140+
<version>2.0.4</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>
144144
<groupId>org.testcontainers</groupId>
145145
<artifactId>testcontainers-postgresql</artifactId>
146-
<version>2.0.2</version>
146+
<version>2.0.4</version>
147147
<scope>test</scope>
148148
</dependency>
149149
</dependencies>
@@ -153,7 +153,7 @@
153153
<plugin>
154154
<groupId>org.apache.maven.plugins</groupId>
155155
<artifactId>maven-compiler-plugin</artifactId>
156-
<version>3.14.1</version>
156+
<version>3.15.0</version>
157157
<configuration>
158158
<source>${java.version}</source>
159159
<target>${java.version}</target>
@@ -195,12 +195,12 @@
195195
<dependency>
196196
<groupId>com.puppycrawl.tools</groupId>
197197
<artifactId>checkstyle</artifactId>
198-
<version>11.1.0</version>
198+
<version>13.3.0</version>
199199
</dependency>
200200
<dependency>
201201
<groupId>it.aboutbits</groupId>
202202
<artifactId>java-checkstyle-config</artifactId>
203-
<version>1.0.1</version>
203+
<version>1.1.0</version>
204204
</dependency>
205205
</dependencies>
206206
</plugin>

0 commit comments

Comments
 (0)