|
37 | 37 | <dependency> |
38 | 38 | <groupId>com.amazonaws</groupId> |
39 | 39 | <artifactId>aws-lambda-java-events</artifactId> |
40 | | - <version>3.14.0</version> |
| 40 | + <version>3.16.1</version> |
41 | 41 | </dependency> |
42 | 42 | <dependency> |
43 | 43 | <groupId>com.fasterxml.jackson.core</groupId> |
44 | 44 | <artifactId>jackson-databind</artifactId> |
45 | | - <version>2.17.2</version> |
| 45 | + <!-- Chapter 7 was having problems with versions later than this as of Nov 2025 --> |
| 46 | + <version>2.18.5</version> |
46 | 47 | </dependency> |
47 | 48 | <dependency> |
48 | 49 | <groupId>com.fasterxml.jackson.datatype</groupId> |
49 | 50 | <artifactId>jackson-datatype-joda</artifactId> |
50 | | - <version>2.17.2</version> |
| 51 | + <version>2.18.5</version> |
51 | 52 | </dependency> |
| 53 | + <!-- Was having problems with 2.25.x as of Nov 2025 --> |
52 | 54 | <dependency> |
53 | 55 | <groupId>org.apache.logging.log4j</groupId> |
54 | 56 | <artifactId>log4j-core</artifactId> |
55 | | - <version>2.23.1</version> |
| 57 | + <version>2.24.3</version> |
56 | 58 | </dependency> |
57 | 59 | <dependency> |
58 | 60 | <groupId>org.apache.logging.log4j</groupId> |
59 | 61 | <artifactId>log4j-jcl</artifactId> |
60 | | - <version>2.23.1</version> |
| 62 | + <version>2.24.3</version> |
61 | 63 | </dependency> |
62 | 64 | <dependency> |
63 | 65 | <groupId>org.junit.jupiter</groupId> |
64 | 66 | <artifactId>junit-jupiter</artifactId> |
65 | | - <version>5.10.3</version> |
| 67 | + <version>5.14.1</version> |
66 | 68 | </dependency> |
67 | 69 | <dependency> |
68 | 70 | <groupId>org.mockito</groupId> |
69 | 71 | <artifactId>mockito-core</artifactId> |
70 | | - <version>5.12.0</version> |
| 72 | + <version>5.14.1</version> |
71 | 73 | </dependency> |
72 | 74 | <dependency> |
73 | 75 | <groupId>org.mockito</groupId> |
74 | 76 | <artifactId>mockito-junit-jupiter</artifactId> |
75 | | - <version>5.12.0</version> |
| 77 | + <version>5.20.0</version> |
76 | 78 | </dependency> |
77 | 79 | <dependency> |
78 | 80 | <groupId>uk.org.webcompere</groupId> |
|
88 | 90 | <plugin> |
89 | 91 | <groupId>org.codehaus.mojo</groupId> |
90 | 92 | <artifactId>exec-maven-plugin</artifactId> |
91 | | - <version>3.5.0</version> |
| 93 | + <version>3.6.2</version> |
92 | 94 | </plugin> |
93 | 95 | <plugin> |
94 | 96 | <artifactId>maven-surefire-plugin</artifactId> |
95 | | - <version>3.2.5</version> |
| 97 | + <version>3.5.4</version> |
96 | 98 | </plugin> |
97 | 99 | <plugin> |
98 | 100 | <artifactId>maven-failsafe-plugin</artifactId> |
99 | | - <version>3.2.5</version> |
| 101 | + <version>3.5.4</version> |
100 | 102 | </plugin> |
101 | 103 | <plugin> |
102 | 104 | <artifactId>maven-assembly-plugin</artifactId> |
|
120 | 122 | <plugin> |
121 | 123 | <groupId>io.github.zlika</groupId> |
122 | 124 | <artifactId>reproducible-build-maven-plugin</artifactId> |
123 | | - <version>0.10</version> |
| 125 | + <version>0.17</version> |
124 | 126 | <executions> |
125 | 127 | <execution> |
126 | 128 | <id>002-strip-jar</id> |
|
0 commit comments