Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,20 @@ updates:
update-types:
- "patch"
- "minor"
confluent-minor-patch-dependencies:
patterns:
- "io.confluent:*"
- "org.apache.kafka:*"
# We will handle major upgrades manually
update-types:
- "patch"
- "minor"
confluent-major-dependencies:
patterns:
- "io.confluent:*"
- "org.apache.kafka:*"
update-types:
- "major"
other-dependencies:
patterns:
- "*"
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ cel = '0.3.0'
# See https://github.com/spring-projects/spring-boot/blob/b6b570ebebb6ea233e00af5e554adcf40256f224/gradle.properties#L16C21-L16C27
junit = '5.12.2'
mockito = '5.16.0'
okhttp3 = '4.12.0'
okhttp3 = '5.1.0'
testcontainers = '1.20.6'
swagger-integration-jakarta = '2.2.28'
jakarta-annotation-api = '2.1.1'
Expand Down
Loading