Skip to content

Commit dc472e1

Browse files
committed
Update Spring Boot to 3.2.1
1 parent 4d271c9 commit dc472e1

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

pom.xml

Lines changed: 11 additions & 10 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.3</version>
20+
<version>3.2.1</version>
2121
</parent>
2222

2323
<properties>
@@ -33,19 +33,20 @@
3333
</sonar.coverage.jacoco.xmlReportPaths>
3434
<!-- Qudini-managed versions: -->
3535
<qudini-utils.version>0.0.5</qudini-utils.version>
36-
<guava.version>32.1.2-jre</guava.version>
37-
<testcontainers.version>1.19.0</testcontainers.version>
38-
<wiremock.version>2.27.2</wiremock.version>
36+
<guava.version>33.0.0-jre</guava.version>
37+
<testcontainers.version>1.19.3</testcontainers.version>
38+
<wiremock.version>3.3.1</wiremock.version>
3939
<lmax-disruptor.version>3.4.4</lmax-disruptor.version>
40-
<newrelic.version>8.5.0</newrelic.version>
41-
<newrelic-agent.sha256-checksum>b6e53d5d24ba61267aa21054dd320ca0cf948c393657eeff2308d12f0247e477</newrelic-agent.sha256-checksum>
42-
<sentry.version>6.29.0</sentry.version>
43-
<aws-sdk.version>2.20.151</aws-sdk.version>
40+
<newrelic.version>8.7.0</newrelic.version>
41+
<!-- $shasum -a 256 /Users/.../qudini-reactive/qudini-reactive-example/target/newrelic-agent-8.7.0.zip -->
42+
<newrelic-agent.sha256-checksum>dc718f6e37433b9f8e5e8a9d58352ecbb6f710b67ac17bb81c86c2aa86bf20a9</newrelic-agent.sha256-checksum>
43+
<sentry.version>7.1.0</sentry.version>
44+
<aws-sdk.version>2.22.3</aws-sdk.version>
4445
<qudini-gom.version>8.4.2</qudini-gom.version>
4546
<auth0-jwt.version>4.4.0</auth0-jwt.version>
46-
<bouncycastle.version>1.76</bouncycastle.version>
47+
<bouncycastle.version>1.77</bouncycastle.version>
4748
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
48-
<jacoco-plugin.version>0.8.10</jacoco-plugin.version>
49+
<jacoco-plugin.version>0.8.11</jacoco-plugin.version>
4950
<gpg-plugin.version>3.1.0</gpg-plugin.version>
5051
<!-- Spring-managed versions (https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#dependency-versions.properties): -->
5152
<maven.plugin.validation>VERBOSE</maven.plugin.validation>

0 commit comments

Comments
 (0)