|
37 | 37 | <dependency> |
38 | 38 | <groupId>com.fasterxml.jackson</groupId> |
39 | 39 | <artifactId>jackson-bom</artifactId> |
40 | | - <version>2.19.1</version> |
| 40 | + <!-- Pinned at 2.19.2 because OpenAI client 0.18.2 still references |
| 41 | + PropertyNamingStrategy.SNAKE_CASE (removed in 2.20.0). |
| 42 | + TODO: update once legacy OpenAI lib is retired. --> |
| 43 | + <version>2.19.2</version> |
41 | 44 | <type>pom</type> |
42 | 45 | <scope>import</scope> |
43 | 46 | </dependency> |
44 | 47 |
|
45 | 48 | <dependency> |
46 | 49 | <groupId>org.apache.logging.log4j</groupId> |
47 | 50 | <artifactId>log4j-bom</artifactId> |
48 | | - <version>2.25.0</version> |
| 51 | + <version>2.25.2</version> |
49 | 52 | <type>pom</type> |
50 | 53 | <scope>import</scope> |
51 | 54 | </dependency> |
52 | 55 |
|
53 | 56 | <dependency> |
54 | 57 | <groupId>org.junit</groupId> |
55 | 58 | <artifactId>junit-bom</artifactId> |
56 | | - <version>5.13.1</version> |
| 59 | + <version>5.13.4</version> |
57 | 60 | <type>pom</type> |
58 | 61 | <scope>import</scope> |
59 | 62 | </dependency> |
|
67 | 70 | <dependency> |
68 | 71 | <groupId>software.amazon.lambda</groupId> |
69 | 72 | <artifactId>powertools-cloudformation</artifactId> |
70 | | - <version>2.1.1</version> |
| 73 | + <version>2.4.0</version> |
71 | 74 | <exclusions> |
72 | 75 | <exclusion> |
73 | 76 | <groupId>com.fasterxml.jackson.core</groupId> |
|
121 | 124 | <dependency> |
122 | 125 | <groupId>org.projectlombok</groupId> |
123 | 126 | <artifactId>lombok</artifactId> |
124 | | - <version>1.18.38</version> |
| 127 | + <version>1.18.42</version> |
125 | 128 | <scope>provided</scope> |
126 | 129 | </dependency> |
127 | 130 |
|
|
138 | 141 | <dependency> |
139 | 142 | <groupId>org.assertj</groupId> |
140 | 143 | <artifactId>assertj-core</artifactId> |
141 | | - <version>3.27.3</version> |
| 144 | + <version>3.27.4</version> |
142 | 145 | <scope>test</scope> |
143 | 146 | </dependency> |
144 | 147 | <dependency> |
|
156 | 159 | <plugin> |
157 | 160 | <groupId>org.apache.maven.plugins</groupId> |
158 | 161 | <artifactId>maven-shade-plugin</artifactId> |
159 | | - <version>3.6.0</version> |
| 162 | + <version>3.6.1</version> |
160 | 163 | <configuration> |
161 | 164 | <createDependencyReducedPom>false</createDependencyReducedPom> |
162 | 165 | <finalName>twilio</finalName> |
|
0 commit comments