Skip to content

Commit 99bfb6e

Browse files
authored
Merge pull request #223 from qudini/feature/TECH-1071-update-spring-boot
TECH-1071 Update Spring Boot to 3.1.3 and other dependencies
2 parents 5f0bba4 + a770d72 commit 99bfb6e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-starter-parent</artifactId>
20-
<version>3.1.1</version>
20+
<version>3.1.3</version>
2121
</parent>
2222

2323
<properties>
@@ -34,16 +34,16 @@
3434
<!-- Qudini-managed versions: -->
3535
<qudini-utils.version>0.0.5</qudini-utils.version>
3636
<guava.version>32.1.1-jre</guava.version>
37-
<testcontainers.version>1.18.3</testcontainers.version>
37+
<testcontainers.version>1.19.0</testcontainers.version>
3838
<wiremock.version>2.27.2</wiremock.version>
3939
<lmax-disruptor.version>3.4.4</lmax-disruptor.version>
40-
<newrelic.version>8.4.0</newrelic.version>
41-
<newrelic-agent.sha256-checksum>3c8c108e8e7e51b535b18d34e7e454ef81ff80b646be1f475991ef81b1d361b6</newrelic-agent.sha256-checksum>
42-
<sentry.version>6.24.0</sentry.version>
43-
<aws-sdk.version>2.20.98</aws-sdk.version>
40+
<newrelic.version>8.5.0</newrelic.version>
41+
<newrelic-agent.sha256-checksum>b6e53d5d24ba61267aa21054dd320ca0cf948c393657eeff2308d12f0247e477</newrelic-agent.sha256-checksum>
42+
<sentry.version>6.28.0</sentry.version>
43+
<aws-sdk.version>2.20.135</aws-sdk.version>
4444
<qudini-gom.version>8.4.2</qudini-gom.version>
4545
<auth0-jwt.version>4.4.0</auth0-jwt.version>
46-
<bouncycastle.version>1.75</bouncycastle.version>
46+
<bouncycastle.version>1.76</bouncycastle.version>
4747
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
4848
<jacoco-plugin.version>0.8.10</jacoco-plugin.version>
4949
<gpg-plugin.version>3.1.0</gpg-plugin.version>

0 commit comments

Comments
 (0)