File tree Expand file tree Collapse file tree 12 files changed +86
-37
lines changed
powertools-logging-logback
powertools-parameters-appconfig
powertools-parameters-dynamodb
powertools-parameters-secrets
powertools-parameters-ssm
powertools-parameters-tests Expand file tree Collapse file tree 12 files changed +86
-37
lines changed Original file line number Diff line number Diff line change 114114 <aws .sdk.v1.version>1.12.781</aws .sdk.v1.version>
115115 <versions-maven-plugin .version>2.18.0</versions-maven-plugin .version>
116116 <elastic .version>1.7.0</elastic .version>
117- <mockito .version>5.19.1-SNAPSHOT </mockito .version>
118- <mockito-junit-jupiter .version>5.19.1-SNAPSHOT </mockito-junit-jupiter .version>
117+ <mockito .version>5.16.0 </mockito .version>
118+ <mockito-junit-jupiter .version>5.16.0 </mockito-junit-jupiter .version>
119119 <junit-pioneer .version>2.3.0</junit-pioneer .version>
120120 <crac .version>1.5.0</crac .version>
121121
Original file line number Diff line number Diff line change 118118 <profiles >
119119 <profile >
120120 <id >generate-graalvm-files</id >
121+ <dependencies >
122+ <dependency >
123+ <groupId >org.mockito</groupId >
124+ <artifactId >mockito-subclass</artifactId >
125+ <scope >test</scope >
126+ </dependency >
127+ </dependencies >
121128 <build >
122129 <plugins >
123130 <plugin >
138145 </profile >
139146 <profile >
140147 <id >graalvm-native</id >
148+ <dependencies >
149+ <dependency >
150+ <groupId >org.mockito</groupId >
151+ <artifactId >mockito-subclass</artifactId >
152+ <scope >test</scope >
153+ </dependency >
154+ </dependencies >
141155 <build >
142156 <plugins >
143157 <plugin >
Original file line number Diff line number Diff line change 9797 <profiles >
9898 <profile >
9999 <id >generate-graalvm-files</id >
100+ <dependencies >
101+ <dependency >
102+ <groupId >org.mockito</groupId >
103+ <artifactId >mockito-subclass</artifactId >
104+ <scope >test</scope >
105+ </dependency >
106+ </dependencies >
100107 <build >
101108 <plugins >
102109 <plugin >
117124 </profile >
118125 <profile >
119126 <id >graalvm-native</id >
127+ <dependencies >
128+ <dependency >
129+ <groupId >org.mockito</groupId >
130+ <artifactId >mockito-subclass</artifactId >
131+ <scope >test</scope >
132+ </dependency >
133+ </dependencies >
120134 <build >
121135 <plugins >
122136 <plugin >
Original file line number Diff line number Diff line change 9090 <profiles >
9191 <profile >
9292 <id >generate-graalvm-files</id >
93+ <dependencies >
94+ <dependency >
95+ <groupId >org.mockito</groupId >
96+ <artifactId >mockito-subclass</artifactId >
97+ <scope >test</scope >
98+ </dependency >
99+ </dependencies >
93100 <build >
94101 <plugins >
95102 <plugin >
110117 </profile >
111118 <profile >
112119 <id >graalvm-native</id >
120+ <dependencies >
121+ <dependency >
122+ <groupId >org.mockito</groupId >
123+ <artifactId >mockito-subclass</artifactId >
124+ <scope >test</scope >
125+ </dependency >
126+ </dependencies >
113127 <build >
114128 <plugins >
115129 <plugin >
Original file line number Diff line number Diff line change 9393 <profiles >
9494 <profile >
9595 <id >generate-graalvm-files</id >
96+ <dependencies >
97+ <dependency >
98+ <groupId >org.mockito</groupId >
99+ <artifactId >mockito-subclass</artifactId >
100+ <scope >test</scope >
101+ </dependency >
102+ </dependencies >
96103 <build >
97104 <plugins >
98105 <plugin >
113120 </profile >
114121 <profile >
115122 <id >graalvm-native</id >
123+ <dependencies >
124+ <dependency >
125+ <groupId >org.mockito</groupId >
126+ <artifactId >mockito-subclass</artifactId >
127+ <scope >test</scope >
128+ </dependency >
129+ </dependencies >
116130 <build >
117131 <plugins >
118132 <plugin >
Original file line number Diff line number Diff line change 120120 <artifactId >mockito-subclass</artifactId >
121121 <scope >test</scope >
122122 </dependency >
123-
124- <!-- Required explicitly for @Captor ArgumentCaptor -->
125- <dependency >
126- <groupId >org.junit.jupiter</groupId >
127- <artifactId >junit-jupiter-params</artifactId >
128- <scope >test</scope >
129- </dependency >
130123 </dependencies >
131124 <build >
132125 <plugins >
Original file line number Diff line number Diff line change 121121 <artifactId >mockito-subclass</artifactId >
122122 <scope >test</scope >
123123 </dependency >
124-
125- <!-- Required explicitly for @Captor ArgumentCaptor -->
126- <dependency >
127- <groupId >org.junit.jupiter</groupId >
128- <artifactId >junit-jupiter-params</artifactId >
129- <scope >test</scope >
130- </dependency >
131124 </dependencies >
132125 <build >
133126 <plugins >
Original file line number Diff line number Diff line change 121121 <artifactId >mockito-subclass</artifactId >
122122 <scope >test</scope >
123123 </dependency >
124-
125- <!-- Required explicitly for @Captor ArgumentCaptor -->
126- <dependency >
127- <groupId >org.junit.jupiter</groupId >
128- <artifactId >junit-jupiter-params</artifactId >
129- <scope >test</scope >
130- </dependency >
131124 </dependencies >
132125 <build >
133126 <plugins >
Original file line number Diff line number Diff line change 135135 <artifactId >mockito-subclass</artifactId >
136136 <scope >test</scope >
137137 </dependency >
138-
139- <!-- Required explicitly for @Captor ArgumentCaptor -->
140- <dependency >
141- <groupId >org.junit.jupiter</groupId >
142- <artifactId >junit-jupiter-params</artifactId >
143- <scope >test</scope >
144- </dependency >
145138 </dependencies >
146139 <build >
147140 <plugins >
Original file line number Diff line number Diff line change 131131 <artifactId >mockito-subclass</artifactId >
132132 <scope >test</scope >
133133 </dependency >
134-
135- <!-- Required explicitly for @Captor ArgumentCaptor -->
136- <dependency >
137- <groupId >org.junit.jupiter</groupId >
138- <artifactId >junit-jupiter-params</artifactId >
139- <scope >test</scope >
140- </dependency >
141134 </dependencies >
142135 <build >
143136 <plugins >
You can’t perform that action at this time.
0 commit comments