CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 187
Releases: adobe/S3Mock
4.6.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Fail PUT object with match on non-existent keys (fixes #2502)
- Refactorings
- Remove unused imports
- Fix Kotlin 2.2 usage
- Ignore .vscode and .cursor configurations
- Minor refactorings for clarity.
- Use fixed list of StorageClass values in tests. New values added by AWS sometimes break tests. We want to make sure to test a few different storage classes, no need to test every one.
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.31.67 to 2.31.77
- Bump testcontainers.version from 1.21.2 to 1.21.3
- Version updates (build dependencies)
- Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0
- Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1
- Bump github/codeql-action from 3.29.1 to 3.29.2
- Bump step-security/harden-runner from 2.12.1 to 2.12.2
What's Changed
- Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #2492
- Bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in #2490
- Bump com.puppycrawl.tools:checkstyle from 10.26.0 to 10.26.1 by @dependabot in #2487
- Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.7 to 3.2.8 by @dependabot in #2498
- Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.5.0 to 3.6.0 by @dependabot in #2496
- Fail PUT object with match on non-existent keys & code optimizations by @afranken in #2503
- Bump aws.sdk.kotlin:s3-jvm from 1.4.109 to 1.4.119 by @dependabot in #2500
- Bump testcontainers.version from 1.21.2 to 1.21.3 by @dependabot in #2491
- Bump aws-v2.version from 2.31.67 to 2.31.77 by @dependabot in #2501
Full Changelog: 4.5.1...4.6.0
Assets 2
4.5.1
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- ListObjectVersions API returns "isLatest=true" if versioning is not enabled. (fixes #2481)
- Tags are now verified for correctness.
- Refactorings
- README.md fixes, typos, wording, clarifications
- Version updates (deliverable dependencies)
- None
- Version updates (build dependencies)
- Bump kotlin.version from 2.1.21 to 2.2.0
- Bump github/codeql-action from 3.29.0 to 3.29.1
- Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.26.0
What's Changed
- Bump kotlin.version from 2.1.21 to 2.2.0 by @dependabot in #2475
- Bump com.puppycrawl.tools:checkstyle from 10.25.0 to 10.25.1 by @dependabot in #2474
- Bump com.puppycrawl.tools:checkstyle from 10.25.1 to 10.26.0 by @dependabot in #2478
- Always return "isLatest=true" if versioning is disabled by @afranken in #2484
- Bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot in #2486
- Verify object tagging by @afranken in #2473
Full Changelog: 4.5.0...4.5.1
Assets 2
4.5.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Implement DeleteObjectTagging API
- Refactorings
- Add JSpecify annotations to S3Mock code
- Migrate unit tests in "testsupport" modules to Kotlin
- Deprecation of legacy-style Spring properties in favor of current environment variables.
- Various fixes and clarifications in README.md
- Version updates (deliverable dependencies)
- Bump alpine from 3.21.3 to 3.22.0 in /docker
- Bump aws-v2.version from 2.31.50 to 2.31.67
- Bump aws.version from 1.12.783 to 1.12.787
- Bump spring-boot.version from 3.5.0 to 3.5.3
- Bump testcontainers.version from 1.21.0 to 1.21.2
- Version updates (build dependencies)
- Bump aws.sdk.kotlin:s3-jvm from 1.4.91 to 1.4.109
- Bump org.xmlunit:xmlunit-assertj3 from 2.10.2 to 2.10.3
- Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0
- Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0
- Bump maven from 3.9.6 to 3.9.9
- Bump maven-wrapper from 3.2.0 to 3.3.2
- Bump ossf/scorecard-action from 2.4.1 to 2.4.2
- Bump github/codeql-action from 3.28.18 to 3.29.0
- Bump step-security/harden-runner from 2.12.0 to 2.12.1
What's Changed
- Bump org.codehaus.mojo:exec-maven-plugin from 3.5.0 to 3.5.1 by @dependabot in #2415
- Bump ossf/scorecard-action from 2.4.1 to 2.4.2 by @dependabot in #2420
- Bump alpine from 3.21.3 to 3.22.0 in /docker by @dependabot in #2421
- Bump testcontainers.version from 1.21.0 to 1.21.1 by @dependabot in #2423
- Update Maven to 3.9.9, Wrapper to 3.3.2 by @afranken in #2425
- Bump com.puppycrawl.tools:checkstyle from 10.24.0 to 10.25.0 by @dependabot in #2427
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.1 to 3.5.0 by @dependabot in #2429
- Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #2433
- Bump aws.version from 1.12.783 to 1.12.785 by @dependabot in #2437
- Bump step-security/harden-runner from 2.12.0 to 2.12.1 by @dependabot in #2446
- Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #2447
- Changelog for 4.5.0 by @afranken in #2452
- Re-enable dependency based JRE by @afranken in #2434
- Nullability annotations, JavaDoc, refactorings by @afranken in #2456
- Bump spring-boot.version from 3.5.0 to 3.5.2 by @dependabot in #2464
- Bump org.xmlunit:xmlunit-assertj3 from 2.10.2 to 2.10.3 by @dependabot in #2465
- Bump testcontainers.version from 1.21.1 to 1.21.2 by @dependabot in #2463
- Bump spring-boot.version from 3.5.2 to 3.5.3 by @dependabot in #2469
- Bump aws.version from 1.12.785 to 1.12.787 by @dependabot in #2455
- Bump aws-v2.version from 2.31.50 to 2.31.67 by @dependabot in #2467
- Bump aws.sdk.kotlin:s3-jvm from 1.4.91 to 1.4.109 by @dependabot in #2468
- Deprecate legacy properties, README fixes. by @afranken in #2470
Full Changelog: 4.4.0...4.5.0
Assets 2
4.4.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Fix order of ListObjectVersions (fixes #2412)
- Refactorings
- Remove configuration exclusions for Spring Security classes
- We don't include Spring Security dependencies anymore.
- Remove configuration exclusions for Spring Security classes
- Version updates (deliverable dependencies)
- Bump spring-boot.version from 3.4.5 to 3.5.0
- Bump aws-v2.version from 2.31.42 to 2.31.50
- Version updates (build dependencies)
- Bump aws.sdk.kotlin:s3-jvm from 1.4.83 to 1.4.91
- Bump org.xmlunit:xmlunit-assertj3 from 2.10.0 to 2.10.2
- Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0
- Bump github/codeql-action from 3.28.17 to 3.28.18
What's Changed
- Bump spring-boot.version from 3.4.5 to 3.5.0 by @dependabot in #2407
- Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #2393
- Bump aws.sdk.kotlin:s3-jvm from 1.4.83 to 1.4.91 by @dependabot in #2409
- Bump org.xmlunit:xmlunit-assertj3 from 2.10.0 to 2.10.2 by @dependabot in #2410
- Bump aws-v2.version from 2.31.42 to 2.31.50 by @dependabot in #2411
- 2412 correct order for listversions by @afranken in #2413
- Bump com.puppycrawl.tools:checkstyle from 10.23.1 to 10.24.0 by @dependabot in #2405
Full Changelog: 4.3.0...4.4.0
Assets 2
4.3.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- S3Mock accepts * for conditional requests on all APIs. (fixes #2371)
- Clarifications for S3Mock with custom SSL certificate usage in README.md
- Clarifications for S3Mock with provided SSL certificate usage in README.md
- Refactorings
- none
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.31.38 to 2.31.42
- Version updates (build dependencies)
- Bump aws.sdk.kotlin:s3-jvm from 1.4.80 to 1.4.83
- Bump kotlin.version from 2.1.20 to 2.1.21
- Bump actions/dependency-review-action from 4.7.0 to 4.7.1
What's Changed
- Security and contribution clarifications by @afranken in #2381
- Bump actions/dependency-review-action from 4.7.0 to 4.7.1 by @dependabot in #2386
- Bump kotlin.version from 2.1.20 to 2.1.21 by @dependabot in #2387
- Bump aws.sdk.kotlin:s3-jvm from 1.4.80 to 1.4.83 by @dependabot in #2388
- Bump aws-v2.version from 2.31.38 to 2.31.42 by @dependabot in #2389
- Let S3Mock accept * and "*" for conditional requests by @afranken in #2382
Full Changelog: 4.2.0...4.3.0
Assets 2
4.2.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Support checksum algorithm CRC64NVME (fixes #2334)
- Refactorings
- API / DTO consistency check 2025/04
- Check AWS API for changes
- Update S3Mock API / DTOs
- Add tests for changed API / DTOs
- CreateBucket API now accepts "CreateBucketConfiguration" request body
- HeadBucket API now returns region and location headers
- CompleteMultipartUpload API now accepts checksums and returns checksums
- ListObjects API now returns "delimiter"
- ListObjects V2 API now accepts "fetch-owner" and returns "delimiter"
- ListBuckets API now accepts parameters listed in AWS S3 API
- ListMultipartUploads now accepts parameters listed in AWS S3 API
- ListParts now accepts parameters listed in AWS S3 API
- UploadPartCopy now accepts and returns encryption headers
- CreateMultipartUpload now accepts checksum headers and returns checksum and encryption headers
- CompleteMultipartUpload now accepts checksum headers and returns checksum and encryption headers
- Checksum validation on complete
- DeleteObject now supports conditional requests
- PutObject now supports conditional requests
- Check AWS API for changes
- API / DTO consistency check 2025/04
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.31.25 to 2.31.38
- Bump aws.sdk.kotlin:s3-jvm from 1.4.67 to 1.4.80
- Bump aws.version from 1.12.782 to 1.12.783
- Bump spring-boot.version from 3.4.4 to 3.4.5
- Bump testcontainers.version from 1.20.6 to 1.21.0
- Version updates (build dependencies)
- Bump actions/dependency-review-action from 4.6.0 to 4.7.0
- Bump github/codeql-action from 3.28.15 to 3.28.17
- Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1
What's Changed
- Bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot in #2350
- Bump spring-boot.version from 3.4.4 to 3.4.5 by @dependabot in #2352
- Bump testcontainers.version from 1.20.6 to 1.21.0 by @dependabot in #2353
- Support crc64nvme checksum by @afranken in #2354
- Bump com.puppycrawl.tools:checkstyle from 10.23.0 to 10.23.1 by @dependabot in #2360
- Bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot in #2369
- Bump aws.version from 1.12.782 to 1.12.783 by @dependabot in #2367
- Bump aws-v2.version from 2.31.25 to 2.31.37 by @dependabot in #2376
- Bump aws.sdk.kotlin:s3-jvm from 1.4.67 to 1.4.79 by @dependabot in #2377
- 2025/04 API and DTO sync by @afranken in #2357
- Bump actions/dependency-review-action from 4.6.0 to 4.7.0 by @dependabot in #2378
- Bump aws-v2.version from 2.31.37 to 2.31.38 by @dependabot in #2380
- Bump aws.sdk.kotlin:s3-jvm from 1.4.79 to 1.4.80 by @dependabot in #2379
Full Changelog: 4.1.1...4.2.0
Assets 2
4.1.1
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Content-Encoding: aws-chunked should not be stored (fixes #2218)
- Refactorings
- none
- Version updates (deliverable dependencies)
- none
- Version updates (build dependencies)
- none
What's Changed
Full Changelog: 4.1.0...4.1.1
Assets 2
4.1.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Support Browser-Based Uploads Using POST (fixes #2200)
- Refactorings
- Validate all integration tests against S3, fix S3Mock where necessary
- These were corner cases where error messages were incorrect, or proper validations were missing.
- Migrate all integration tests to AWS SDK v2, remove AWS SDK v1 tests from the integration-tests module
- Validate all integration tests against S3, fix S3Mock where necessary
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.31.17 to 2.31.25
- Bump aws.sdk.kotlin:s3-jvm from 1.4.59 to 1.4.67
- Bump commons-io:commons-io from 2.18.0 to 2.19.0
- Version updates (build dependencies)
- Bump step-security/harden-runner from 2.11.1 to 2.12.0
- Bump actions/setup-java from 4.7.0 to 4.7.1
What's Changed
- Bump actions/setup-java from 4.7.0 to 4.7.1 by @dependabot in #2323
- IT correctness, refactoring, remove V1 SDK by @afranken in #2320
- Bump commons-io:commons-io from 2.18.0 to 2.19.0 by @dependabot in #2332
- Bump step-security/harden-runner from 2.11.1 to 2.12.0 by @dependabot in #2341
- Bump aws.sdk.kotlin:s3-jvm from 1.4.59 to 1.4.67 by @dependabot in #2343
- Bump aws-v2.version from 2.31.17 to 2.31.25 by @dependabot in #2342
- Support POST Object requests by @afranken in #2344
Full Changelog: 4.0.0...4.1.0
Assets 2
4.0.0
Compare
Version 4.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- Basic support for versions in API (fixes #64)
- Allow overriding headers in head object
- Implement If-(Un)modified-Since handling (fixes #829)
- Close all InputStreams and OutputStreams
- Checksums are returned for MultipartUploads as part of the response body
- Add AWS SDK V1 deprecation notice
- AWS has deprecated SDK for Java v1, and will remove support EOY 2025.
- S3Mock will remove usage of Java v1 early 2026.
- Refactorings
- Use Tomcat instead of Jetty as the application container (fixes #2136)
- "FROM" in Dockerfile did not match "as"
- Delete files on shutdown using a
DisposableBean
instead ofFile#deleteOnExit()
- Version updates (deliverable dependencies)
- Bump spring-boot.version from 3.3.5 to 3.4.4
- Jackson 2.18.2 to 2.17.2 (remove override, use Spring-Boot supplied version)
- Bump aws-v2.version from 2.29.29 to 2.31.17
- Bump aws.version from 1.12.779 to 1.12.780
- Bump aws.sdk.kotlin:s3-jvm from 1.4.41 to 1.4.59
- Bump kotlin.version from 2.1.0 to 2.1.20
- Bump testcontainers.version from 1.20.4 to 1.20.6
- Bump org.testng:testng from 7.10.2 to 7.11.0
- Bump aws.version from 1.12.780 to 1.12.782
- Bump alpine from 3.21.0 to 3.21.3 in /docker
- Version updates (build dependencies)
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3
- Bump io.fabric8:docker-maven-plugin from 0.45.1 to 0.46.0
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13
- Bump license-maven-plugin-git.version from 4.6 to 5.0.0
- Bump github/codeql-action from 3.27.6 to 3.28.15
- Bump docker/setup-qemu-action from 3.2.0 to 3.6.0
- Bump actions/upload-artifact from 4.4.3 to 4.6.2
- Bump actions/setup-java from 4.5.0 to 4.7.0
- Bump actions/dependency-review-action from 4.5.0 to 4.6.0
- Bump step-security/harden-runner from 2.10.2 to 2.11.1
- Bump ossf/scorecard-action from 2.4.0 to 2.4.1
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.23.0
- Bump advanced-security/sbom-generator-action from 0.0.1 to 0.0.2
What's Changed
- Use Tomcat instead of Jetty by @matdue in #2137
- Implement If-(Un)modified-Since by @afranken in #2170
- Bump com.puppycrawl.tools:checkstyle from 10.20.2 to 10.21.0 by @dependabot in #2165
- Bump github/codeql-action from 3.27.6 to 3.27.9 by @dependabot in #2167
- Prepare 4.0.0 by @afranken in #2160
- Bump spring-boot.version from 3.3.5 to 3.4.1 by @dependabot in #2178
- Bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #2176
- Bump actions/setup-java from 4.5.0 to 4.6.0 by @dependabot in #2175
- Refactor deletion of all files on exit by @afranken in #2173
- Prepare releases in 2025 by @afranken in #2187
- Bump github/codeql-action from 3.27.9 to 3.28.8 by @dependabot in #2224
- Bump docker/setup-qemu-action from 3.2.0 to 3.3.0 by @dependabot in #2193
- Bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #2194
- Bump step-security/harden-runner from 2.10.2 to 2.10.4 by @dependabot in #2209
- Bump actions/setup-java from 4.6.0 to 4.7.0 by @dependabot in #2225
- Bump advanced-security/sbom-generator-action from 0.0.1 to 0.0.2 by @dependabot in #2197
- Bump com.puppycrawl.tools:checkstyle from 10.21.0 to 10.21.2 by @dependabot in #2221
- Bump spring-boot.version from 3.4.1 to 3.4.2 by @dependabot in #2215
- Bump aws.version from 1.12.779 to 1.12.780 by @dependabot in #2168
- Bump kotlin.version from 2.1.0 to 2.1.10 by @dependabot in #2219
- Bump alpine from 3.21.0 to 3.21.2 in /docker by @dependabot in #2192
- Bump step-security/harden-runner from 2.10.4 to 2.11.0 by @dependabot in #2243
- Bump org.testng:testng from 7.10.2 to 7.11.0 by @dependabot in #2241
- Bump github/codeql-action from 3.28.8 to 3.28.9 by @dependabot in #2235
- Bump docker/setup-qemu-action from 3.3.0 to 3.4.0 by @dependabot in #2233
- Bump alpine from 3.21.2 to 3.21.3 in /docker by @dependabot in #2244
- Bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot in #2256
- Bump github/codeql-action from 3.28.9 to 3.28.10 by @dependabot in #2255
- Bump ossf/scorecard-action from 2.4.0 to 2.4.1 by @dependabot in #2254
- Bump org.apache.maven.plugins:maven-compiler-plugin from 3.13.0 to 3.14.0 by @dependabot in #2253
- Bump testcontainers.version from 1.20.4 to 1.20.5 by @dependabot in #2249
- Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1 by @dependabot in #2247
- Bump aws.version from 1.12.780 to 1.12.782 by @dependabot in #2250
- Bump spring-boot.version from 3.4.2 to 3.4.3 by @dependabot in #2251
- Bump org.apache.maven.plugins:maven-deploy-plugin from 3.1.3 to 3.1.4 by @dependabot in #2263
- Bump org.apache.maven.plugins:maven-install-plugin from 3.1.3 to 3.1.4 by @dependabot in #2266
- Bump docker/setup-qemu-action from 3.4.0 to 3.6.0 by @dependabot in #2267
- Bump aws-v2.version from 2.29.29 to 2.30.34 by @dependabot in #2274
- Bump testcontainers.version from 1.20.5 to 1.20.6 by @dependabot in #2270
- Bump com.puppycrawl.tools:checkstyle from 10.21.2 to 10.21.4 by @dependabot in #2271
- Bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #2275
- Bump aws-v2.version from 2.30.34 to 2.31.0 by @dependabot in #2280
- Test range requests with presigned url by @afranken in #2281
- Bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot in #2285
- Bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #2286
- Bump license-maven-plugin-git.version from 4.6 to 5.0.0 by @dependabot in #2289
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.2 to 3.5.3 by @dependabot in #2298
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.2 to 3.5.3 by @dependabot in #2300
- Bump com.puppycrawl.tools:checkstyle from 10.21.4 to 10.22.0 by @dependabot in #2301
- Bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in #2303
- Bump step-security/harden-runner from 2.11.0 to 2.11.1 by @dependabot in #2302
- Bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #2293
- Add Kotlin SDK ITs, simplifications by @afranken in #2308
- Bump com.puppycrawl.tools:checkstyle from 10.22.0 to 10.23.0 by @dependabot in #2307
- Bump org.jacoco:jacoco-maven-plugin from 0.8.12 to 0.8.13 by @dependabot in #2306
- Bump kotlin.version from 2.1.10 to 2.1.20 by @dependabot in #2287
- Bump spring-boot.version from 3.4.3 to 3.4.4 by @dependabot in #2291
- Bump io.fabric8:docker-maven-plugin from 0.45.1 to 0.46.0 by @dependabot in #2314
- Bump github/codeql-action from 3.28.13 to 3.28.14 by @dependabot in #2313
- Bump github/codeql-action from 3.28.14 to 3.28.15 by @dependabot in #2319
- Bump aws.sdk.kotlin:s3-jvm from 1.4.41 to 1.4.59 by @dependabot in #2318
- Bump aws-v2.version from 2.31.0 to 2.31.17 by @dependabot in #2317
- Support versioning by @afranken in #1895
Full Changelog: 3.12.0...4.0.0
Assets 2
3.12.0
Compare
3.x is JDK17 LTS bytecode compatible, with Docker and JUnit / direct Java integration.
- Features and fixes
- none
- Refactorings
- none
- Version updates (deliverable dependencies)
- Bump aws-v2.version from 2.28.11 to 2.29.29
- Bump aws.version from 1.12.772 to 1.12.779
- Bump kotlin.version from 2.0.20 to 2.1.0
- Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.2
- Bump commons-io:commons-io from 2.17.0 to 2.18.0
- Bump testcontainers.version from 1.20.1 to 1.20.4
- Bump alpine from 3.20.3 to 3.21.0 in /docker
- Version updates (build dependencies)
- Bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1
- Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.20.2
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.11.2
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.2
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.2
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0
- Bump actions/dependency-review-action from 4.3.4 to 4.5.0
- Bump actions/setup-java from 4.4.0 to 4.5.0
- Bump actions/upload-artifact from 3.1.0 to 4.4.3
- Bump actions/checkout from 4.2.0 to 4.2.2
- Bump github/codeql-action from 3.26.9 to 3.27.6
- Bump advanced-security/maven-dependency-submission-action from 3.0.3 to 4.1.1
- Bump step-security/harden-runner from 2.10.1 to 2.10.2
What's Changed
- Bump actions/upload-artifact from 3.1.0 to 4.4.3 by @dependabot in #2099
- Bump actions/checkout from 4.2.0 to 4.2.1 by @dependabot in #2095
- Bump github/codeql-action from 3.26.9 to 3.26.12 by @dependabot in #2093
- Bump advanced-security/maven-dependency-submission-action from 3.0.3 to 4.1.1 by @dependabot in #2077
- Bump io.fabric8:docker-maven-plugin from 0.45.0 to 0.45.1 by @dependabot in #2078
- Bump com.puppycrawl.tools:checkstyle from 10.18.1 to 10.18.2 by @dependabot in #2079
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1 by @dependabot in #2082
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.0 to 3.5.1 by @dependabot in #2091
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.0 to 3.5.1 by @dependabot in #2092
- Bump alpine from 3.20.3 to 3.21.0 in /docker by @dependabot in #2149
- Bump github/codeql-action from 3.26.12 to 3.27.6 by @dependabot in #2148
- Bump com.puppycrawl.tools:checkstyle from 10.18.2 to 10.20.2 by @dependabot in #2147
- Bump actions/dependency-review-action from 4.3.4 to 4.5.0 by @dependabot in #2144
- Bump step-security/harden-runner from 2.10.1 to 2.10.2 by @dependabot in #2141
- Bump org.codehaus.mojo:exec-maven-plugin from 3.4.1 to 3.5.0 by @dependabot in #2116
- Bump actions/checkout from 4.2.1 to 4.2.2 by @dependabot in #2118
- Bump actions/setup-java from 4.4.0 to 4.5.0 by @dependabot in #2123
- Bump org.apache.maven.plugins:maven-checkstyle-plugin from 3.5.0 to 3.6.0 by @dependabot in #2124
- Bump org.apache.maven.plugins:maven-dependency-plugin from 3.8.0 to 3.8.1 by @dependabot in #2126
- Bump com.fasterxml.jackson:jackson-bom from 2.18.0 to 2.18.2 by @dependabot in #2145
- Bump testcontainers.version from 1.20.1 to 1.20.3 by @dependabot in #2120
- Bump kotlin.version from 2.0.20 to 2.0.21 by @dependabot in #2101
- Bump aws-v2.version from 2.28.11 to 2.29.3 by @dependabot in #2131
- Bump aws.version from 1.12.772 to 1.12.779 by @dependabot in #2151
- Bump aws-v2.version from 2.29.3 to 2.29.29 by @dependabot in #2152
- Bump kotlin.version from 2.0.21 to 2.1.0 by @dependabot in #2153
- Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.2 by @dependabot in #2156
- Bump commons-io:commons-io from 2.17.0 to 2.18.0 by @dependabot in #2155
- Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.5.1 to 3.5.2 by @dependabot in #2158
- Bump testcontainers.version from 1.20.3 to 1.20.4 by @dependabot in #2157
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.5.1 to 3.5.2 by @dependabot in #2159
- Prepare for 3.12.0 by @afranken in #2150
Full Changelog: 3.11.0...3.12.0