Releases: otto-de/jlineup
Release 4.13.1
What's new?
- Feature: Add security feature that limits the allowed urls to certain defined prefixes for the web version. You can
define those prefixes in the application properties with thejlineup.allowed-urls-prefixes
property. - Update: Selenium 4.23.1
- Update: Further Dependency Updates
Dependency updates
- Bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 by @dependabot in #1498
- Bump org.owasp:dependency-check-gradle from 10.0.1 to 10.0.2 by @dependabot in #1499
- Bump jacksonVersion from 2.17.1 to 2.17.2 by @dependabot in #1497
- Bump org.seleniumhq.selenium:selenium-java from 4.22.0 to 4.23.0 by @dependabot in #1519
- Bump nettyVersion from 4.1.111.Final to 4.1.112.Final by @dependabot in #1518
- Bump commons-codec:commons-codec from 1.17.0 to 1.17.1 by @dependabot in #1511
- Bump graalvmVersion from 24.0.1 to 24.0.2 by @dependabot in #1523
- Bump org.owasp:dependency-check-gradle from 10.0.2 to 10.0.3 by @dependabot in #1513
- Bump com.amazonaws:aws-lambda-java-events from 3.11.6 to 3.12.0 by @dependabot in #1506
- Bump tomcatVersion from 10.1.25 to 10.1.26 by @dependabot in #1508
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.16.0 to 2.17.0 by @dependabot in #1510
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.25 to 0.30.0 by @dependabot in #1496
- Bump awsSdkVersion from 2.26.15 to 2.26.23 by @dependabot in #1522
- Bump amazonAwsJavaSdkVersion from 1.12.750 to 1.12.763 by @dependabot in #1521
- Bump tomcatVersion from 10.1.26 to 10.1.28 by @dependabot in #1540
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.14 by @dependabot in #1542
- Bump org.hamcrest:hamcrest from 2.2 to 3.0 by @dependabot in #1537
- Bump org.awaitility:awaitility from 4.2.1 to 4.2.2 by @dependabot in #1544
- Bump org.seleniumhq.selenium:selenium-java from 4.23.0 to 4.23.1 by @dependabot in #1550
- Bump com.amazonaws:aws-lambda-java-events from 3.12.0 to 3.13.0 by @dependabot in #1529
- Bump org.slf4j:slf4j-api from 2.0.14 to 2.0.16 by @dependabot in #1552
- Bump software.amazon.awssdk.crt:aws-crt from 0.30.0 to 0.30.6 by @dependabot in #1547
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.17.0 to 2.18.1 by @dependabot in #1551
- Bump amazonAwsJavaSdkVersion from 1.12.763 to 1.12.767 by @dependabot in #1534
- Bump software.amazon.awssdk.crt:aws-crt from 0.30.6 to 0.30.8 by @dependabot in #1557
- Bump junitJupiterVersion from 5.10.3 to 5.11.0 by @dependabot in #1558
- Bump awsSdkVersion from 2.26.23 to 2.27.6 by @dependabot in #1561
- Bump de.otto.edison:edison-core from 3.2.3 to 3.3.0 by @dependabot in #1563
- Bump awsSdkVersion from 2.27.6 to 2.27.7 by @dependabot in #1564
- Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre by @dependabot in #1565
- Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 by @dependabot in #1566
- Bump springBootVersion from 3.3.2 to 3.3.3 by @dependabot in #1571
- Bump ch.qos.logback:logback-classic from 1.5.6 to 1.5.7 by @dependabot in #1562
Full Changelog: v4.13.0...v4.13.1
Release 4.13.0
What's Changed
- Bugfix: The
--crop-last-screenshot
option was adjusted to fill cropped areas with pixels in the background color to
match screenshot sizes. - Feature: It's possible to add a
message
field to the job config. This message is displayed in the report. - Feature: There's a new
approval-link
field in the job config. If set, the report will contain a link to this URL in
case of a difference. This can be used to directly approve the differences to continue a CI run. - Improvement: The lambda browser retries on more error messages now to improve stability.
Dependency updates
- Bump nettyVersion from 4.1.109.Final to 4.1.110.Final by @dependabot in #1422
- Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 by @dependabot in #1415
- Bump de.otto.edison:edison-core from 3.2.2 to 3.2.3 by @dependabot in #1418
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.18 to 0.29.19 by @dependabot in #1419
- Bump amazonAwsJavaSdkVersion from 1.12.724 to 1.12.728 by @dependabot in #1420
- Bump amazonAwsJavaSdkVersion from 1.12.728 to 1.12.729 by @dependabot in #1425
- Bump awsSdkVersion from 2.25.54 to 2.25.59 by @dependabot in #1423
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.3 to 2.16.0 by @dependabot in #1430
- Bump amazonAwsJavaSdkVersion from 1.12.729 to 1.12.733 by @dependabot in #1433
- Bump com.google.guava:guava from 33.2.0-jre to 33.2.1-jre by @dependabot in #1436
- Bump amazonAwsJavaSdkVersion from 1.12.733 to 1.12.735 by @dependabot in #1439
- Bump nettyVersion from 4.1.110.Final to 4.1.111.Final by @dependabot in #1452
- Update LICENSE by @MediaMarco in #1447
- Bump tomcatVersion from 10.1.24 to 10.1.25 by @dependabot in #1469
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.19 to 0.29.25 by @dependabot in #1475
- Bump awsSdkVersion from 2.25.59 to 2.26.9 by @dependabot in #1478
- Bump com.amazonaws:aws-lambda-java-events from 3.11.5 to 3.11.6 by @dependabot in #1454
- Bump org.seleniumhq.selenium:selenium-java from 4.21.0 to 4.22.0 by @dependabot in #1474
- Bump amazonAwsJavaSdkVersion from 1.12.735 to 1.12.750 by @dependabot in #1479
- Bump awsSdkVersion from 2.26.9 to 2.26.13 by @dependabot in #1487
- Bump junitJupiterVersion from 5.10.2 to 5.10.3 by @dependabot in #1482
- Bump org.owasp:dependency-check-gradle from 9.2.0 to 10.0.1 by @dependabot in #1491
- Bump awsSdkVersion from 2.26.13 to 2.26.15 by @dependabot in #1493
Full Changelog: v4.12.1...v4.13.0
Release 4.12.1
What's Changed
- Bugfix: Possible NullPointerException in Pixelmatch implementation
- Update: Selenium 4.21.0
Dependency updates
- Bump org.seleniumhq.selenium:selenium-java from 4.20.0 to 4.21.0 by @dependabot in #1412
- Bump amazonAwsJavaSdkVersion from 1.12.722 to 1.12.724 by @dependabot in #1409
- Bump org.owasp:dependency-check-gradle from 9.1.0 to 9.2.0 by @dependabot in #1411
- Bump awsSdkVersion from 2.25.52 to 2.25.54 by @dependabot in #1410
Full Changelog: v4.12.0...v4.12.1
Release 4.12.0
What's Changed
- Improvement: Set some more Chrome options to try to improve deterministic rendering
- Improvement: The max detected color difference is now printed in the report, additionally
the delta is visualized in the diff image (brighter means more difference) - Feature: Add option to crop last screenshot to match the previous screenshots on a scrolling page.
The cli parameter is--crop-last-screenshot
and can be set to true or false (false is default).
TheJLINEUP_CROP_LAST_SCREENSHOT
environment variable can be used to set this also (in lambda for example).
If you prefer to use a settings.properties file you can setjlineup.crop-last-screenshot=true
in there.
Dependency updates
- Bump info.picocli:picocli-codegen from 4.7.5 to 4.7.6 by @dependabot in #1393
- Bump org.mockito:mockito-core from 5.11.0 to 5.12.0 by @dependabot in #1400
- Bump amazonAwsJavaSdkVersion from 1.12.711 to 1.12.722 by @dependabot in #1406
- Bump tomcatVersion from 10.1.23 to 10.1.24 by @dependabot in #1403
- Bump info.picocli:picocli from 4.7.5 to 4.7.6 by @dependabot in #1391
- Bump awsSdkVersion from 2.25.45 to 2.25.52 by @dependabot in #1405
Full Changelog: v4.11.1...v4.12.0
Release 4.11.1
Changelog
- Feature: New additional anti-alias detection ported from Pixelmatch. Runs automatically if
ìgnore-anti-aliasing
is set totrue
. - Feature: Add
merge-config
field to the global config. The merge config can include a full config that is
merged with the main config. - Improvement: Cookie, LocalStorage and SessionStorage values are now masked in the report and in logs to not
accidentally leak sensitive data. - Bugfix: The
setup-paths
andcleanup-paths
feature did not work since introduction of the--merge-config
option.
Dependency updates
- Bump org.slf4j:slf4j-api from 2.0.12 to 2.0.13 by @dependabot in #1347
- Bump ch.qos.logback:logback-classic from 1.5.4 to 1.5.5 by @dependabot in #1346
- Bump nettyVersion from 4.1.108.Final to 4.1.109.Final by @dependabot in #1348
- Bump ch.qos.logback:logback-classic from 1.5.5 to 1.5.6 by @dependabot in #1353
- Bump springBootVersion from 3.2.4 to 3.2.5 by @dependabot in #1358
- Bump com.amazonaws:aws-lambda-java-events from 3.11.4 to 3.11.5 by @dependabot in #1344
- Bump org.graalvm.nativeimage:svm from 24.0.0 to 24.0.1 by @dependabot in #1351
- Bump org.graalvm.sdk:graal-sdk from 24.0.0 to 24.0.1 by @dependabot in #1352
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.15 to 0.29.18 by @dependabot in #1356
- Bump amazonAwsJavaSdkVersion from 1.12.698 to 1.12.705 by @dependabot in #1360
- Bump awsSdkVersion from 2.25.28 to 2.25.35 by @dependabot in #1361
- Bump tomcatVersion from 10.1.20 to 10.1.23 by @dependabot in #1366
- Bump org.seleniumhq.selenium:selenium-java from 4.19.1 to 4.20.0 by @dependabot in #1370
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.2 to 2.15.3 by @dependabot in #1371
- Bump awsSdkVersion from 2.25.35 to 2.25.40 by @dependabot in #1375
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 by @dependabot in #1376
- Bump amazonAwsJavaSdkVersion from 1.12.705 to 1.12.711 by @dependabot in #1378
- Bump jacksonVersion from 2.17.0 to 2.17.1 by @dependabot in #1387
- Bump com.google.guava:guava from 33.1.0-jre to 33.2.0-jre by @dependabot in #1383
- Bump awsSdkVersion from 2.25.40 to 2.25.45 by @dependabot in #1388
Full Changelog: v4.10.0...v4.11.1
Release 4.10.0
What's Changed
Features:
- New Lambda module that allows to make the screenshots within a lambda function
Dependency updates:
- Bump awsSdkVersion from 2.22.1 to 2.22.4 by @dependabot in #1128
- Bump jacksonVersion from 2.16.0 to 2.16.1 by @dependabot in #1130
- Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 by @dependabot in #1140
- Bump awsSdkVersion from 2.22.4 to 2.22.9 by @dependabot in #1141
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.2 to 0.29.4 by @dependabot in #1143
- Bump amazonAwsJavaSdkVersion from 1.12.621 to 1.12.629 by @dependabot in #1142
- Bump nettyVersion from 4.1.104.Final to 4.1.105.Final by @dependabot in #1165
- Bump org.owasp:dependency-check-gradle from 9.0.7 to 9.0.9 by @dependabot in #1168
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.4 to 0.29.7 by @dependabot in #1161
- Bump org.mockito:mockito-core from 5.8.0 to 5.9.0 by @dependabot in #1164
- Bump org.graalvm.nativeimage:svm from 23.1.1 to 23.1.2 by @dependabot in #1169
- Bump amazonAwsJavaSdkVersion from 1.12.629 to 1.12.639 by @dependabot in #1171
- Bump org.graalvm.sdk:graal-sdk from 23.1.1 to 23.1.2 by @dependabot in #1172
- Bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 by @dependabot in #1154
- Bump tomcatVersion from 10.1.17 to 10.1.18 by @dependabot in #1156
- Bump awsSdkVersion from 2.22.9 to 2.23.5 by @dependabot in #1170
- Bump springBootVersion from 3.2.1 to 3.2.2 by @dependabot in #1175
- Bump nettyVersion from 4.1.105.Final to 4.1.106.Final by @dependabot in #1176
- Bump amazonAwsJavaSdkVersion from 1.12.639 to 1.12.642 by @dependabot in #1179
- Update build.yml by @MediaMarco in #1184
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1 by @dependabot in #1187
- Bump de.otto.edison:edison-core from 3.1.7 to 3.2.0 by @dependabot in #1201
- Bump org.mockito:mockito-core from 5.9.0 to 5.10.0 by @dependabot in #1188
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.7 to 0.29.9 by @dependabot in #1193
- Bump amazonAwsJavaSdkVersion from 1.12.642 to 1.12.650 by @dependabot in #1202
- Bump org.seleniumhq.selenium:selenium-java from 4.16.1 to 4.17.0 by @dependabot in #1183
- Bump awsSdkVersion from 2.23.5 to 2.23.16 by @dependabot in #1203
- Bump junitJupiterVersion from 5.10.1 to 5.10.2 by @dependabot in #1204
- Bump amazonAwsJavaSdkVersion from 1.12.650 to 1.12.651 by @dependabot in #1205
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #1218
- Bump amazonAwsJavaSdkVersion from 1.12.651 to 1.12.657 by @dependabot in #1222
- Bump de.otto.edison:edison-core from 3.2.0 to 3.2.1 by @dependabot in #1223
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.9 to 0.29.10 by @dependabot in #1215
- Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 by @dependabot in #1208
- Bump org.codehaus.janino:janino from 3.1.11 to 3.1.12 by @dependabot in #1212
- Bump awsSdkVersion from 2.23.16 to 2.24.1 by @dependabot in #1221
- Bump nettyVersion from 4.1.106.Final to 4.1.107.Final by @dependabot in #1224
- Bump awsSdkVersion from 2.24.1 to 2.24.2 by @dependabot in #1225
- Bump amazonAwsJavaSdkVersion from 1.12.657 to 1.12.658 by @dependabot in #1226
- Bump ch.qos.logback:logback-classic from 1.4.14 to 1.5.0 by @dependabot in #1234
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.0 to 2.15.1 by @dependabot in #1230
- Bump awsSdkVersion from 2.24.2 to 2.24.5 by @dependabot in #1232
- Bump org.seleniumhq.selenium:selenium-java from 4.17.0 to 4.18.1 by @dependabot in #1237
- Bump tomcatVersion from 10.1.18 to 10.1.19 by @dependabot in #1236
- Bump springBootVersion from 3.2.2 to 3.2.3 by @dependabot in #1243
- Bump awsSdkVersion from 2.24.5 to 2.24.9 by @dependabot in #1244
- Bump awsSdkVersion from 2.24.9 to 2.24.11 by @dependabot in #1248
- Bump org.mockito:mockito-core from 5.10.0 to 5.11.0 by @dependabot in #1261
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.15.1 to 2.15.2 by @dependabot in #1274
- Bump jacksonVersion from 2.16.1 to 2.17.0 by @dependabot in #1279
- Bump com.google.guava:guava from 33.0.0-jre to 33.1.0-jre by @dependabot in #1281
- Bump springBootVersion from 3.2.3 to 3.2.4 by @dependabot in #1302
- Bump org.awaitility:awaitility from 4.2.0 to 4.2.1 by @dependabot in #1286
- Bump org.graalvm.nativeimage:svm from 23.1.2 to 24.0.0 by @dependabot in #1292
- Bump org.graalvm.sdk:graal-sdk from 23.1.2 to 24.0.0 by @dependabot in #1294
- Bump de.otto.edison:edison-core from 3.2.1 to 3.2.2 by @dependabot in #1296
- Bump tomcatVersion from 10.1.19 to 10.1.20 by @dependabot in #1307
- Bump org.owasp:dependency-check-gradle from 9.0.9 to 9.1.0 by @dependabot in #1317
- Bump ch.qos.logback:logback-classic from 1.5.0 to 1.5.4 by @dependabot in #1333
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.10 to 0.29.15 by @dependabot in #1334
- Bump awsSdkVersion from 2.24.11 to 2.25.28 by @dependabot in #1335
- Bump nettyVersion from 4.1.107.Final to 4.1.108.Final by @dependabot in #1300
- Bump org.seleniumhq.selenium:selenium-java from 4.18.1 to 4.19.1 by @dependabot in #1320
- Bump amazonAwsJavaSdkVersion from 1.12.658 to 1.12.698 by @dependabot in #1336
Full Changelog: v4.9.2...v4.10.0
Release 4.9.2
What's Changed
- Bump amazonAwsJavaSdkVersion from 1.12.560 to 1.12.564 by @dependabot in #971
- Bump de.otto.edison:edison-core from 3.1.6 to 3.1.7 by @dependabot in #972
- Bump nettyVersion from 4.1.99.Final to 4.1.100.Final by @dependabot in #976
- Bump org.mockito:mockito-core from 5.5.0 to 5.6.0 by @dependabot in #973
- Bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #978
- Bump jacksonVersion from 2.15.2 to 2.15.3 by @dependabot in #980
- Bump awsSdkVersion from 2.20.160 to 2.21.0 by @dependabot in #982
- Bump tomcatVersion from 10.1.13 to 10.1.15 by @dependabot in #984
- Bump org.seleniumhq.selenium:selenium-java from 4.13.0 to 4.14.1 by @dependabot in #981
- Bump amazonAwsJavaSdkVersion from 1.12.564 to 1.12.566 by @dependabot in #983
- Bump org.graalvm.nativeimage:svm from 23.1.0 to 23.1.1 by @dependabot in #996
- Bump org.owasp:dependency-check-gradle from 8.4.0 to 8.4.2 by @dependabot in #999
- Bump software.amazon.awssdk.crt:aws-crt from 0.27.3 to 0.28.0 by @dependabot in #1004
- Bump amazonAwsJavaSdkVersion from 1.12.566 to 1.12.574 by @dependabot in #1005
- Bump springBootVersion from 3.1.4 to 3.1.5 by @dependabot in #992
- Bump org.graalvm.sdk:graal-sdk from 23.1.0 to 23.1.1 by @dependabot in #995
- Bump awsSdkVersion from 2.21.0 to 2.21.9 by @dependabot in #1007
- Bump amazonAwsJavaSdkVersion from 1.12.574 to 1.12.575 by @dependabot in #1008
- Bump org.mockito:mockito-core from 5.6.0 to 5.7.0 by @dependabot in #1022
- Bump org.seleniumhq.selenium:selenium-java from 4.14.1 to 4.15.0 by @dependabot in #1019
- Bump amazonAwsJavaSdkVersion from 1.12.575 to 1.12.589 by @dependabot in #1046
- Bump nettyVersion from 4.1.100.Final to 4.1.101.Final by @dependabot in #1036
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.0 to 0.28.7 by @dependabot in #1041
- Bump awsSdkVersion from 2.21.9 to 2.21.23 by @dependabot in #1045
- Bump com.amazonaws:aws-lambda-java-log4j2 from 1.5.1 to 1.6.0 by @dependabot in #1026
- Bump junitJupiterVersion from 5.10.0 to 5.10.1 by @dependabot in #1024
- Bump tomcatVersion from 10.1.15 to 10.1.16 by @dependabot in #1044
- Bump amazonAwsJavaSdkVersion from 1.12.589 to 1.12.590 by @dependabot in #1049
- Bump org.owasp:dependency-check-gradle from 8.4.2 to 8.4.3 by @dependabot in #1050
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.7 to 0.28.8 by @dependabot in #1055
- Bump awsSdkVersion from 2.21.23 to 2.21.28 by @dependabot in #1056
- Bump ch.qos.logback:logback-classic from 1.4.13 to 1.4.14 by @dependabot in #1079
- Bump awsSdkVersion from 2.21.28 to 2.21.37 by @dependabot in #1080
- Bump org.owasp:dependency-check-gradle from 8.4.3 to 9.0.2 by @dependabot in #1078
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.8 to 0.28.11 by @dependabot in #1075
- Bump org.owasp:dependency-check-gradle from 9.0.2 to 9.0.6 by @dependabot in #1118
- Bump org.seleniumhq.selenium:selenium-java from 4.15.0 to 4.16.1 by @dependabot in #1090
- Bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3 by @dependabot in #1093
- Bump nettyVersion from 4.1.101.Final to 4.1.104.Final by @dependabot in #1116
- Bump tomcatVersion from 10.1.16 to 10.1.17 by @dependabot in #1104
- Bump org.codehaus.janino:janino from 3.1.10 to 3.1.11 by @dependabot in #1067
- Bump io.rest-assured:rest-assured from 5.3.2 to 5.4.0 by @dependabot in #1099
- Bump awsSdkVersion from 2.21.37 to 2.22.0 by @dependabot in #1117
- Bump software.amazon.awssdk.crt:aws-crt from 0.28.11 to 0.29.1 by @dependabot in #1110
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.14.0 to 2.15.0 by @dependabot in #1097
- Bump com.amazonaws:aws-lambda-java-events from 3.11.3 to 3.11.4 by @dependabot in #1083
- Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 by @dependabot in #1084
- Bump amazonAwsJavaSdkVersion from 1.12.590 to 1.12.620 by @dependabot in #1115
- Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #1120
- Bump awsSdkVersion from 2.22.0 to 2.22.1 by @dependabot in #1121
- Bump amazonAwsJavaSdkVersion from 1.12.620 to 1.12.621 by @dependabot in #1119
- Bump software.amazon.awssdk.crt:aws-crt from 0.29.1 to 0.29.2 by @dependabot in #1122
Full Changelog: v4.9.1...v4.9.2
Release 4.9.1
What's Changed
-
Feature: Add
--cleanup-profile
option to CLI to clean up the profile directory after a run. -
Feature: Add
jlineup.cleanupProfile
option to web version to clean up custom profile directories after a run.
If you use custom profile directories, you have to set this option tofalse
to keep the profile. -
Bump amazonAwsJavaSdkVersion from 1.12.528 to 1.12.530 by @dependabot in #875
-
Bump info.picocli:picocli-codegen from 4.7.4 to 4.7.5 by @dependabot in #901
-
Bump nettyVersion from 4.1.96.Final to 4.1.97.Final by @dependabot in #890
-
Bump springBootVersion from 3.1.2 to 3.1.3 by @dependabot in #894
-
Bump software.amazon.awssdk.crt:aws-crt from 0.25.0 to 0.25.1 by @dependabot in #896
-
Bump tomcatVersion from 10.1.12 to 10.1.13 by @dependabot in #897
-
Bump org.yaml:snakeyaml from 2.1 to 2.2 by @dependabot in #899
-
Bump org.mockito:mockito-core from 5.4.0 to 5.5.0 by @dependabot in #888
-
Bump org.owasp:dependency-check-gradle from 8.3.1 to 8.4.0 by @dependabot in #881
-
Bump com.amazonaws:aws-lambda-java-core from 1.2.2 to 1.2.3 by @dependabot in #883
-
Bump info.picocli:picocli from 4.7.4 to 4.7.5 by @dependabot in #900
-
Bump awsSdkVersion from 2.20.127 to 2.20.138 by @dependabot in #906
-
Bump de.otto.edison:edison-core from 3.1.1 to 3.1.2 by @dependabot in #908
-
Bump amazonAwsJavaSdkVersion from 1.12.530 to 1.12.541 by @dependabot in #907
-
Bump org.seleniumhq.selenium:selenium-java from 4.11.0 to 4.12.0 by @dependabot in #909
-
Bump amazonAwsJavaSdkVersion from 1.12.541 to 1.12.542 by @dependabot in #910
-
Bump io.rest-assured:rest-assured from 5.3.1 to 5.3.2 by @dependabot in #927
-
Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 by @dependabot in #914
-
Bump software.amazon.awssdk.crt:aws-crt from 0.25.1 to 0.26.0 by @dependabot in #923
-
Bump de.otto.edison:edison-core from 3.1.2 to 3.1.5 by @dependabot in #925
-
Bump org.seleniumhq.selenium:selenium-java from 4.12.0 to 4.12.1 by @dependabot in #916
-
Bump com.amazonaws:aws-lambda-java-events from 3.11.2 to 3.11.3 by @dependabot in #915
-
Bump awsSdkVersion from 2.20.138 to 2.20.144 by @dependabot in #926
-
Bump software.amazon.awssdk.crt:aws-crt from 0.26.0 to 0.26.1 by @dependabot in #929
-
Bump amazonAwsJavaSdkVersion from 1.12.542 to 1.12.550 by @dependabot in #935
-
Bump awsSdkVersion from 2.20.144 to 2.20.147 by @dependabot in #934
-
Bump awsSdkVersion from 2.20.147 to 2.20.150 by @dependabot in #941
-
Bump software.amazon.awssdk.crt:aws-crt from 0.26.1 to 0.27.1 by @dependabot in #943
-
Bump org.graalvm.sdk:graal-sdk from 23.0.1 to 23.1.0 by @dependabot in #945
-
Bump org.graalvm.nativeimage:svm from 23.0.1 to 23.1.0 by @dependabot in #946
-
Bump nettyVersion from 4.1.97.Final to 4.1.98.Final by @dependabot in #950
-
Bump springBootVersion from 3.1.3 to 3.1.4 by @dependabot in #951
-
Bump software.amazon.awssdk.crt:aws-crt from 0.27.1 to 0.27.3 by @dependabot in #952
-
Bump awsSdkVersion from 2.20.150 to 2.20.153 by @dependabot in #953
-
Bump amazonAwsJavaSdkVersion from 1.12.550 to 1.12.556 by @dependabot in #954
-
Bump nettyVersion from 4.1.98.Final to 4.1.99.Final by @dependabot in #962
-
Bump awsSdkVersion from 2.20.153 to 2.20.157 by @dependabot in #963
-
Bump org.seleniumhq.selenium:selenium-java from 4.12.1 to 4.13.0 by @dependabot in #955
-
Bump amazonAwsJavaSdkVersion from 1.12.556 to 1.12.560 by @dependabot in #964
-
Bump awsSdkVersion from 2.20.157 to 2.20.160 by @dependabot in #968
-
Bump de.otto.edison:edison-core from 3.1.5 to 3.1.6 by @dependabot in #969
Full Changelog: v4.9.0...v4.9.1
Release 4.9.0
Release 4.9.0
- Bugfix: Recent changes to Chrome's webdriver management broke the automatic webdriver download
This was realized through a change from the webdrivermanager library to Selenium's built-in driver manager - Breaking change: Many dependency updates (Spring Boot 3, including the move from javax.servlet to jakarta.servlet packages) that
bump the Java minimum requirements to Java 17.
What's Changed
- Bump nettyVersion from 4.1.93.Final to 4.1.94.Final by @dependabot in #767
- Bump commons-codec:commons-codec from 1.15 to 1.16.0 by @dependabot in #775
- Bump org.owasp:dependency-check-gradle from 8.2.1 to 8.3.1 by @dependabot in #776
- Bump commons-io:commons-io from 2.12.0 to 2.13.0 by @dependabot in #743
- Bump info.picocli:picocli from 4.7.3 to 4.7.4 by @dependabot in #734
- Bump org.seleniumhq.selenium:selenium-java from 4.9.1 to 4.10.0 by @dependabot in #742
- Bump com.google.guava:guava from 32.0.0-jre to 32.0.1-jre by @dependabot in #745
- Bump org.mockito:mockito-core from 5.3.1 to 5.4.0 by @dependabot in #763
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.17 to 0.22.2 by @dependabot in #769
- Bump amazonAwsJavaSdkVersion from 1.12.479 to 1.12.496 by @dependabot in #781
- Bump io.rest-assured:rest-assured from 5.3.0 to 5.3.1 by @dependabot in #761
- Bump amazonAwsJavaSdkVersion from 1.12.496 to 1.12.504 by @dependabot in #802
- Bump com.google.guava:guava from 32.0.1-jre to 32.1.1-jre by @dependabot in #790
- Bump org.codehaus.janino:janino from 3.1.9 to 3.1.10 by @dependabot in #795
- Bump software.amazon.awssdk.crt:aws-crt from 0.22.2 to 0.22.5 by @dependabot in #798
- Bump org.yaml:snakeyaml from 2.0 to 2.1 by @dependabot in #856
- Bump ch.qos.logback:logback-classic from 1.2.12 to 1.4.9 by @dependabot in #857
- Bump amazonAwsJavaSdkVersion from 1.12.504 to 1.12.523 by @dependabot in #855
- Bump com.google.guava:guava from 32.1.1-jre to 32.1.2-jre by @dependabot in #846
- Bump software.amazon.awssdk.crt:aws-crt from 0.22.5 to 0.24.1 by @dependabot in #853
- Bump org.hibernate.validator:hibernate-validator from 6.2.5.Final to 8.0.1.Final by @dependabot in #772
- Bump nettyVersion from 4.1.94.Final to 4.1.96.Final by @dependabot in #837
- Bump junitJupiterVersion from 5.9.3 to 5.10.0 by @dependabot in #829
- Bump amazonAwsJavaSdkVersion from 1.12.523 to 1.12.524 by @dependabot in #859
- Bump awsSdkVersion from 2.18.16 to 2.20.121 by @dependabot in #858
- Bump com.amazonaws:aws-xray-recorder-sdk-bom from 2.13.0 to 2.14.0 by @dependabot in #632
- Bump amazonAwsJavaSdkVersion from 1.12.524 to 1.12.528 by @dependabot in #870
- Bump software.amazon.awssdk.crt:aws-crt from 0.24.1 to 0.25.0 by @dependabot in #868
- Bump de.otto.edison:edison-core from 3.1.0 to 3.1.1 by @dependabot in #861
- Bump ch.qos.logback:logback-classic from 1.4.9 to 1.4.11 by @dependabot in #865
- Bump tomcatVersion from 10.1.11 to 10.1.12 by @dependabot in #872
- Bump awsSdkVersion from 2.20.121 to 2.20.127 by @dependabot in #874
Full Changelog: v4.8.4...v4.9.0
Release 4.8.4
What's Changed
- Bump com.github.johnrengelman.shadow from 7.1.2 to 8.1.0 by @dependabot in #540
- Bump amazonAwsJavaSdkVersion from 1.12.422 to 1.12.423 by @dependabot in #560
- Bump org.owasp:dependency-check-gradle from 8.1.2 to 8.2.1 by @dependabot in #592
- Bump org.seleniumhq.selenium:selenium-java from 4.8.1 to 4.8.3 by @dependabot in #596
- Bump nettyVersion from 4.1.89.Final to 4.1.90.Final by @dependabot in #570
- Bump org.mockito:mockito-core from 5.1.1 to 5.2.0 by @dependabot in #562
- Bump com.github.johnrengelman.shadow from 8.1.0 to 8.1.1 by @dependabot in #581
- Bump org.apache.commons:commons-compress from 1.22 to 1.23.0 by @dependabot in #588
- Bump com.amazonaws:aws-lambda-java-events from 3.11.0 to 3.11.1 by @dependabot in #567
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.8 to 0.21.9 by @dependabot in #579
- Bump amazonAwsJavaSdkVersion from 1.12.423 to 1.12.438 by @dependabot in #601
- Bump org.yaml:snakeyaml from 1.33 to 2.0 by @dependabot in #535
- Bump nettyVersion from 4.1.90.Final to 4.1.91.Final by @dependabot in #608
- Bump amazonAwsJavaSdkVersion from 1.12.438 to 1.12.443 by @dependabot in #613
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.9 to 0.21.10 by @dependabot in #611
- Bump info.picocli:picocli from 4.7.1 to 4.7.2 by @dependabot in #621
- Bump org.graalvm.nativeimage:svm from 22.3.1 to 22.3.2 by @dependabot in #640
- Bump org.graalvm.sdk:graal-sdk from 22.3.1 to 22.3.2 by @dependabot in #639
- Update Spring Boot by @MediaMarco in #696
- Bump info.picocli:picocli-codegen from 4.7.2 to 4.7.3 by @dependabot in #697
- Bump commons-io:commons-io from 2.11.0 to 2.12.0 by @dependabot in #694
- Bump jacksonVersion from 2.14.2 to 2.15.1 by @dependabot in #693
- Bump org.mockito:mockito-core from 5.2.0 to 5.3.1 by @dependabot in #651
- Bump io.github.bonigarcia:webdrivermanager from 5.3.2 to 5.3.3 by @dependabot in #687
- Bump org.seleniumhq.selenium:selenium-java from 4.8.3 to 4.9.1 by @dependabot in #679
- Bump org.jsoup:jsoup from 1.15.4 to 1.16.1 by @dependabot in #665
- Bump nettyVersion from 4.1.91.Final to 4.1.92.Final by @dependabot in #655
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.10 to 0.21.16 by @dependabot in #690
- Bump jacksonVersion from 2.15.1 to 2.15.2 by @dependabot in #719
- Bump com.google.guava:guava from 31.1-jre to 32.0.0-jre by @dependabot in #718
- add merge group to build file by @MediaMarco in #724
- Bump junitJupiterVersion from 5.9.2 to 5.9.3 by @dependabot in #659
- Bump amazonAwsJavaSdkVersion from 1.12.443 to 1.12.472 by @dependabot in #703
- Bump info.picocli:picocli from 4.7.2 to 4.7.3 by @dependabot in #638
- Bump org.junit.jupiter:junit-jupiter from 5.9.2 to 5.9.3 by @dependabot in #658
- Bump software.amazon.awssdk.crt:aws-crt from 0.21.16 to 0.21.17 by @dependabot in #705
- Bump com.amazonaws:aws-lambda-java-events from 3.11.1 to 3.11.2 by @dependabot in #706
- Bump nettyVersion from 4.1.92.Final to 4.1.93.Final by @dependabot in #714
- Bump amazonAwsJavaSdkVersion from 1.12.443 to 1.12.479 by @dependabot in #723
- Update tomcat by @MediaMarco in #725
- Update logback by @MediaMarco in #726
New Contributors
- @MediaMarco made their first contribution in #696
Full Changelog: v4.8.3...v4.8.4