kinow
released this
02 Nov 18:35
·
301 commits
to master
since this release
- #147: Use
Files.createTempDir
to make sure files are created with permissions that are not too permissive (in tests) (thanks to @caytec) - Bump @babel/preset-env from 7.22.20 to 7.23.2
- Bump @babel/preset-typescript from 7.23.0 to 7.23.2
- Fix badges on README.md, and update BOM
- Bump @babel/core from 7.23.0 to 7.23.2
- Bump webpack from 5.88.2 to 5.89.0
- Bump org.seleniumhq.selenium:selenium-java from 4.13.0 to 4.14.1
- Bump eslint from 8.51.0 to 8.52.0
- Bump @types/jquery from 3.5.22 to 3.5.25
- Bump org.jenkins-ci.plugins:scriptler from 321.v74a_851a_e7ed6 to 334.v29792d5a_c058
- Add
@Deprecated
to methods deprecated (via Javadocs) - Add
commons-text-api
andcommons-lang3-api
, which are transitive dependencies ofjquery3-api
, but that without these in ourpom.xml
the build fails onmaster
and pull requests. - Bump org.jenkins-ci.plugins:plugin from 4.74 to 4.75
- Bump io.github.bonigarcia:webdrivermanager from 5.5.3 to 5.6.0
- [JENKINS-72105] Fix scriptler script's parameter not persisted with JobDSL (thanks @limejuny !)