Skip to content

Commit c99b6e6

Browse files
Merge pull request #271 from qudini/QSERVER-18504_update all reactive dependencies.
QSERVER-18504 Updating spring 3.4.3 and other dependencies
2 parents 4d0bb53 + 12863dc commit c99b6e6

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 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.4.1</version>
20+
<version>3.4.3</version>
2121
</parent>
2222

2323
<properties>
@@ -36,17 +36,17 @@
3636
<guava.version>33.0.0-jre</guava.version>
3737
<testcontainers.version>1.20.4</testcontainers.version>
3838
<wiremock.version>3.10.0</wiremock.version>
39-
<lmax-disruptor.version>3.4.4</lmax-disruptor.version>
40-
<newrelic.version>8.13.0</newrelic.version>
39+
<lmax-disruptor.version>4.0.0</lmax-disruptor.version>
40+
<newrelic.version>8.18.0</newrelic.version>
4141
<!-- $shasum -a 256 /Users/.../qudini-reactive/qudini-reactive-example/target/newrelic-agent-8.7.0.zip -->
42-
<newrelic-agent.sha256-checksum>7740ad7bb66d75a424e66c890f7efc49edf3be19ce4afde0132d6a9be2729511</newrelic-agent.sha256-checksum>
43-
<sentry.version>7.12.1</sentry.version>
44-
<aws-sdk.version>2.29.6</aws-sdk.version>
42+
<newrelic-agent.sha256-checksum>66dc45e62e2891c1a5b5f6b5beb6a75b702e4dee6f930fa827e2355923561bfc</newrelic-agent.sha256-checksum>
43+
<sentry.version>8.3.0</sentry.version>
44+
<aws-sdk.version>2.30.33</aws-sdk.version>
4545
<qudini-gom.version>8.4.2</qudini-gom.version>
46-
<auth0-jwt.version>4.4.0</auth0-jwt.version>
46+
<auth0-jwt.version>4.5.0</auth0-jwt.version>
4747
<bouncycastle.version>1.79</bouncycastle.version>
4848
<lombok-plugin.version>1.18.20.0</lombok-plugin.version>
49-
<jacoco-plugin.version>0.8.11</jacoco-plugin.version>
49+
<jacoco-plugin.version>0.8.12</jacoco-plugin.version>
5050
<gpg-plugin.version>3.2.4</gpg-plugin.version>
5151
<!-- Spring-managed versions (https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#dependency-versions.properties): -->
5252
<maven.plugin.validation>VERBOSE</maven.plugin.validation>

0 commit comments

Comments
 (0)