Skip to content

Commit fdb9985

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

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.3.4</version>
47+
<version>3.3.5</version>
4848
</dependency>
4949
<dependency>
5050
<groupId>me.paulschwarz</groupId>
@@ -115,12 +115,12 @@
115115
<dependency>
116116
<groupId>org.xerial</groupId>
117117
<artifactId>sqlite-jdbc</artifactId>
118-
<version>3.46.1.3</version>
118+
<version>3.47.0.0</version>
119119
</dependency>
120120
<dependency>
121121
<groupId>software.amazon.awssdk</groupId>
122122
<artifactId>s3</artifactId>
123-
<version>2.28.26</version>
123+
<version>2.29.1</version>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.junit.jupiter</groupId>
@@ -140,7 +140,7 @@
140140
<plugin>
141141
<groupId>org.springframework.boot</groupId>
142142
<artifactId>spring-boot-maven-plugin</artifactId>
143-
<version>3.3.4</version>
143+
<version>3.3.5</version>
144144
<executions>
145145
<execution>
146146
<configuration>

0 commit comments

Comments
 (0)