| 
17 | 17 |     <parent>  | 
18 | 18 |         <groupId>org.springframework.boot</groupId>  | 
19 | 19 |         <artifactId>spring-boot-starter-parent</artifactId>  | 
20 |  | -        <version>3.4.1</version>  | 
 | 20 | +        <version>3.4.3</version>  | 
21 | 21 |     </parent>  | 
22 | 22 | 
 
  | 
23 | 23 |     <properties>  | 
 | 
36 | 36 |         <guava.version>33.0.0-jre</guava.version>  | 
37 | 37 |         <testcontainers.version>1.20.4</testcontainers.version>  | 
38 | 38 |         <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>  | 
41 | 41 |         <!-- $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>  | 
45 | 45 |         <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>  | 
47 | 47 |         <bouncycastle.version>1.79</bouncycastle.version>  | 
48 | 48 |         <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>  | 
50 | 50 |         <gpg-plugin.version>3.2.4</gpg-plugin.version>  | 
51 | 51 |         <!-- Spring-managed versions (https://docs.spring.io/spring-boot/docs/current/reference/html/dependency-versions.html#dependency-versions.properties): -->  | 
52 | 52 |         <maven.plugin.validation>VERBOSE</maven.plugin.validation>  | 
 | 
0 commit comments