Skip to content

Commit ceed02f

Browse files
Bump the dependencies group with 4 updates (#112)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b3bd0d3 commit ceed02f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>org.springframework.boot</groupId>
4646
<artifactId>spring-boot-starter-web</artifactId>
47-
<version>3.5.0</version>
47+
<version>3.5.3</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>me.paulschwarz</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.redisson</groupId>
9797
<artifactId>redisson</artifactId>
98-
<version>3.49.0</version>
98+
<version>3.50.0</version>
9999
<exclusions>
100100
<exclusion>
101101
<groupId>ch.qos.logback</groupId>
@@ -136,7 +136,7 @@
136136
<dependency>
137137
<groupId>de.siegmar</groupId>
138138
<artifactId>fastcsv</artifactId>
139-
<version>3.7.0</version>
139+
<version>4.0.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>com.google.code.gson</groupId>
@@ -161,7 +161,7 @@
161161
<plugin>
162162
<groupId>org.springframework.boot</groupId>
163163
<artifactId>spring-boot-maven-plugin</artifactId>
164-
<version>3.5.0</version>
164+
<version>3.5.3</version>
165165
<executions>
166166
<execution>
167167
<configuration>

0 commit comments

Comments
 (0)