|
17 | 17 | <parent> |
18 | 18 | <groupId>org.springframework.boot</groupId> |
19 | 19 | <artifactId>spring-boot-starter-parent</artifactId> |
20 | | - <version>3.2.2</version> |
| 20 | + <version>3.3.2</version> |
21 | 21 | </parent> |
22 | 22 |
|
23 | 23 | <properties> |
|
34 | 34 | <!-- Qudini-managed versions: --> |
35 | 35 | <qudini-utils.version>0.0.5</qudini-utils.version> |
36 | 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> |
| 37 | + <testcontainers.version>1.20.0</testcontainers.version> |
| 38 | + <wiremock.version>3.9.1</wiremock.version> |
39 | 39 | <lmax-disruptor.version>3.4.4</lmax-disruptor.version> |
40 | | - <newrelic.version>8.9.1</newrelic.version> |
| 40 | + <newrelic.version>8.13.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>f9f81a3a500460d33cf9aec6bec288e733de843730dcbf06c9656c63f598cf19</newrelic-agent.sha256-checksum> |
43 | | - <sentry.version>7.1.0</sentry.version> |
44 | | - <aws-sdk.version>2.23.19</aws-sdk.version> |
| 42 | + <newrelic-agent.sha256-checksum>7740ad7bb66d75a424e66c890f7efc49edf3be19ce4afde0132d6a9be2729511</newrelic-agent.sha256-checksum> |
| 43 | + <sentry.version>7.12.1</sentry.version> |
| 44 | + <aws-sdk.version>2.26.25</aws-sdk.version> |
45 | 45 | <qudini-gom.version>8.4.2</qudini-gom.version> |
46 | 46 | <auth0-jwt.version>4.4.0</auth0-jwt.version> |
47 | | - <bouncycastle.version>1.77</bouncycastle.version> |
| 47 | + <bouncycastle.version>1.78</bouncycastle.version> |
48 | 48 | <lombok-plugin.version>1.18.20.0</lombok-plugin.version> |
49 | 49 | <jacoco-plugin.version>0.8.11</jacoco-plugin.version> |
50 | | - <gpg-plugin.version>3.1.0</gpg-plugin.version> |
| 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> |
53 | 53 | </properties> |
|
0 commit comments