Releases: ham1/frameworkium-lite
Releases · ham1/frameworkium-lite
4.11.0
What's Changed
- Bump org.seleniumhq.selenium:selenium-java from 4.37.0 to 4.38.0 by @dependabot[bot] in #443
- Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0 to 2.20.1 by @dependabot[bot] in #444
- Bump org.apache.commons:commons-lang3 from 3.19.0 to 3.20.0 by @dependabot[bot] in #447
- Bump org.apache.maven.plugins:maven-release-plugin from 3.1.1 to 3.2.0 by @dependabot[bot] in #446
- Bump commons-io:commons-io from 2.20.0 to 2.21.0 by @dependabot[bot] in #445
- Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 by @dependabot[bot] in #453
- Bump org.apache.maven.plugins:maven-source-plugin from 3.3.1 to 3.4.0 by @dependabot[bot] in #452
- Bump org.codehaus.mojo:versions-maven-plugin from 2.19.1 to 2.20.1 by @dependabot[bot] in #451
- Bump com.diffplug.spotless:spotless-maven-plugin from 3.0.0 to 3.1.0 by @dependabot[bot] in #448
- Bump org.seleniumhq.selenium:selenium-java from 4.38.0 to 4.39.0 by @dependabot[bot] in #454
- Bump log4j2.version from 2.25.2 to 2.25.3 by @dependabot[bot] in #458
- Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 by @dependabot[bot] in #457
- Bump org.spockframework:spock-core from 2.4-M6-groovy-4.0 to 2.4-groovy-5.0
- Bump io.rest-assured:rest-assured from 5.5.6 to 6.0.0 by @dependabot[bot] in #456
Full Changelog: 4.10.2...4.11.0
4.10.2
What's Changed
- Bump org.codehaus.mojo:versions-maven-plugin from 2.18.0 to 2.19.0 by @dependabot[bot] in #429
- Bump org.apache.maven.surefire:surefire-testng from 3.5.3 to 3.5.4 by @dependabot[bot] in #432
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #431
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.3 to 3.5.4 by @dependabot[bot] in #430
- Bump com.diffplug.spotless:spotless-maven-plugin from 2.46.1 to 3.0.0 by @dependabot[bot] in #437
- Bump org.codehaus.mojo:versions-maven-plugin from 2.19.0 to 2.19.1 by @dependabot[bot] in #436
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.14.0 to 3.14.1 by @dependabot[bot] in #435
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.3 to 3.12.0 by @dependabot[bot] in #434
- Bump log4j2.version from 2.25.1 to 2.25.2 by @dependabot[bot] in #433
- Bump org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0 by @dependabot[bot] in #438
- Bump org.seleniumhq.selenium:selenium-java from 4.35.0 to 4.36.0 by @dependabot[bot] in #440
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.6.1 to 3.6.2 by @dependabot[bot] in #439
- Bump org.jacoco:jacoco-maven-plugin from 0.8.13 to 0.8.14 by @dependabot[bot] in #441
- Bump org.seleniumhq.selenium:selenium-java from 4.36.0 to 4.37.0
Full Changelog: 4.10.1...4.10.2
4.10.1
What's Changed
- Bump org.apache.maven.surefire:surefire-testng from 3.5.0 to 3.5.3 by @dependabot[bot] in #421
- Bump org.codehaus.mojo:versions-maven-plugin from 2.17.1 to 2.18.0 by @dependabot[bot] in #425
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.11.2 by @dependabot[bot] in #422
- Bump org.codehaus.gmavenplus:gmavenplus-plugin from 3.0.2 to 4.2.1 by @dependabot[bot] in #423
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.3 by @dependabot[bot] in #424
- Bump com.fasterxml.jackson.core:jackson-databind from 2.20.0-rc1 to 2.20.0 by @dependabot[bot] in #428
- Bump io.rest-assured:rest-assured from 5.5.5 to 5.5.6 by @dependabot[bot] in #427
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.11.3 by @dependabot[bot] in #426
Full Changelog: 4.10.0...4.10.1
4.10.0
What's Changed
- Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 by @dependabot[bot] in #401
- Handle null threadLocalDriver in the driver lifecycle for unusual skip test scenarios by @robertgates55 in #415
- Update CI by @ham1 in #416
- Bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0 by @dependabot[bot] in #417
- Bump log4j2.version from 2.23.1 to 2.24.0 by @dependabot[bot] in #402
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.2 to 2.18.2 by @dependabot[bot] in #412
- Bump commons-io:commons-io from 2.16.1 to 2.18.0 by @dependabot[bot] in #410
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.2 to 2.18.2 by @dependabot[bot] in #413
- Update to Selenium 4.25.0 by @ham1 in #418
- Update to latest selenium and Java 21 by @ham1 in #419
- Update everything by @ham1 in #420
New Contributors
- @robertgates55 made their first contribution in #415
Full Changelog: 4.9.7...4.10.0
4.9.7
What's Changed
- Bump org.seleniumhq.selenium:selenium-java from 4.23.1 to 4.24.0 by @dependabot in #400
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.4.0 to 3.5.0 by @dependabot in #399
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0 by @dependabot in #398
- Bump org.apache.maven.surefire:surefire-testng from 3.4.0 to 3.5.0 by @dependabot in #397
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.4.0 to 3.5.0 by @dependabot in #396
Full Changelog: 4.9.6...4.9.7
4.9.6
What's Changed
- Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.16.0 by @dependabot in #391
- Bump org.seleniumhq.selenium:selenium-java from 4.23.0 to 4.23.1 by @dependabot in #392
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.1 to 2.17.2 by @dependabot in #390
- Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1 by @dependabot in #388
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0 by @dependabot in #389
- Bump org.apache.maven.surefire:surefire-testng from 3.3.1 to 3.4.0 by @dependabot in #394
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.3.1 to 3.4.0 by @dependabot in #395
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.3.1 to 3.4.0 by @dependabot in #393
Full Changelog: 4.9.5...4.9.6
4.9.5
What's Changed
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.1 to 2.17.2 by @dependabot in #382
- Bump io.rest-assured:rest-assured from 5.4.0 to 5.5.0 by @dependabot in #381
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1 by @dependabot in #383
- Bump org.codehaus.mojo:versions-maven-plugin from 2.16.2 to 2.17.1 by @dependabot in #385
- Bump org.seleniumhq.selenium:selenium-java from 4.21.0 to 4.23.0 by @dependabot in #386
Full Changelog: 4.9.4...4.9.5
4.9.4
What's Changed
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 by @dependabot in #374
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.3 to 3.7.0 by @dependabot in #375
- Bump org.assertj:assertj-core from 3.25.3 to 3.26.3 by @dependabot in #378
- Bump org.apache.maven.surefire:surefire-testng from 3.2.5 to 3.3.1 by @dependabot in #379
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.3.1 by @dependabot in #380
- Static code fixes
- Update mvnw
Full Changelog: 4.9.3...4.9.4
4.9.3
What's Changed
- Bump org.seleniumhq.selenium:selenium-java from 4.19.1 to 4.21.0 by @dependabot in #372
- Bump com.fasterxml.jackson.core:jackson-databind from 2.17.0 to 2.17.1 by @dependabot in #371
- Bump com.fasterxml.jackson.core:jackson-annotations from 2.17.0 to 2.17.1 by @dependabot in #370
- Bump org.testng:testng from 7.10.1 to 7.10.2 by @dependabot in #369
Full Changelog: 4.9.2...4.9.3
4.9.2
What's Changed
- Bump org.jacoco:jacoco-maven-plugin from 0.8.11 to 0.8.12 by @dependabot in #363
- Bump commons-io:commons-io from 2.15.1 to 2.16.0 by @dependabot in #362
- Bump org.seleniumhq.selenium:selenium-java from 4.18.1 to 4.19.1 by @dependabot in #361
- bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 by @dependabot in #364
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 by @dependabot in #366
- Bump org.testng:testng from 7.9.0 to 7.10.1 by @dependabot in #367
Full Changelog: 4.8.1...4.9.2